/*
 * Base Styles
 */
body {
    margin: 0px;
    padding: 0px;
    background-color: rgb(150,149,149);
    font: 11px Arial, Helvetica, Sans-Serif;
    _text-align: center; /* IE fix */
    _behavior: url(/scripts/csshover.htc); /* IE fix */
}
form {
    margin: 0px;
    padding: 0px;
}
p {
	margin: 0px;
    padding: 0px 0px 15px 0px;
}
a {
    text-decoration: underline;
	color: rgb(40,22,110);
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
input, select, textarea {
    margin: 0px;
    padding: 0px;
    font: 11px  Arial, Helvetica, Sans-Serif;
}


/*
 * Base Classes
 */
.spacer {
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    clear: left;
}
.error {
    color: rgb(255,0,0);
}
.outputPanel {
    padding-bottom: 20px;
}


/*
 * Base Page Styles
 */
#containerBack {
    width: 100%;
    height: 100%;
    margin: 0px auto 0px;
    padding: 0px;
    position: relative;
	background: url('/media/images/nav_back_shadow.png') center top no-repeat;
}
#container {
    width: 770px;
	/*height: 565px;*/
	margin: 0px auto 0px;
    position: relative;
    padding: 0px;
    _text-align: left; /* IE fix */
	background-color: rgb(255,255,255);
}
#header {
	height: 145px;
	background: url('/media/images/nav_header_img01.jpg') no-repeat;
	background-color: rgb(255,255,255);
}
#header .logo {
	position: absolute;
	margin: 22px 0px 0px 0px;
}
#header .note {
	width: 205px;
	height: 32px;
	/*margin: 0px 0px 0px 571px;*/
	left: 571px;
	position: absolute;
    background: url('/media/images/nav_header_note.png') no-repeat; /* IE fix */
	_background-image: none; /* IE fix */
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/nav_header_note.png',sizingMethod='scale'); /* IE fix */

}
#header .note span {
	display: none;
}
#header .links { /* First level */
    padding: 108px 0px 0px 0px;
}
#header .links ul { /* First level */
    margin: 0px;
    padding: 0px;
}
#header .links li {
    width: 145px;
    height: 24px;
    margin: 0px 12px 0px 0px;
    padding: 0px;
    list-style: none;
    float: left;
}
#header .links li div {
    width: 145px;
    height: 24px;
	position: absolute;
    z-index: 10;
}
#header .links li div a {
	width: auto;
    _width: 145px; /* IE fix */
    height: 24px;
    display: block;
}
#header .links li span {
	display: none;
}
#header .links .menuShadow {
    width: 152px;
    height: 32px;
	margin: 0px 0px 0px -3px;
    position: absolute;
    z-index: 1;
    background: url('/media/images/nav_btn_shadow.png') no-repeat; /* IE fix */
	_background-image: none; /* IE fix */
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/nav_btn_shadow.png',sizingMethod='scale'); /* IE fix */
}
#header .links #menuContact {
	width: 145px;
	height: 24px;
	padding: 0px;
	left: 625px;
	position: absolute;
	list-style: none;
	float: left;
}
#menuHome {
    background: url('/media/images/nav_btn_home.png') no-repeat;
}
#menuHome:hover {
    background: url('/media/images/nav_btn_home_o.png') no-repeat;
}
#menuProducts {
    background: url('/media/images/nav_btn_products.png') no-repeat;
}
#menuProducts:hover {
    background: url('/media/images/nav_btn_products_o.png') no-repeat;
}
#menuSuppliers {
    background: url('/media/images/nav_btn_suppliers.png') no-repeat;
}
#menuSuppliers:hover {
    background: url('/media/images/nav_btn_suppliers_o.png') no-repeat;
}
#menuContact {
    background: url('/media/images/nav_btn_contact.png') no-repeat;
}
#menuContact:hover {
    background: url('/media/images/nav_btn_contact_o.png') no-repeat;
}
#menuAbout {
    background: url('/media/images/nav_btn_about.png') no-repeat;
}
#menuAbout:hover {
    background: url('/media/images/nav_btn_about_o.png') no-repeat;
}
#menuApparel {
    background: url('/media/images/nav_btn_apparel.png') no-repeat;
}
#menuApparel:hover {
    background: url('/media/images/nav_btn_apparel_o.png') no-repeat;
}
#menuImports {
    background: url('/media/images/nav_btn_imports.png') no-repeat;
}
#menuImports:hover {
    background: url('/media/images/nav_btn_imports_o.png') no-repeat;
}
#menuPromo {
    background: url('/media/images/nav_btn_promo.png') no-repeat;
}
#menuPromo:hover {
    background: url('/media/images/nav_btn_promo_o.png') no-repeat;
}
#body {
	/*height: 335px;*/
	background-color: rgb(255,255,255);
}
#footer {
	height: 40px;
	padding: 20px 0px 0px 0px;
	color: rgb(151,150,150);
	background-color: rgb(255,255,255);
}
#footer .links {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}
#footer .links a {
	color: rgb(151,150,150);
	text-decoration: none;
}
#footer .links a:hover {
	color: rgb(151,150,150);
	text-decoration: underline;
}
#footer .copyright {
	font-size: 9px;
	text-align: center;
}
#body #title {
	width: 171px;
	height: 335px;
	float: left;
	background: url('/media/images/nav_back_title.gif') no-repeat;
	background-color: rgb(255,255,255);
}
#body #title span {
	font: 20px Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: rgb(151,150,150);
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 8px;
	display: block;
	margin: 105px 10px 0px 0px;
	background-color: rgb(255,255,255);
}
#body #text {
	width: 564px;
	/*height: 285px;*/	
	font: 12px Arial, Helvetica, Sans-Serif;
	/*color: rgb(151,150,150);*/
	margin: 50px 0px 0px 15px;
	padding: 0px 20px 0px 0px;
	float: left;
	background-color: rgb(255,255,255);
	/*overflow: auto;*/
}
