/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	background-color: #F3F3F4;
}

body, p, div {
	font-size: 11px;
	line-height: 14px;
	color: #717272;
}

table {  
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
        margin-top: 10px;
}

//p:first-child {
//        margin-top: 0px;
//        padding-top: 0px;
//}

a:link {text-decoration: none; color : #717272}
a:visited {text-decoration: none; color : #717272}
a:active {text-decoration: none; color : #717272}
a:hover {text-decoration: none; color : #000000}

a img, img { border: none; }



/* LAYOUT CSS */

#wrapper {
	margin: 0px auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(/images/wrapper-bg.gif);
	background-repeat: repeat-y;
	width: 782px;
}

#popupwrapper {
	padding: 20px 20px 0px 20px;
}

#header table {
	background-color: #0E0C0D;
	background-image: url(/images/header-bg.gif);
	background-repeat: repeat-x;
	height: 112px;
	width: 728px;
}

#header-left {
	background-image: url(/images/header-left-bg.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 27px;
}

#header-right {
	background-image: url(/images/header-right-bg.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 27px;
}

#header #logo {
	padding: 46px 0px 0px 35px;
}

#header #headernav {
	text-align: right;
	padding-right: 12px;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	color: #6D6B6C;
}

#header a:link, #header a:visited, #header a:active {text-decoration: none; color : #6D6B6C;}
#header a:hover {text-decoration: none; color : #CCCCCC;}

#nav-left {
	background-image: url(/images/nav-left-bg.png);
	background-repeat: no-repeat;
	width: 19px;
}

#nav-right {
	background-image: url(/images/nav-right-bg.png);
	background-repeat: no-repeat;
	width: 19px;
}

#nav {
        list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	height: 29px;
	background-color: #3E3D3D;
	background-image: url(/images/menu-bg-off.gif);
}

#nav table {
	margin: auto;
	width: 100%;
}

#nav td {
        color: #FFFFFF;
        text-decoration: none;
	border-left: 1px solid #ACAEB1;
	text-align: center;
}

#nav td:first-child {
	border-left: none;
}

#nav a {
	display: block;
    padding: 4px 10px;
	height: 21px;
}

#nav a:link, #nav a:visited, #nav a:active { color: #B4B4B4; background-image: url(/images/menu-bg-off.gif);}
#nav a:hover, #nav .navon a { color: #FFFFFF; background-image: url(/images/menu-bg-on.gif);}

#subnav {
	float: right;
	border: 1px solid #0E0C0D;
	margin: 20px;
	line-height: 20px;
}

#subnav a {
	padding: 0px 5px 0px 15px;
	display: block;
}

#subnav a:hover {
	background-color: #CCCCCC;
}

#subnav a.active {
	background-color: #CCCCCC;
	background-image: url(/images/subnav_arrow.gif);
	background-repeat: no-repeat;
}

#content-box {
	width: 744px;
	padding-top: 15px;
	background-color: #F3F3F4;
	background-image: url(/images/content-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#content-box-home {
	width: 744px;
	background-color: #F3F3F4;
}

#content-left {
	background-image: url(/images/content-left-bg.gif);
	background-repeat: repeat-y;
	width: 19px;
}

#content-right {
	background-image: url(/images/content-right-bg.gif);
	background-repeat: repeat-y;
}

#content p {
	padding: 5px 20px;
}

#page-title {
	float: right;
	width: 250px;
	text-align: center;
	margin-left: 10px;
}

#page-title-left {
	float: left;
	width: 250px;
	text-align: center;
	margin-right: 10px;
}

#disclaimer {
	font-size: 9px;
	line-height: 11px;
	text-align: justify;
	color: #717272;
	padding: 11px 20px 20px 20px;
	border-top: 1px solid #0E0C0D;
	clear: both;
}

#footer {
	width: 728px;
	height: 100px;
	text-align: right;
	color: #6D6D6D;
	font-size: 10px;
	padding: 5px 8px;
}

#footer a {
	font-size: 11px;
}
#footer a:link, #footer a:visited, #footer a:active { color: #C5C5C5;}
#footer a:hover { color: #6D6D6D;}

#footer-left {
	width: 27px;
	text-align: right;
}

#footer-right {
	width: 27px;
}

#catalog {
	width: 704px;
	margin: 0px 20px;
}

#catalog p {
	padding-left: 0px;
}

#catalog_sizes {
	width: 154px;
}

#catalog_sizes td {
	width: 72px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 9px;
}

#catalog_sizes td div {
}

#catalog_sizes img {
	border: 1px solid #000000;
}

#category_info {
	margin-top: 10px;
}

#category_info img {
	margin-top: 5px;
}

#product_filter {
	padding: 0px;
	margin: 0px;
}

#product_filter table {
	width: 154px;
}

#product_filter td {
	vertical-align: middle;
}

#product_filter select {
	width: 164px;
	margin-bottom: 4px;
}

#admin {
	padding: 0px 20px;
}

/* FORM CSS */

select {
	font-size: 10px;
}

.submit {
	border: 0px;
	background-color: #0E0C0D;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	padding: 2px;
	margin: 2px 0px;
}

#admin .submit {
	margin-right: 4px;
}

/* CONTENT CSS */

h1 {
	color: #504E4F;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
}

h2 {
	color: #504E4F;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding: 10px 0px 2px 0px;
}

h3 {
	color: #504E4F;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;

}

.justify {
	text-align: justify;
}

.missing, .red, .alert {
	color: #C93535;
}

.home {
	font-size: 14px;
	line-height: 19px;
}

textarea.alert {
	color: #000;
	background-color: #FFFF66;
}

.page_photo {
	border-top: 1px solid #0E0C0D;
	border-bottom: 1px solid #0E0C0D;
}

.fullpage_photo {
	border-top: 1px solid #0E0C0D;
	border-bottom: 1px solid #0E0C0D;
	border-left: 1px solid #0E0C0D;
}

.fullpage_photo_left {
	border-top: 1px solid #0E0C0D;
	border-bottom: 1px solid #0E0C0D;
	border-right: 1px solid #0E0C0D;
}

.breadcrumb {
	font-weight: bold;
	padding: 8px 0px 2px 0px;
	text-transform:uppercase;
}

.category_thumbnail, .product_thumbnail {
	border: 1px solid #000000;
	margin-bottom: 16px;
	background-color: #FFFFFF;
}

table.file_catalog {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}

table.file_catalog td {
    text-align: center;
}

table.file_catalog a {
    font-weight:bold;
    text-transform:uppercase;
}

.blue {
	color: #759CC5;
}
.blue2 {
	color: #4169A6;
}
.blue3 {
        color: #85A4C1;
}
.blue4 {
        color: #C1CEDE;
}
.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.gray {
	color: #CCCCCC;
}
.gray2 {
        color: #959595;
}
.gray3 {
        color: #636363;
}
.red2 {
	color: #ED1C24;
}

/* FAQ Styles */
#faqs {
	width: 704px;
	margin: 0px 20px;
}

#faqs h3 {
	cursor: pointer;
	border: 1px solid #999999;
	padding: 3px 19px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}

#faqs div.collapse h3 {
	background-color: #DDDDDD;
	background-image: url(/images/faq_button_off.gif);
}

#faqs div.collapse p {
	display: none;
}

#faqs div.expand h3 {
	background-color: #BBBBBB;
	background-image: url(/images/faq_button_on.gif);
}

#faqs div.expand p {
	display: block;
	margin-bottom: 10px;
}

#logos {
        width: 100%;
}

#logos td {
        vertical-align: middle;
        text-align: center;
}

