html,body{
	margin:0;
	padding:6px;
	background:#83B7E9 url(/fend/images/bg.jpg) left top repeat-x;
	}
	
body{
	font: 76% arial,sans-serif;
	text-align:center;
	}
	
p{
	font: 94% arial,sans-serif;
	text-align:left;
	line-height: 15px;
	}
	
h2 
{
	font: 100% arial,sans-serif;
	text-align: left;
	font-weight: bold;
}
h3 
{
	font: 100% arial,sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #388ACD;
}

h4 
{
	font: 95% arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #536DC3;
	margin:2px;
	padding:0 0 0 0;
}

h5 
{
	font: 95% arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #56681F;
	margin:2px;
	padding:0 0 0 0;
}

div#header{
	position:relative;
	background:#fff url(/fend/images/bg-header.gif) left top repeat-x;
	height:59px;
	}

div#logo{
	position:relative;
	float:left;
	height:59px;
	width:240px;
	}

div#searchshell{
	position:relative;
	float:left;
	background:#fff url(/fend/images/bg-search.gif) left top no-repeat;
	height:59px;
	width:257px;
	left:5px;
	}

div#searchform{
	position:relative;
	top:25px;
	left:20px;
	}

.form { 
    color: #8a898a; 
	font-size:11px;
    border: 1px solid #3a3746; 
    background: white;
}

div#cartshell{
	float:right;
	position:relative;
	background:#fff url(/fend/images/bg-cart.gif) right top no-repeat;
	width:258px;
	height:59px;
	}

div#cartcontents{
	position:relative;
	top:10px;
	left:45px;
	}
	
div#mainnav{
	background:#fff url(/fend/images/bg-mainnav.gif) left top no-repeat;
	height:27px;
	}

	
div#container{
	text-align:left;
	}
	
div#container{
	width:768px;
	background:#fff url(/fend/images/bg-container.gif) left top repeat-y;
	margin:0 auto;
	}
	
div#content{
	float:right;
	width:605px;
	margin-top:8px;
	}

div#content h1{
	font-size:170%;
	font-weight:100;
	color:#0173d6;
	margin:0;
	padding:0 0 10px 0;
	}
	
div#column{
	float:left;
	background:#edefd8 url(/fend/images/bg-column.gif) left top repeat-y;
	width:142px;
	padding:5px;
	}

div#column h2{
	font-size:110%;
	font-weight:bold;
	color:#0F74CB;
	margin:0;
	padding:15px 0 10px 0;
	}
	
ul.shopby {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.shopby li {
	background-image: url(/fend/images/bg-bottomlinks.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-top:2px;
	padding-bottom:2px;
	margin:0;
}

ul.shopby li a, div#shopby li a:visited  {
    font-size : 11px;
    font-family : Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #3E3C4B;
	text-decoration: none;
	padding-left: 15px;
}

ul.shopby li a:hover  {
    font-size : 11px;
    font-family : Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color:#0173d6;
	text-decoration: underline;
	padding-left: 15px;
}

div#finnport{
	float:left;
	width:123px;
	font-size:88%;
	padding-left:7px;
	padding-right:0;
	padding-top:10px;
	}

div#finnport a{
	color:#5098d3;
}

div#footer{
	clear:both;
	width:100%;
	height: 40px;
	}
	
div#sims{
	float:left;
	width:160px;
	text-align: center;
	margin-left: -5px;
	}

div#bottomnav{
	text-align:center;
}
	
div#bottomnav a{
	display:inline;
	background:#fff url(/fend/images/bg-bottomlinks.gif) left top no-repeat;
	padding:0 14px;
	color: #2a2c77;
	text-decoration:none;
	font-size: 10px;
	}

div#bottomnav a:hover{
	display:inline;
	color: #536dc3;
	text-decoration:none;
	font-size: 10px;
	}
a:link, a:visited, a:active {
	color: #0073D6;
	text-decoration: none;
	}

a:hover {
	color: #0073D6;
	text-decoration: underline;
	}


/*------------------ Video Player START -----------------------*/
div.flv-player{
	background: #000 url(/fend/images/vid_play.gif) no-repeat center;
}

div.flv-player a{
	display: block;
	background: url(/fend/images/vid_botleft.gif) no-repeat bottom left;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

div.flv-player a span{
	display: block;
	background: url(/fend/images/vid_botright.gif) no-repeat bottom right;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/*------------------ Video Player END -----------------------*/

/* --------------- Comersus START ---------------------*/

div#quantity-add select{
	float: left;
}

div#quantity-add input{
	margin-left: 10px;
}

table#headercart{
	font-size: 11px;
}

/* --------------- Comersus END ---------------------*/
/* -------------- sitemap styles -------------- */
ul#sitemap{
	list-style: none;
	margin: 0;
}
ul#sitemap li{
	list-style: none;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #666;
}
ul#sitemap ul{
	margin: 0 0 0 15px;
}
ul#sitemap ul li{
	font-weight: normal;
	border: none;
}

