	body 	{
		font-family: arial, helvetica;
 		margin: 0 0 50px 0;
		}
    #header {
      	background:rgb(140,171,173);
      	top: 0px;
      	left: 0px;
      	width: 100%;
      	height: 100px;
		}
	#headerlogo	{
		position: absolute;
		top: 0px;
		width: 100px;
		height:100px;
		left: 0px;
	}
	#headertext	{
		position: absolute;
		top: 10px;
		text-align: center;
		left: 100px;
		width: 700px;
		font-weight: bold;
		font-size: 12px;
	}
    #leftcol {
		 background: rgb(57,90,96);
 		 float: left;		 
 		 width: 170px;
 		 height: 100%;
    }
	#leftcoltext	{
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		margin: 10px;
	}
	#leftcollogo	{
		position: absolute;
		top: 500px;
		left: 0px;
	}
	#leftcolnotice {
		position: absolute;
		top: 400px;
		color: #fff;
		font-weight: normal;
		font-size: 12px;
		border: 1px;
		border-style: solid dashed;
		border-color: #fff rgb(57,90,96);
		width: 140px;
		margin: 10px;
		line-height: 1.6em; 
	}
    #content {     
		position: absolute;
		background: #fff;
    	top: 100px;
		left: 190px;
		width: 635px;
		height: 100%; 
    }
    .footer {
		font-size: 10px;
		font-style: italic;
		text-align: center;
		color: #000;
		margin: 100px 0 50px 0;
		/*background: yellow;*/
    }
    .accessoriesfooter {
		font-size: 10px;
		font-style: italic;
		text-align: center;
		color: #000;
		margin: 1320px 0 50px 0;
		/*background: yellow;*/
    }




	
	div.spacer {
		clear: both;
	}
	
	a.toplink:link, 
	a.toplink:visited, 
	a.toplink:active {
		color: rgb(0,0,103); 
		font-weight:bold; 
		font-size:11px;
		}
	a.toplink:hover {
		font-weight:bold; 
		color: red; 
		font-size:11px;
	}	
	
	img {
		border: none;
	}
	#header1	{
		font-size: 16px;
		font-weight: bold;
		color: rgb(57,90,96);
		text-decoration: underline;
		margin: 20px 0;
	}
	.price1	{
		font-size: 12px; 
		line-height: 1.0em;
		color: #000;  
	}
	.bestseller	{
		font-size: 12px;
		font-style: italic;
		font-weight: bold;
		color: red;
	}
	a.productLink:link, 
	a.productLink:visited, 
	a.productLink:active {
		color: rgb(49,90,96); 
		font-weight:bold; 
		font-size:14px; 
		text-decoration: none;
		line-height: 1em;
	}
	a.productLink:hover {
		color: orange;  
		text-decoration: underline;
	}
	
	
	#productcontainer	{
		margin: 0;
		position:absolute;
		top: 40px;
		width: 600px;
		/*background: yellow;*/

		
	}
	.productprice	{
		font-weight: bold;
		font-size: 12px;
	}
	.productimage	{
		text-align: center;
		margin: 20px 0 0 0;
	}
	.producttitle	{
		font-weight: bold;
		font-size: 12px;
		margin: 60px 0 0 0;
	}	
	.productdescription	{
		font-size: 12px;
		margin: 15px 0 0 0;
	}
