/* Basic Site CSS : Background & Links : Non SiteStorePro Specific CSS */

html, body{ 
  margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#666666;
 background-repeat: no-repeat;
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 background-color:#E8D4A2;
} 
 
#header{
 position:relative; 
 height:100px; 
 background-image: url('../design_images/header-bg.gif');
  background-color:#83A0A3; 
 width:100%;
} 

.linksLeft ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}
	
.linksLeft li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 20px;
	text-decoration: none;
	font-size:12px;
	}	
	
.linksLeft li a:link, .linksLeft li a:visited {
	color: #fff;
	display: block;
	background: url(../design_images/menu1.gif);
	background-repeat:no-repeat;
	padding: 10px 0 0 40px;
	}
	
.linksLeft li a:hover {
	color: #fff;
	background: url(../design_images/menu1.gif) 0 -32px;
	background-repeat:no-repeat;
	padding: 10px 0 0 40px;
	}
	
.linksLeft li a:active {
	color: #fff;
	background: url(../design_images/menu1.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 10px 0 0 40px;
	}
	
.shoppingCart{
position:relative;
float:right;
padding-top:5px;
padding-right:5px;
margin-bottom:15px;
}

#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:100%; 
 }
 
.maincontent {
padding-left:8px;
padding-right:8px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px}
 
#footer{
 height:115px; 
 background-image: url('../design_images/footer-bg.gif');
  background-color:#8C06E9; 
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


/*design css end*/
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
}
a:active {
	color: #6699CC;
}

.resultName a{
color:#996600}
.resultName a:visited{
color:#996600}
.resultName a:active{
color:#996600}
.resultName a:hover{
color:#996600}

/* Values Below Format the Sample Template Included With Site Store Pro */

.Site_OUTER_Border {
	width: 790px;
	background-color: #FFFFFF;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6699CC;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-left-color: #6699CC;
}
.header_background {
	background-image: url(../images/template_design/header_shadow.jpg);
	background-repeat: repeat-x;
}

.Main_Body_background{
	background-image: url(../images/template_design/main_body_shadow.jpg);
	background-repeat: repeat-x;
}

.bottom_links_background{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: url(../images/template_design/bottom_links_background.jpg);
	height: 25px;
}


.bottom_links {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	padding: 2px;
}

.Bottom_Copyright_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	background-image: url(../images/template_design/copyright_background.jpg);
	background-repeat: repeat-x;
}