﻿* { margin: 0; padding: 0; }
body 
{
	font: 11px/18px verdana;
	margin: 10px 0 0 0;
	text-align: center;
	background: #c1d1dc url(/images/bg.jpg);
}

/* *************************
LAYOUT
************************* */
#wrapper 
{
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}
#innerwrapper 
{
	position: relative;
	border: 8px solid #fff;
	background: #trasnparent;
	z-index: 0;
}
#innerwrapperbody { position: relative; }
#header { position: relative; height: 39px; text-align: right; margin: 0 0 10px 0; }
#logo { position: absolute; top: 25px; left: -45px; overflow: visible; z-index: 100; }
#main { position: relative; background: url(/images/main_bg.png) top left; display: block; }
#content { position: relative; margin: 4px 0 0 176px; }
#navigation 
{
	position: static;
	top: 0px;
	left: 171px;
	list-style-type: none;
	height: 24px;
	background: #bdce00;
	padding-left: 135px;
	margin-left: 165px;
}
#navigation li { float: left; list-style-type: none; }
#navigation a { display: block; height: 24px; }

/* *************************
NAVIGATION
************************* */
#n_home { background: transparent url(/images/nav/nav_01.gif) no-repeat; text-indent: -9999px; width: 54px; }
#n_aboutus { background: transparent url(/images/nav/nav_02.gif) no-repeat; text-indent: -9999px; width: 81px; }
#n_privacy { background: transparent url(/images/nav/nav_03.gif) no-repeat; text-indent: -9999px; width: 119px; }
#n_custinfo { background: transparent url(/images/nav/nav_04.gif) no-repeat; text-indent: -9999px; width: 118px; }
#n_contact { background: transparent url(/images/nav/nav_05.gif) no-repeat; text-indent: -9999px; width: 102px; }

#sideBar { float: left; width: 171px; margin-top: 85px; }
#sideBar ul { padding: 5px; }
#sideBar ul li { list-style-type: none; }
#sideBar a { color: #004457; font-weight: bold; }
#footer 
{
	position: relative;
	padding: 10px 0 10px 171px;
	text-align: center;
	clear: both;
	background: #bdce00;
	color: #fff;
	font-size: 10px;
}
#footer a { font-weight: bold; color: #fff; text-decoration: none; }

/* *************************
HTML TAGS
************************* */
a { color: #004457; text-decoration: none; }
a:hover {}
img { border: none; }
h1 { font-size: 190%; padding: 40px 10px 15px 0px; text-transform: uppercase; background: #c1d1dc; text-align: right; }
h2 { font-size: 130%; padding: 10px 0  15px 10px; text-transform: capitalize; }
h3 {}
h4 { font-size: 110%; margin: 10px 0 5px 0; }

hr {}
.clear { visibility: hidden; clear: both; height: 0px; }
label {}

fieldset { border: 1px solid #e6e6e6; padding: 2px; }
fieldset.no_border { border: none; }
legend { display: none; }
em.discount { color: #f00; text-decoration: line-through; }

.btn { font-weight: bold; border: 1px solid #c1d1dc; padding: 2px 5px; text-transform: uppercase; margin: 2px; }
.btn:hover { color: #fff; background: #c1d1dc; border: 1px solid #4D2300; }

.btn2 { font-weight: bold; font-size: 90%; border: 1px solid #c1d1dc; padding: 1px 3px; text-transform: uppercase; margin: 2px; }
.btn2:hover { color: #fff; background: #c1d1dc; border: 1px solid #4D2300; }
/* *************************
FORM ROWS
************************* */
.form_row { margin-bottom: 10px; }
.form_row label { float: left; width: 15em; text-align: right; font-weight: bold; margin-right: 0.4em; }
.form_row div { width: 425px; display: table; }

/* *************************
FONT MODS
************************* */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }

.errorMsg { color: #f00; font-weight: bold; margin: 8px auto; width: 100%; text-align: center; display: table; }

.disclaimer { font-style: italic; color: #999; padding: 15px; }
/* *************************
TABLE
************************* */
.HeaderRow th, .DefaultRow td, .AltRow td { padding: 3px; }
.AltRow td { border-bottom: 1px dashed #aaa; background: #e6e6e6; }
.DefaultRow td { border-bottom: 1px dashed #aaa; }
.DefaultRow:hover td, .AltRow:hover td { background: #2a2a2a; color: #fff; }
.HeaderRow { font-weight: bold; background: #4D2300; color: #fff; text-align: center; }
.FooterRow { background: #ccc; }
.EditRow td { background: #333; color: #fff; }
.PagerRow { text-align: center; color: #2a2a2a; font-weight: bold; }


#banner { overflow: hidden; }


/* **************************
PRODUCT PAGE
************************** */
#productDetail { position: relative; margin-top: 10px; }
#productImage { float: left; width: 200px; }
#productInfo { position: relative; margin: 0 0 0 205px; }

#addToCart { position: relative; width: 100%; }
.addCartProductTitle { float: left; width: 200px; }
.addCartSize { float: left; width: 95px; }
.addCartQty { float: left; width: 85px; }
.addCartButton { float: left; width: 85px; }
.addCartPrice { float: left; width: 85px; }

.CartHeader th { text-transform: uppercase; border-bottom: 2px solid #000; }
.CartRow td { vertical-align: top; }
.CartAltRow td { vertical-align: top; background: #e6e6e6; }
.CartRow td span, .CartAltRow td span { font-style: italic; }
.CartFooter td { font-weight: bold; border-top: 2px solid #000; }


.SelectedItem { background: #c1d1dc; border: 1px solid #4D2300; }
.seperator1 { border-top: 1px solid #c1d1dc; margin: 8px 0; }

/* ERROR LIST */
.errorList { background: #fff; color: #f00; padding: 4px 4px 10px 4px; font-weight: bold; border-bottom: 2px solid #f00; margin-bottom: 15px; }
.errorList ul { list-style-type: none; }
.errorList li { margin: 0 0 0 30px; font-style: italic; list-style-type: none; font-weight: normal; color: #f00; }


.product_item { text-align: center; border: 1px solid #fff; }
.product_item:hover { border: 1px solid #e5e5e5; }

.table-format4 td { width: 25%; }