@charset "utf-8";
/* CSS Document */

*{
	margin:0 auto;
	padding:0px;
	outline:none;
}
img{
	border:none;
}
a{
	color:#686868;
	text-decoration:none;
}
a:hover{
	color:#686868;
	text-decoration:underline;
}


body{
	margin:0 auto;
	background:#dbee66 url(../images/body_bg.jpg) repeat-x;
	color:#333333;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
#mainContainer{
	width:983px;
}
#topBanner{
	width:983px;
	height:90px;
	float:left;
	background-image:none;
}
#topBannerLeft{
	width:540px;
	/*height:27px;*/
	float:left;
	/*padding:45px 0px 0px 8px;*/
	padding:15px 0px 0px 8px;
}
#topBannerRight{
	width:424px;
	/*height:60px;*/
	float:left;
	padding:12px 0px 0px 2px;
}
#cartdetailsArea{
	width:700px;
	height:30px;
	float:right;
	margin-top:10px;
	text-align:right;
}
#cartdetailsArea ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#cartdetailsArea ul li{
	display:inline;
	color:#333;
	margin-left:5px;
	margin-right:5px;
}
#cartdetailsArea ul li a{
	text-decoration:none;
	color:#333;
}
#cartdetailsArea ul li a:hover{
	text-decoration:underline;
	color:#333;
}
/*#searchArea{
	width:404px;
	height:30px;
	float:left;
	text-align:right;
}*/


#searchArea{
	width:404px;
	height:30px;
	float:right;
	text-align:right;
}

#searchField{
	width:179px;
	height:17px;
	background:url(../images/field.jpg) no-repeat;
	float:right;
	margin-right:3px;
	padding:2px 5px 2px 7px;
}

#searchFieldButton{	
	float:right;
	margin-right:0px;
	padding:0px 0px 2px 0px;
}

#headerArea{
	width:983px;
	height:350px;
	float:left;
	background:#fff;
}
#headerTop{
	width:983px;
	height:146px;
	float:left;
}
#logo{
	width:280px;
	height:146px;
	float:left;
	margin-right:2px;
}
#headerRight{
	width:701px;
	height:146px;
	float:left;
	background:url(../images/header_right_bg.jpg) bottom no-repeat;
/*	border-right:1px #dae0b8 solid;
*/	
}
#TabArea{
	width:683px;
	height:50px;
	float:left;
	background:url(../images/corner_tab.jpg) no-repeat right;
	padding-right:18px;
/*	margin-top:2px;
*/}
#Tab{
	width:683px;
	height:50px;
	float:left;
	background:url(../images/tab_content.jpg) repeat-x;
/*	margin-top:2px;
*/}

#Tab .Menu a
{
	/*color:#c3fb62;*/
	color:#dadbd9;	
	text-transform:capitalize;
	float:left;
	margin:15px 14px 0px 14px;
	text-decoration:none;
	/*min-width:100px;*/
	text-align:center;
	font-weight:bold;
}

#Tab .Divider
{
	background-image:url(../images/divider.jpg);
	background-repeat:no-repeat;
	width:2px;
	height:50px;
	float:left;
}


#subMenu{
	width:701px;
	height:27px;
	float:left;
	background:url(../images/submenu_bg.jpg) repeat-x;
}
#subMenuL{
	width:565px;
	height:22px;
	float:left;
	padding:5px 0px 0px 5px;
}
#subMenuL ul{
	list-style-type:none;
	padding:0px;
	margin:0px;	
}
#subMenuL ul li{
	display:inline;
	float:left;
	color:#97b717;
	font-size:13px;
/*	font-weight:bold;
*/	margin-left:5px;
	margin-right:5px;
}
#subMenuL ul li a{
	font-family:Arial, Helvetica, sans-serif, "Myriad Pro";
	color:#97b717;
	font-size:13px;
/*	font-weight:bold;
*/	text-decoration:none;
}
#subMenuL ul li a:hover{
	font-family:Arial, Helvetica, sans-serif, "Myriad Pro";
	color:#97b717;
	font-size:13px;
/*	font-weight:bold;
*/	text-decoration:underline;
}
#subMenuR{
	width:131px;
	height:	22px;
	float:left;
	padding:5px 0px 0px 0px;
}
#subMenuR ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	
}
#subMenuR ul li{
	background-image:url(../images/icon.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
	display:inline;
	float:left;
	margin-left:5px;
	margin-right:5px;
	padding-left:10px;
}
#subMenuR ul li a{
	font-family:Arial, Helvetica, sans-serif, "Myriad Pro";
	color:#97b717;
	font-size:13px;
	text-decoration:none;
}
#subMenuR ul li a:hover{
	font-family:Arial, Helvetica, sans-serif, "Myriad Pro";
	color:#97b717;
	font-size:13px;
	text-decoration:underline;
}
#headerImage{
	width:943px;
	height:194px;
	float:left;
	background:url(../images/header_image.jpg) right top no-repeat;
	padding:10px 0px 0px 38px;
	border-right:1px #dae0b8 solid;
	border-left:1px #dae0b8 solid;
}
.txtarea{
	width:625px;
	float:left;
	text-align:right;
}
.headerTXT{
	color:#000000;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif, "Myriad Pro";
}

.headerTXT a{
	color:#000000;
	font-size:25px;
	font-family:Arial, Helvetica, sans-serif, "Myriad Pro";
}

#contentArea{
	width:975px;
	float:left;
	background:url(../images/content_bg.jpg) repeat-y;
	padding:10px 8px 0px 0px; 
}
#leftSidebar{
	width:251px;
	float:left;
	margin-right:7px;
	margin-top:3px;
}
#leftSidebarContent{
	width:251px;
	float:left;
	background:#fff;
	margin-right:7px;
	min-height:635px;
}

#leftHeading{
	width:229px;
	height:33px;
	background:#a2b714;
	padding:18px 0px 0px 22px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
}
#servicesTab{
	width:230px;
	height:26px;
	background:url(../images/services_bg.jpg) repeat-x;
	padding:10px 0px 0px 21px;
	font-weight:bold;
}
#webhosting{
	width:191px;
	height:110px;
	float:left;
	text-align:center;
	padding:30px;
}
#rightSidebar{
	width:717px;
	float:left;	
}
#content{
	width:717px;
	float:left;
	background:url(../images/content_curve.jpg) no-repeat top;
	padding-top:11px;
	margin-bottom:5px;	
}
#contentMid{
	width:675px;
	float:left;
	background:#f5f6f2;
	padding:0px 21px 0px 21px;
	text-align:justify;
	line-height:23px;
}
#contentBottom{
	width:717px;
	height:11px;
	float:left;
	background:url(../images/content_curve1.jpg) no-repeat top;
}
#Featured{
	width:695px;
	height:33px;
	background:#a2b714;
	padding:18px 0px 0px 22px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
	margin-bottom:5px;
	text-transform:uppercase;
}
.clear{
	clear:both;
}
#productBox{
	width:717px;
	
}
#productBox1{
	width:717px;
	float:left;
	margin-bottom:5px;
}

#product{
	width:235px;
	height:286px;
	float:left;
	background:url(../images/product_bg.jpg) no-repeat;
}
#productImage{
	width:235px;
	height:161px;
	float:left;
	text-align:center;
	padding-top:29px;
}
#productName{
	width:205px;
	height:23px;
	float:left;
	padding:7px 0px 0px 30px;
	color:#fff;
	text-align:left;
}
#Details{
	width:219px;
	height:42px;
	float:left;
	padding:23px 16px 0px 0px;
	text-align:right;
}
#DivAll{
	float:right;
	padding:0 2px;
	margin-right:2px;
}
#mainContentBottom{
	width:983px;
	height:17px;
	float:left;
	background:url(../images/content_bottom.jpg) no-repeat;
}
#footerArea{
	width:979px;
	height:50px;
	float:left;
	padding:6px 0px 0px 4px;
}
#footerL{
	width:249px;
	float:left;
}
#footerR{
	width:730px;
	height:50px;
	float:left;
	text-align:right;
	color:#3a6c87;
/*	padding-left:210px;
*/}
#footerR ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#footerR ul li{
	display:inline;
/*	float:right;
*/	margin-left:3px;
	margin-right:3px;
	color:#3a6c87;
}

#footerR a{
font-size:12px;
	color:#3a6c87;
	text-decoration:none;
}

#footerR ul li a{
font-size:12px;
	color:#3a6c87;
	text-decoration:none;
}
#footerR ul li a:hover{
font-size:12px;
	color:#3a6c87;
	text-decoration:underline;
}

.productListing-odd, .productListing-even
{
	background-color:#FFFFFF;	
}

.productListing-odd input, .productListing-even input
{
	border:1px solid #339933;
}

.productListing-odd td, .productListing-even td
{
	padding:10px;
	line-height:22px;
}

.ProductPrice
{
	color:#d3691d;
	font-weight:bold;
}

#productGeneral
{
	background-color:#FFFFFF;
	line-height:22px;
	font-size:12px;	
	min-height:635px;
}

#productGeneral ul
{
	margin-left:20px;
}

.ProductTabularContainer
{
	background-color:#FFFFFF;
	width:715px;	
	line-height:22px;
}

.ProductTabularContainer input
{	 
	border:1px solid #339933;
}
.ProductTabularContainer .Image
{
	float:left;	
	width:200px;
	text-align:center;
	border-right:1px solid #E0E4D6;
	padding:10px;
}

.ProductTabularContainer .Desc
{
	float:left;
	width:450px;
	padding:10px;
}

.content
{
	text-align:justify;
	line-height:23px;
}