/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#3b3933;
	font-size:14px;
	margin:0 auto;
	background-repeat:repeat;
	background-position: top center;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/bg_body.jpg);

}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

p { text-align:justify; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */

#bg_repeat {
	position:relative;
	top:0;
	width:100%;
	height:auto;
	background-position:top center;
	background-image:url(images/bg_header-repeat.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;

}

#main_container {
	position:relative;
	margin:0 auto;
	width:960px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:900px;
	height:166px;
}

#banner {
	position:relative;
	top:35px;
	right:11px;
	width:869px;
	height:500px;
	background-image:url(images/img_home-shirt.jpg);
	background-repeat:no-repeat;
	
}

#banner-sub {
	position:relative;
	top:35px;
	left:44px;
	width:869px;
	height:500px;
}

#gulf_btn {
	position: absolute;
	top: 20px;
	right: 0;
	height: 80px;
	width: 426px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:100px;
	left:84px;
	width:749px;
	height:38px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;	
	height:auto;
	background-image:url(images/bg_main2.jpg);
	background-repeat:repeat-y;
	width:960px;
}


#main_top {
	position:relative;
	top:0;
	left:0;
	width:860px;
	background-image:url(images/bg_main-top.jpg);
	background-repeat:no-repeat;
	min-height:900px;
    height:auto !important;
    height:900px;
	padding: 20px 40px 0 60px;
	margin: 0 0 0 0;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:500px;
	height:auto;
}

#content_email {
	position:absolute;
	top:218px;
	left:290px;
	float:left;
	width:150px;
	height:auto;
}


#content_faq {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:800px;
	height:auto;
	padding: 40px 0 0 0;
}
#content_main-sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:468px;
	height:auto;
	padding: 40px 0 0 0;
}

#content_main-sub2 {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:668px;
	height:auto;
	padding: 40px 0 0 0;
}


#side_bar-sub-state2 {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:180px;
	height:auto;
	padding: 80px 5px 0 0;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:329px;
	height:auto;

}

#side_bar-sub {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:343px;
	height:auto;
	padding: 40px 5px 0 0;
}

#side_bar-sub-state {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:343px;
	height:auto;
	padding: 80px 5px 0 0;
}


#side_email {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:329px;
	height:145px;
	background-image:url(images/img_email-signup2.jpg);
	background-repeat:no-repeat;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:930px;
	height:138px;
	background-image:url(images/bg_footer2.jpg);
	background-repeat:no-repeat;
	margin: 0 0 0 1px;
	clear:both;
	color:#FFFFFF;
	padding: 140px 0 0 30px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:38px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.gif);
}


a#nav_01 {
	width:69px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -38px;
}

.active_01 {
	background-position: 0 -38px !important;
}

a#nav_02 {

	width:78px;
	background-position:-69px 0;
}

a:hover#nav_02{
	background-position:-69px -38px;
}

.active_02 {
	background-position:-69px -38px !important;
}

a#nav_03 {
	width:98px;
	background-position:-147px 0;
}

a:hover#nav_03{
	background-position:-147px -38px;
}

.active_03 {
	background-position:-147px -38px !important;
}

a#nav_04 {
	width:129px;
	background-position:-245px 0;
}

a:hover#nav_04{
	background-position:-245px -38px;
}

.active_04 {
	background-position:-245px -38px !important;
}
a#nav_05 {
	width:124px;
	background-position:-374px 0;
}

a:hover#nav_05{
	background-position:-374px -38px;
}

.active_05 {
	background-position:-374px -38px !important;
}

a#nav_06 {
	width:70px;
	background-position:-498px 0;
}

a:hover#nav_06{
	background-position:-498px -38px;
}

.active_06 {
	background-position:-498px -38px !important;
}

a#nav_07 {
	width:85px;
	background-position:-568px 0;
}

a:hover#nav_07{
	background-position:-568px -38px;
}

.active_07 {
	background-position:-568px -38px !important;
}

a#nav_08 {
	width:95px;
	background-position:-653px 0;
}

a:hover#nav_08{
	background-position:-653px -38px;
}

.active_08 {
	background-position:-653px -38px !important;
}


/*------------------------------------------------------acc settings ------------------------*/

.mypets{ /*header of 1st demo*/
	cursor: pointer;
	border-bottom: 1px solid #A2A48F;
	padding: 10px 0;
	display: block;
	color: #b01313;
	font-size: 16px;
	text-align: left;
}

.mypets { font-weight: bold; }

.mypets a {
	color:#b01313;
}

.mypets a:hover {
	color: #C4AB29;
}

.openpet{ /*class added to contents of 1st demo when they are open*/

}
/* ---- start nav drop settings -------------------------- */

#sub_nav {
	position:absolute;
	top:150px;
	left:0;
	width:885px;
	height:30px;
	font-size: 12px;
}

#sub_nav a {
	color: #fff;
	display:block;
	padding: 3px;
	font-weight: bold;
	border-bottom: 1px solid #5D1626;
}

#sub_nav a:hover {
	color: #EFCA59;
	padding: 3px;
	text-decoration: none;
}

#L1, #L2, #L3, #L4, #L5, #L6, #L7 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color: #22244c;
	border: 1px solid #5D1626;
}

#L1 { width:100px; left:150px; }
#L2 { width:100px; left:198px; }
#L3 { width:180px; left:128px; font-size:11px;}
#L4 { width:200px; left:130px; }
#L5 { width:200px; left:110px; }
#L6 { width:200px; left:130px; }
#L7 { width:240px; left:255px; font-size:11px;}


.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}
