@charset "utf-8";
body {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	background: #ffffff;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}

img { border:0px;}

#info{ 
	position:absolute;
	top:0;
	left:0;
	display:none;
	background-image:url(images/overlay.png);
	z-index:9999;
	width:100%;
	background-color:#FF3333;
	padding:10px;
	/*border:#ffffff 1px solid;*/
	font-size:18px;
}

* html #info{
	font-size:18px;
	color:#eee;
	background-color: #ff3333;
	/*background-color: transparent;
	background-image: url(images/logo.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/line.png", sizingMethod="scale");*/
}

.catList img{ border:0px;}

.bodyMaster{
	background: #ffffff;
	background-image:url(../images/pagebg_v4.jpg);
	background-position:top;
	background-repeat:repeat-x;	
}

.bodyMaster #headDiv {
	position:relative;
	left:0px;
	top:0px;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:980px;
	height:88px;
	padding-top:0;
	padding-bottom:0px;
}



#headDiv #headLeft {
	position:relative;
	top:28px;
	float: left;
	width:360px;
	height:88px;
	left:30px;
}

#headDiv #headRight {
	position:relative;
	top:0px;
	float: right;
	width:388px;
	height:88px;
}

#extMenu img {
	cursor:pointer;
	border:none;
	opacity:0.9;
	filter:alpha(opacity=90);
}

#extMenu img:hover {
opacity:1;
filter:alpha(opacity=100);
	border:none;
}

.bodyMaster #navDiv {
	position:relative;
	left:0px;
	top:0px;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:980px;
	height:410px;
	padding-top:0;
	padding-bottom:0px;
	margin-top:3px;
	z-index:999;
}

.bodyMaster #promoDiv {
	position:relative;
	left:0px;
	top:0px;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:980px;
	height:120px;
	margin-top:5px;

	background-image:url(../images/promo_bg_v4.jpg);
	background-repeat:repeat;
}

.bodyMaster #promoDiv .left{
	position:relative;
	float:left;
	left:0px;
	top:0px;
	margin: 0 auto; 
	padding:10px 0px 10px 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:950px;
	height:100px;

	background-image:url(../images/promo_bg_v4.jpg);
	background-repeat:no-repeat;

}
.bodyMaster #promoDiv .right{
	position:relative;
	float:left;
	left:0px;
	top:0px;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:20px;
	height:120px;
	background-image:url(../images/promobg3_v3.gif);
	background-repeat:no-repeat;
}

	.adBar{
	display:block;
	float:left;
	width:155px;
	height:100px;
	overflow:hidden;
	margin-left:29px;
	}
	
	.adBar img{
	left:0px;
	top:0px;
	}
.pageFooter {
	display:block;
	clear:both;
	height:250px;
	width:100%;
	background: #ffffff;
	background-position:top;	
	background-image:url(../images/page_footer_v3.png);
	background-repeat:repeat-x;
}

.pageFooter #footerBlock {
	position:relative;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:990px;
	height:auto;
}

#subFooter {
display:block; float:left; width:160px; border-left:1px solid #ccc;
margin-top:78px;
}

 .pageFooter h4{
	 font-size:11px;
	 color:#999999;
	 margin-left:3px;
 }
 
 #subFooter ul{
	  list-style-position: outside; 
	  text-indent: 0px; 
	  padding-left: 5px;
	  margin-left:13px;
	  list-style-image:url(../images/greylist_v3.gif);
 }
  #subFooter li{
		font-size: 10px; 
		line-height: 12px;
		height:12px;
		padding-bottom:5px;
 }
 
#subFooter a{
  font-size: 11px; 
  line-height: 16px;
  color:#999999;
  text-decoration:none;
 }
 
 #subFooter a:visited{
  font-size: 11px; 
  line-height: 16px;
  color:#999999;
  text-decoration:none;
 } 
 
#subFooter a:hover {
  font-size: 11px; 
  line-height: 16px;
  color:#999999;
  text-decoration:underline;
 }
 
 #smallList {
display:block; 
float:left; 
width:100%; 
margin: 0 auto;
}
 
 #smallList ul{
	  list-style-position: outside; 
	  text-indent: 0px; 
	  padding-left: 5px;
	  margin-left:13px;
	  margin-top:0px;
	  list-style-image:url(../images/greylist_v3.gif);
 }
  #smallList li{
		font-size: 10px; 
		line-height: 12px;
		height:12px;
		padding-bottom:5px;
 }
 
#smallList a{
  font-size: 11px; 
  line-height: 16px;
  color:#999999;
  text-decoration:none;
 }
 
 #smallList a:visited{
  font-size: 11px; 
  line-height: 16px;
  color:#999999;
  text-decoration:none;
 } 
 
#smallList a:hover {
  font-size: 11px; 
  line-height: 16px;
  color:#999999;
  text-decoration:underline;
 }

.bodyMaster #pageWrapper {
	position:relative;
	display:block;

} 

.bodyMaster #contentDiv {
	position:relative;
	display:block;
	width:986px;
	height:auto;
	left:1px;
	top:0px;
	margin: 0px auto; 
	margin-top:5px;
	text-align: left; /* this overrides the text-align: center on the body element. */

	vertical-align:top;

}

.bodyMaster #contentDiv #leftDiv {
	position:relative;
	float:left;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:490px;
	height:auto;
}


.tabSet{
display:block;
margin: 0 auto;
width:100%;
height:auto;

}
 
ul .tabList{
display:block;
margin: 0 auto;
margin-left: 0px;
padding-left: 0;
white-space: nowrap;
width:100%;
height:27px;
text-align:left;

}

.tabList li
{
display:block;
float:left;
list-style-type: none;
display:block;
width:auto;
height:auto;
margin: 0 auto;
cursor:pointer;
}

#tab2.tabActive a{ 
	display:block;
	width:150px;
	height:32px;
	background-image:url(../images/tabs_v4.gif);
	background-position:-150px 0px;
	background-repeat:no-repeat;
	margin-right:1px;
}

 #tab2.tabNonActive  a{ 
	display:block;
	width:150px;
	height:32px;
	background-image:url(../images/tabs_v4.gif);
	background-position:-150px -32px;
	background-repeat:no-repeat; 
	margin-right:1px;
}

#tab3.tabActive  a{ 
	display:block;
	width:120px;
	height:32px;
	background-image:url(../images/tabs_v4.gif);
	background-position:-300px 0px;
	background-repeat:no-repeat; 
	margin-right:1px;
}

#tab3.tabNonActive a{ 
	display:block;
	width:120px;
	height:32px;
	background-image:url(../images/tabs_v4.gif);
	background-position:-300px -32px;
	background-repeat:no-repeat; 
	margin-right:1px;
}

#tab1.tabActive  a{ 
	display:block;
	width:150px;
	height:32px;
	background-image:url(../images/tabs_v4.gif);
	background-position:0px 0px;
	background-repeat:no-repeat; 
	margin-right:1px;
}

#tab1.tabNonActive a{ 
	display:block;
	width:150px;
	height:32px;
	background-image:url(../images/tabs_v4.gif);
	background-position:0px -33px;
	background-repeat:no-repeat; 
	margin-right:1px;
}


.bodyMaster #contentDiv #rightDiv {
	position:relative;
	float:right;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:490px;
	height:auto;
	vertical-align:top;
}


.bodyMaster #contentDiv #leftDiv #frameLeft {
	position:relative;
	float:left;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:488px;
	height:auto;
	padding-right:2px;
	background-image:url(../images/frame2_v3.gif);
	background-repeat:no-repeat;

}

.bodyMaster #contentDiv #leftDiv #frameLeft .top {
	position:relative;
	float:left;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:488px;
	height:6px;
	background-position:top;
	background-image:url(../images/frame1_v3.gif);
	background-repeat:no-repeat;
	margin-top:0px;
	padding-top:0px;
	line-height: 0px;
}

.bodyMaster #contentDiv #leftDiv #frameLeft .content {
	position:relative;
	float:left;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:488px;
	height:auto;
	background-image:url(../images/frame2_v3.gif);
	background-repeat:repeat-y;
	padding-left:6px;
}

.bodyMaster #contentDiv #leftDiv #frameLeft .bottom {
	position:relative;
	float:left;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:488px;
	height:6px;
	background-image:url(../images/frame3_v3.gif);
	background-repeat:no-repeat;
}

.bodyMaster #contentDiv #leftDiv #frameSmall {
	display:block;
	float:left;
	height:auto;
	width:243px;
	margin:0 auto;
	padding-right:0px;
	background-image:url(../images/frame_s2_v3.gif);
	background-repeat:no-repeat;
}

 .bodyMaster #contentDiv #leftDiv #frameSmall .top {
	position:relative;
	float:left;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:243px;
	height:6px;
	background-position:top;
	background-image:url(../images/frame_s1_v3.gif);
	background-repeat:no-repeat;
}

.bodyMaster #contentDiv #leftDiv #frameSmall .content {
	position:relative;
	float:left;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:241px;
	height:auto;
	background-image:url(../images/frame_s2_v3.gif);
	background-repeat:repeat-y;
	padding-left:4px;
}

.bodyMaster #contentDiv #leftDiv #frameSmall .bottom {
	position:relative;
	float:left;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:243px;
	height:6px;
	background-image:url(../images/frame_s3_v3.gif);
	background-repeat:no-repeat;
}


.bodyMaster #contentDiv #rightDiv #frameRight  {
	display:block;
	float:left;
	margin: 0 auto; 
	padding: 0px 0px 0px 0px;
	width:490px;
	height:auto;
	background-image:url(../images/frame2_v3.gif);
	background-repeat:no-repeat;
}

.bodyMaster #contentDiv #rightDiv #frameRight .top {
	display:block;
	float:left;
	margin: 0 auto; 
	width:490px;
	height:6px;
	background-image:url(../images/frame1_v3.gif);
	background-repeat:no-repeat;
}

.bodyMaster #contentDiv #rightDiv #frameRight .content {
	position:relative;
	float:left;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:482px;
	height:auto;
	background-image:url(../images/frame2_v3.gif);
	background-repeat:repeat-y;
	padding-left:6px;
}

.bodyMaster #contentDiv #rightDiv #frameRight .bottom {
	position:relative;
	float:left;
	margin: 0 auto; 
	width:490px;
	height:6px;
	background-image:url(../images/frame3_v3.gif);
	background-repeat:no-repeat;
}

/* Right */

.bodyMaster #contentDiv #rightDiv #frameSmall {
	display:block;
	float:left;
	height:auto;
	width:243px;
	margin:0 auto;
	padding-right:0px;
	background-image:url(../images/frame_s2_v3.gif);
	background-repeat:no-repeat;
}

 .bodyMaster #contentDiv #rightDiv #frameSmall .top {
	position:relative;
	float:left;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:243px;
	height:6px;
	background-position:top;
	background-image:url(../images/frame_s1_v3.gif);
	background-repeat:no-repeat;
}

.bodyMaster #contentDiv #rightDiv #frameSmall .content {
	position:relative;
	float:left;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:241px;
	height:auto;
	background-image:url(../images/frame_s2_v3.gif);
	background-repeat:repeat-y;
	padding-left:4px;
}

.bodyMaster #contentDiv #rightDiv #frameSmall .bottom {
	position:relative;
	float:left;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:243px;
	height:6px;
	background-image:url(../images/frame_s3_v3.gif);
	background-repeat:no-repeat;
}

#frameSmall img {
	cursor:pointer;
	border:none;
	opacity:0.9;
	filter:alpha(opacity=90);
}

#frameSmall img:hover {
opacity:1;
filter:alpha(opacity=100);
	border:none;
}

#subcatLink{
display:block;
float:left;
width:95%;
height:auto;
padding: 0px 0px 10px 0px;
text-align:right;
color:#C16894; 
font-size:13px;
}

#subcatLink a{
font-weight:bold;
color:#C16894; 
font-size:13px;
text-decoration:none;
}

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


.bodyMaster #contentDiv #contentLeft {
position:relative;
float:left;
	left:0px;
	top:0px;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:680px;
	height:auto;
	min-height:1100px;
	padding-top:0;
	padding-bottom:0px;
	background-image:url(../UserFiles/Image/splash_v2_m.jpg);
	background-repeat:repeat-x;
}

.bodyMaster #contentDiv #contentLeft #splash {
	position:relative;
	float:left;
	left:0px;
	top:31px;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:680px;
	height:220px;
	padding-top:0;
	padding-bottom:0px;
	background-image:url(../UserFiles/Image/splash_v2_m.jpg);
	background-position:0px -31px;
	background-repeat:repeat-x;
}

.bodyMaster #contentDiv #contentLeft #contentMaster {
	position:relative;
	float:left;
	left:0px;
	top:31px;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:660px;
	padding-left:15px;
}

.bodyMaster #contentDiv #contentLeft #contentMaster #breadcrumb
{
clear:left;
padding:0;
margin:0;
white-space: nowrap;
padding-bottom:30px;
/*list-style-image:url(../images/list_grey.gif);
list-style-position:inside;*/
}

#breadcrumb li
{
	float:left;
	list-style-type: none;
	font-size:11px;
	line-height:20px; 
	font-family:Tahoma, Arial, Helvetica, sans-serif; color:#666666; 
	font-weight:normal;
	margin:0px 0px 0px 0px;
	padding:5px 3px 20px 3px;

}

#breadcrumb a { 
	padding: 0px 0px; 
	font-size:11px; 
	font-family:Tahoma, Arial, Helvetica, sans-serif; color:#666666; 
	font-weight:normal;
	text-decoration:none;
}

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

#contentMaster h2{
	font-size:20px; 
	font-family:Tahoma, Arial, Helvetica, sans-serif; color:#666666; 
	font-weight:bold;
	line-height:24px; 
	vertical-align:middle; 
	padding:0px; 
	margin:0px;
 }

#contentMaster h3{
	font-size:14px; 
	color:#0099FF; 
	text-decoration:underline; 
	font-weight:bold;
	line-height:18px; 
	 padding:0px; 
	 margin:0px;
}
 
#contentMaster .desc{ 
	 font-size:16px; 
	 font-family: Arial,Tahoma, Helvetica, sans-serif; 
	 color:#333333; 
	 font-weight:normal; 
	 line-height:20px; 
	 vertical-align:middle; 
	 padding:0px; 
	 margin:0px;
 }
 
.highlight{
	width:auto;
	overflow:hidden;
}


.highlight p{
	font-size:12px; 
	color:#666666;
	 padding:0px; 
	 margin:0px;
}

.highlight a{
font-size:12px;
color:#666666;
text-decoration:none;
font-weight:bold;
}

.highlight a:hover{
font-size:12px;
color:#666666;
text-decoration:underline;
font-weight:bold;
}

.highlight h3{
 font-size:18px; 
 color:#0099FF;
 text-decoration:underline; 
 font-weight:normal;
}

.highlight  #list a{
display:block;
	color:#666666;
	text-decoration:none;
	background-image:url(../images/list_wh_v2.gif);
	background-repeat:no-repeat;	
	padding-left:25px;
	line-height:25px;
}

.highlight #list a:hover{
	display:block;
	color:#666666;
	text-decoration:underline;

}

.catList {
	position:relative;
	display:block;
	top:0;
	left:0;
	width:670px;

	overflow:hidden; 
	padding:10px;
	margin:0;
}

.catList #boxLeft {
	position:relative;
	display:block;
	top:0;
	left:0;
	float: left;
	width:280px;
	height:auto;
	overflow:hidden;


}
.catList #boxRight {
	position:relative;
	display:block;
	float: right;
	text-align:left;
	top:0;
	right:20px;
	width:370px;
	height:auto;
}

.catList #catBreak {
	position:relative;
	display:block;
	float: left;
	top:0;
	width:670px;
	height:5px;
	border-bottom:1px #eeeeee solid;
	
} 

.catList #catBreak p{
display:none;
} 


.catList h2{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
} 

.catList p{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
		padding-left:0px;
} 

.catList img{ border:0px;}

.subcatBox {
	position:relative;
	display:block;
	top:0;
	left:0;
	width:670px;

	overflow:hidden; 
	padding:10px;
	margin:0;
}

.subcatBox #boxLeft {
	position:relative;
	display:block;
	top:0;
	left:0;
	float: left;
	width:140px;
	height:auto;
	overflow:hidden;


}
.subcatBox #boxRight {
	position:relative;
	display:block;
	float: right;
	text-align:left;
	top:0;
	right:20px;
	width:510px;
	height:auto;
}

.subcatBox #boxAll {
	position:relative;
	display:none;
	float: right;
	text-align:left;
	top:0;
	right:20px;
	width:630px;
	height:auto;
}

.subcatBox #boxDetail {
	position:relative;
	display:block;
	float: right;
	text-align:left;
	top:0;
	right:20px;
	width:630px;
	height:auto;
}

.subcatBox #catBreak {
	position:relative;
	display:block;
	float: left;
	top:0;
	width:670px;
	height:5px;
	border-bottom:1px #eeeeee solid;
} 

.subcatBox #catBreak p{
display:none;
} 


.subcatBox h2{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
} 

.subcatBox p{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
		padding-left:0px;
} 

.subcatBox img{ border:0px;}

.subcatList {
	position:relative;
	display:block;
	top:0;
	left:0;
	width:670px;
	height:50px;
	overflow:hidden; 
	padding:10px;
	margin:0;
}

.subcatList #boxLeft {
	position:relative;
	display:none;
	top:0;
	left:0;
	float: left;
	width:140px;
	height:auto;
	overflow:hidden;


}
.subcatList #boxRight {
	position:relative;
	display:none;
	float: right;
	text-align:left;
	top:0;
	right:20px;
	width:510px;
	height:auto;
}

.subcatList #boxAll {
	position:relative;
	display:block;
	float: right;
	text-align:left;
	top:0;
	right:20px;
	width:630px;
	height:auto;
}

.subcatList #catBreak {
	position:relative;
	display:block;
	float: left;
	top:0;
	width:670px;
	height:5px;
	border-bottom:1px #eeeeee solid;
} 

.subcatList #catBreak p{
display:none;
} 


.subcatList h2{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
} 

.subcatList p{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
		padding-left:0px;
} 

.subcatList img{ 
	width:40px;
	height:33px;
	border:0px;
}

.bttnLink_view {
display:inline-block;
background-image:url(../images/bttn_2_2.gif);
background-repeat:no-repeat;
background-position:right;
text-align:left;
}

.bttnLink_view a{
display:inline-block;
float:right;
background-image:url(../images/bttn_view.gif);
text-indent:24px;
line-height:24px;
height:24px;
background-repeat:no-repeat;
margin-right:9px;
color:#fff;
font-size:11px;
font-weight:bold;
text-decoration:none;
}

.bttnLink_view a:hover{
display:inline-block;
float:right;
background-image:url(../images/bttn_view.gif);
text-indent:24px;
line-height:24px;
height:24px;
background-repeat:no-repeat;
margin-right:9px;
color:#4ebfdd;
font-size:11px;
font-weight:bold;
text-decoration:none;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
