/*Zeros all magins for all browsers saves some hacks*/
* {
	padding: 0 0;
	margin: 0 0;
}
img, div, #logoArea { behavior: url(/store/scripts/js/iepngfix.htc) }

body  {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 100%;
}

.shop #container {
	width: 900px;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
	margin-top:20px;
	background-color: #FFFFFF;
	background-image: url(../../../images/banner4.png);
	background-repeat: no-repeat;
	background-position: left top;
} 


.shop #header { 
	background: transparent; 
	padding: 0px; 
	height:220px;
} 

.shop #headerPanel {
margin:0;


}


#cartView {
width:300px;
float:right;
text-align:right;
}

h1 {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #999;
	font-weight: bold;
}

p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #888;	
	line-height: 22px;
	text-align: left;	
}
p a {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #888;
	font-weight: bold;
}
p a:hover {
	color: #555;
}




.shop #sidebar1 {
	float: left; 
	width: 200px; 
	background: transparent; 
	padding: 0px;
	min-height: 400px;
	height:auto;
}
	/* for Internet Explorer */
/*\*/
* html #sidebar1 {
	height: 400px;
	
}


.shop #mainContent { 
	margin: 0 0 0 210px; 
	min-height: 400px;
	height:auto;
}
	/* for Internet Explorer */
/*\*/
* html #mainContent {
	height: 400px;
	
} 



#content {
	padding:20px;
}


.shop #footer { 
	padding: 5px; 
	background:#FFF; 
	height:20px;

} 

.shop #footer p {
	text-align:center;
	
}




.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}






#sideNav {
	width:200px;
	margin:0px;
	margin-top:20px;
}

#sideNav ul {
	margin:0;
	float:left;
		width:190px;

}

#sideNav li {
	margin:0;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:4px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	display: block;
	list-style-type: none;
}

#sideNav li a {
	margin:0;
	margin-right:8px;
	margin-left:8px;
	padding-top:4px;
	padding-bottom:4px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	display: block;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;	
}

#sideNav li a:hover{
	
	color: #069;
	
}


p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;	
}

h2 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;	
}

a, a:active, a:visited {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-decoration: none;	
	
}

a:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #069;
	text-decoration: none;	
}



.shCart {
	
}

.shCartcells {
	padding:5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.shCartBase {
	padding:5px;
	text-align: right;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}








table.servicesT
{
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	width: 100%;
	background-color: #eeeeee;
	border: 1px #888 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
}


table.servicesT td.servHd
{
	border-bottom: 1px solid #333;
	background-color: #EEEEEE;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}


table.servicesT td
{
	border-bottom: 1px dotted #888;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	background-color: #FFF;
	text-align: left;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
} 

.servBodL {
	border-left: 1px dotted #333333;
}
