@import url("reset.css");
@import url("protofish.css");

html, body
{
	height: 100%;
	background: #ffffff;
	font-family: Verdana, Arial, Sans;
	font-size: 12px;
	color: #333333;
}

.container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 950px;
	margin: 0px auto -45px;
	background: #ffffff url(../images/container_bg.gif) 0 0 repeat-y;
	border-left: 1px #dddddd solid;
	border-right: 1px #dddddd solid;
	overflow: hidden;
}

* html body .container /* IE6 Fix */
{
	height: 100%;
	overflow: visible;
}

.header
{
	height: 185px;
	width: 950px;
	background: url('../images/header_bg.jpg') left top no-repeat; 
}

.logo
{
	position: absolute;
	top: 95px;
	width: 210px;
	height: 60px;
}

.slogan
{
	position: absolute;
	top: 135px;
	width: 930px;
	height: 20px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	font-family: Verdana;
}

.headerShadow
{
	position: absolute;
	top: 155px;
	width: 950px;
	height: 10px;
	background: url(../images/header_shadow.jpg) 0 0 repeat-x;
}

.headerTrans
{
	position: absolute;
	top: 93px;
	width: 950px;
	height: 60px;
	background: #0051a1;
	opacity: 0.8; 
	filter:alpha(opacity=80); 
	border-top: 2px solid #ffffff;
}

.headerBar
{
	height: 18px;
	width: 950px;
	position: absolute;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	top: 165px;
	background: #4074b8 url(../images/menuTop_bg.jpg) repeat-x 0 0;
}

.headerSearch
{
	float: left;
	overflow: hidden;
	margin: 0px 20px;
	background: #4074b8;
}

.headerSearch form
{

}

.headerSearch form input
{
	width: 160px;
	height: 16px;
	border: 0px;
	background: #ffffff;
	color: #ffffff;
	background: #4074b8;
	padding-left: 10px;
	font-size: 11px;
}

*+html .headerSearch form input { /* IE7 Fix */
	height: 14px;
} 

* html body .headerSearch form input { /* IE6 Fix */
	height: 14px;
} 

*|html[xmlns*=""]  .headerSearch form input {
  width: 110px;
}

.headerSearch a
{
	display: block;
	font-family: Verdana;
	font-size: 8px;
	font-weight: bold;
	color: #dddddd;
	text-decoration: none;
	line-height: 18px;
	height: 18px;
	padding: 0px 20px;
	border-left: 1px solid #d7d7d7;
	width: 40px;
	text-align: center;
}

#searchWindow form
{
	margin: 20px;
}

#searchWindow .searchString
{
	width: 200px;
	margin-bottom: 10px;
}

.headerCurrency
{
	float: right;
	width: 130px;
	text-align: right;
	padding-right: 20px;
	color: #ffffff;
	line-height: 18px;
	height: 18px;
	font-family: Verdana;
	font-size: 7px;
	font-weight: bold;
	overflow: hidden;
	border-left: 1px solid #d7d7d7;
}

/* Main Content Area */

.content
{
	float: left;
	width: 910px;
	padding: 0px 20px;
}

.separator
{
	height: 20px;
	background: #ffffff;
	width: 910px;
	float: left;
	clear: right;
}

.leftContent
{
	float: left;
	width: 170px;
	border-top: 1px solid #dddddd;
}

.mainContent
{
	border-top: 1px solid #dddddd;
	float: left;
	width: 610px;
}

.rightContent
{
	border-top: 1px solid #dddddd;
	float: left;
	width: 130px;
}


/* Brand Logo */

.brand_logo
{
	height: 70px;
	width: 170px;
	border-bottom: 1px solid #dddddd;
}

/* Banner */
.banner_top
{
	height: 70px;
	width: 610px;
	border-bottom: 1px solid #dddddd;
}

/* Left Menu*/

ul.menuLeft
{
	margin-right: 20px;
	margin-top: 20px;
	list-style-type: none;
}

ul.menuLeft li
{
	padding-bottom: 8px;
}

ul.menuLeft li a.selected
{
	border-bottom: 1px solid #999999;
	display: block;
	color: #21470a;
	overflow: hidden;
}

ul.menuLeft li a
{
	text-transform: uppercase;
	color: #0052a1;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0px;
}

ul.menuLeft li a:hover
{
	color: #000000;
}

ul.menuLeft ul
{
	margin-left: 10px;
	list-style-type: none;
	clear: left;
}

ul.menuLeft ul li
{
	padding-bottom: 2px;
}

ul.menuLeft ul li a
{
	font-size: 12px;
	text-transform: lowercase;
}

.mainContent .page
{
	padding: 0px 20px;
	margin-top: 20px;
}

.mainContent .page h1
{
	color: #0052A1;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
}

.rightContent h1
{
	color: #0052A1;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.mainContent .page h2
{
	color: #0052A1;
	font-size: 15px;
	margin: 10px 0px;
	font-weight: normal;
}

.mainContent .page h3
{
	color: #0052A1;
	font-size: 13px;
	margin: 10px 0px;
	font-weight: normal;
	font-style: italic;
}

.mainContent .page a
{
	color: #0052A1;
}

.mainContent .page a:hover
{
	color: #000000;
}

.mainContent .page p
{
	padding-bottom: 10px;
	text-align: justify;
}

.mainContent .page ul
{
	padding-bottom: 10px;
	margin: 10px 0px 10px 20px;
}

.mainContent .page table
{
	border-collapse: collapse;
	border: 1px solid #cccccc;
	margin: 0px;
	padding: 0px;
}

.mainContent .page table tr td
{
	border: 1px solid #cccccc;
	padding: 4px;
}

.mainContent .page table tr th
{
	border: 1px solid #cccccc;
	background: #eeeeee;
	padding: 4px;
	font-weight: bold;
}

.mainContent .page ul.news
{
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

.mainContent .page .news li
{
	list-style-type: none;
	float: left;
	width: 570px;
	margin-top: 10px;
}

.mainContent .page .news span.date
{
	float: left;
	width: 70px;
	font-weight: bold;
}

.mainContent .page .news p
{
	float: left;
	width: 500px;
	clear: right;
}

.mainContent .page .news a.detail
{
	display: block;
	float: right;
	clear: both;
	color: #0052A1;
	text-decoration: none;
}

.mainContent .page .news a.detail:hover
{
	color: #000000;
}

.mainContent .page .news li ul.images
{
	float: left;
	margin: 0px;
	padding: 0px;
}

.mainContent .page .news li ul.images li
{
	float: left;
	width: 180px;
	height: 120px;
	background-color: #eeeeee;
	margin-right: 15px;
}

.mainContent .page .news li ul.images li.last
{
	float: left;
	width: 180px;
	height: 120px;
	background-color: #eeeeee;
	margin-right: 0px;
}

/* Products */

.mainContent .page table.products
{
	border: 0px;
	width: 570px;
	margin-top: 10px;
	border-collapse: collapse;
}

.mainContent .page table.products tr td
{
	border: none;
	padding: 0px;
}

.mainContent .page table.products tr th
{
	border: none;
	background: #eeeeee;
	padding: 0px;
	font-weight: bold;
}

.mainContent .page table.products td.image
{
	width: 150px;
	height: 110px;
	padding-bottom: 5px;
	vertical-align: top;
	padding-top: 10px;
	border-bottom: 1px solid #999999;
}
.mainContent .page table.products td.image img
{
	background-color: #eeeeee;
	width: 140px;
	height: 110px;
	float: left;
}

.mainContent .page table.products td.detail
{
	width: 420px;
	border-bottom: 1px solid #999999;
	vertical-align: top;
}

.mainContent .page table.products td.detail div.name
{
	color: #0052A1;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	padding-top: 10px
}

.mainContent .page table.products td.detail div.serial
{
	color: #0052A1;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	padding-top: 10px
}

.mainContent .page table.products td.detail div.color
{
	color: #0052A1;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	clear: both;
	width: 100%;
}

.mainContent .page table.products td.detail div.type
{
	color: #0052A1;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	clear: both;
	width: 100%;
}

.mainContent .page table.products td.detail div.description
{
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 10px;
	line-height: 10px;
	font-size: 10px;
}

.mainContent .page table.products td.detail div.description ul
{
	margin-left: 20px;
}

.mainContent .page table.products td.detail div.description a.more
{
	display: block;
	float: right;
	clear: both;
	color: #0052A1;
	text-decoration: none;
}

/* Product */

.mainContent .page table.product
{
	border: 0px;
	width: 570px;
	margin-top: 10px;
	border-collapse: collapse;
}

.mainContent .page table.product tr td
{
	border: none;
	padding: 0px;
}

.mainContent .page table.product tr th
{
	border: none;
	background: #eeeeee;
	padding: 0px;
	font-weight: bold;
}

.mainContent .page table.product td.image
{
	width: 190px;
	height: 110px;
	margin-bottom: 5px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #999999;
}
.mainContent .page table.product td.image img
{
	background-color: #eeeeee;
	width: 190px;
	float: left;
}

.mainContent .page table.product td.detail
{
	width: 370px;
	border-bottom: 1px solid #999999;
	padding-top: 10px;
}

.mainContent .page table.product td.detail h2
{
	color: #0052A1;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.mainContent .page table.product td.detail p
{
	line-height: 14px;
	margin-bottom: 10px;
}

.mainContent .page table.product td.detail ul
{
	line-height: 14px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.mainContent .page table.product td.detail strong
{
	color: #0052A1;
	font-weight: bold;
}
/* Specs */

.mainContent .page table.product td.detail table
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.mainContent .page table.product td.detail table td
{
	width: 50%;
	border: 1px solid #999999;
	padding: 2px;
}



/* Right Banner */
.rightContent .promo
{
	width: 110px;
	margin-top: 20px;
	padding-left: 20px;
	text-align: center;
}

.rightContent .promo ul
{
	list-style-type: none;
}

.rightContent .promo ul li
{
	padding-bottom: 10px;
}

.rightContent .promo a
{
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	color: #0052a1;
}

.rightContent .promo a:hover
{
	color: #000000;
}

div.hr
{
	height: 1px;
	line-height: 1px;
	background: #777777;
	width: 100%;
	float: left;
	clear: both;
	margin: 10px 0px;
}

.footer, .footerPush
{
	height: 45px;
	width: 950px;
}

.footerPush
{
	clear: left;
}

.footer
{
	background: url('../images/header_bg.jpg') left 20px no-repeat; 
	color: #cccccc;
	width: 950px;
	margin: 0px auto;
	clear: both;
}

.footerSep
{
	height: 20px;
	width: 950px;
	background: #ffffff;
}

.footerTrans
{
	position: absolute;
	height: 25px;
	width: 950px;
	background: #0051a1;
	opacity: 0.8; 
	filter:alpha(opacity=80); 
}

.footerTrans p
{
	margin-left: 20px;
	line-height: 25px;
}
