﻿/* ---------------------------------------------
Screen Stylesheet for http://www.DomainName.com
Updated: 03/14/09 - Eddie Kasper
Version: 3.50
-------------------------------------------------
::COLORS::
	Black: #333 --example usage--

::TOC::
	Resets
	Defaults
	Typography
	Template 
	Links
	Navigation
	Forms
	Global Classes
	Pages

::Opacity/Transparency CSS

.opaque1 {	// for all other browsers
	opacity: .5;
}

.opaque2 {	// for IE8
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.opaque3 {	// for IE5-7
	filter: alpha(opacity=50);
}


	

--------------- ::Resets:: --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
margin:0;
padding:0;
}
fieldset, table {
border:none;
}
table {
border-collapse:collapse;
border-spacing:0;
word-wrap:break-word; /* will not validate IE only */
}
/*
caption, th, td {
text-align: left;
}*/

/*********** ---------- ::Defaults:: --------------------- ***********/
html { 
font-size:100.01%; 
height:100.1%; 
overflow-y:scroll; 
overflow: -moz-scrollbars-vertical; 
background: #203049 url('../images/site-graphics/body-bg2.jpg') no-repeat fixed center; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			background-position:center cebter;

}  
 

body { 
height:100%;
font:12px Heveltica, Arial, san-serif;
/*background:#203049 url('../images/site-graphics/body-bg2.jpg') top center no-repeat;*/
color:#333;
line-height:1.4;


}

/*********** ---------- ::Typography:: ------------------- ***********/
address, h1, h2, h3, h4, h5, h6, li, p, pre {padding: 3px 10px;}
h1 {
color: #CA0000;
    font-family: 'DIN1451StdEngschrift';
    font-size: 29px;
    font-weight: lighter;
    margin: 0 0 5px;
    padding: 0 5px;
    text-align: left;
    text-transform: uppercase;}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:12px;}
address, li, p {font-size:12px;}
pre {font-size: 12px;}
ul {margin-left: 25px;}

/*********** ---------- ::Template:: --------------------- ***********/
#wrap {
width: 970px;
margin:0 auto;
padding-left: 1px;

}
#masthead {
position: relative;
height: 168px;
}
#shoppingcart {
	position: absolute;
	top: 10px;
	right: -10px;
}
#search {
	position: absolute;
	top: 50px;
	right: 5px;
	width: 300px;
}
#top-menu {
	height: 43px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 970px;
	background: transparent url('../images/site-graphics/top-menu-bg.png') no-repeat;
}
#content-wrap {
	margin-top: 4px;
	overflow: hidden;
	background: #fff url('../images/site-graphics/content-wrap-bg.jpg') repeat-y;
}
#left-col {
	width: 187px;
	float: left;
	padding-bottom: 20px;
	position: relative;
	z-index: 10;
}

#contents {
width: 760px;
margin: 0;
padding: 20px 10px;
min-height: 930px;
float: right;
}
#contents.home {
	width:730px;
	padding:20px 25px;
}
#contents.interior {
	width: 750px;
	padding: 5px 20px 20px 10px;
}
#footer { position: relative;
clear:both;
width: 971px;
height: 200px;
margin: 0 auto;
background: #11151f url('../images/site-graphics/footer-gradient.png') top center no-repeat;
}


/*********** ---------- ::Links:: ------------------------ ***********/
a {text-decoration:underline; color: #333;}
a:visited {text-decoration:underline;}
a:active, a:focus, a:hover {
text-decoration:none;
outline:none;
}
a img {border:none;}

/*********** ----------  ::Navigation:: ------------------ ***********/
/*********** Top Menu Navigation ***********/
#top-menu ul {
	list-style: none;
	margin: 0;
	padding: 0px 0 0 0px;
	text-align: left;
}
#top-menu ul li { position: relative;
	margin: 0;
	padding: 0;
	float: left;
	display: inline-block;
	font: normal 15px/43px Helvetica,Arial,Tahoma,Geneva,Helvetica,sans-serif;
	height: 43px;
	color: #fff;
	padding: 0 5px 0 10px;
	border-left: 0px solid #53506d;
	background: transparent url('../images/site-graphics/top-menu-divider.png') left center no-repeat;
}
#top-menu ul li a, #top-menu ul li a:link, #top-menu ul li a:active, #top-menu ul li a:visited {
	font: bold 15px/34px Helvetica,Arial,Tahoma,Geneva,Helvetica,sans-serif;
	background: transparent;
	color: #fff;
	padding: 5px 7px 4px 13px;;
	margin: 0 5px 0 0;
	height:34px;
	text-decoration: none;
	float: left;
	position: relative;
	width: auto;
	display: inline;
}
#top-menu ul li a span {
	width: 5px;
	height: 34px;
	padding: 5px 0 4px;
	position: absolute;
	right:-5px;
	top: 5px;
	z-index: 100;
	display: block;
}
#top-menu ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: transparent url('../images/site-graphics/top-menu-bg-hover.png') left center no-repeat;
}

#top-menu ul li a:hover span {
	
	background: transparent url('../images/site-graphics/top-menu-bg-hover.png') right top no-repeat;
}

#top-menu ul li.home {
	background: none;
	padding: 0 5px 0 14px;
}
#top-menu ul li.home a,
#top-menu ul li.home a:hover {
	background: none;
}
#top-menu ul li.last a {
	padding: 5px 5px 4px 10px;
}

#top-menu ul li.home a img {
	margin-top: 10px;
}

/*********** Footer Navigation ***********/
#footer ul {
	list-style: none;
	margin: 0 auto;
	padding: 30px 0 40px 115px;
	text-align: left;
	width: 770px;
}
#footer ul li {
	margin: 0;
	padding: 0 7px;
	display: block;
	font: bold 11px Arial,Helvetica,Tahoma,Geneva,sans-serif;
	height: 12px;
	color: #afb8d1;
    border-left: 1px solid #afb8d1;
    line-height:1;
    float: left;
}
#footer ul li a, #footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
	font: bold 11px Arial,Helvetica,Tahoma,Geneva,sans-serif;
	background: transparent;
	color: #afb8d1;
	padding: 0 5px;
	margin: 0;
	text-decoration: none;
	text-transform:uppercase;
	
}
#footer ul li.noborder {
	border-left: 0;
}
#footer ul li a:hover {
	text-decoration: underline;
}
	
/* ---------- ::Forms:: ------------------------ */
label {cursor:pointer;}
input,label,select,textarea {
font-size:inherit;
font-family:inherit;
}
input, textarea {padding:2px;}
textarea {overflow:auto; border: 1px solid #ddd;}

/*********** ---------- ::Global Classes:: --------------- ***********/
.center {text-align:center;}
.clear {
clear:both;
padding:0;
margin:0;
line-height:normal;
}
.floatleft {float:left;}
.floatright {float:right;}
.hidden {display:none;}
.inline {display:inline;}
.large {
font-size:20px;
font-weight:bold;
}
.light {color:#999;}
.small {
font-size:10px;
font-weight:normal;
}
.red {
	color: #ca0000;
}
.bold {
	font-weight: bold;
}
/*********** ---------- ::Pages:: ------------------------ ***********/

/*********** /// place specific page rules here if needed /// ***********/

#logolink {
	position: absolute;
	top: 43px;
	left: 20px;
}
#logolink-2 {
	position: absolute;
	top: 8px;
	left: -5px;
}

#shoppingcart p, #shoppingcart a, #shoppingcart span {
	color: #fff;
	float: left;
	text-decoration:none;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 11px;
	line-height:12px;
}
#shoppingcart a:hover {
	text-decoration:underline;
}
#shoppingcart p {
	padding: 0 10px;
	line-height: 1;
	border-left: 1px solid #fff;
}
#shoppingcart .noleftborder {
	border: 0;
	color: #fff;
	padding-right: 10px;
	
}
#shoppingcart p.checkout {
	padding-right: 0;
	
}
#shoppingcart p.items {
	padding-left:0;
}
#shoppingcart p.items a {
	padding-left: 30px;
	background: transparent url('../images/site-graphics/icon-cart.png') 9px 0px no-repeat;
}

#search input {
	float: left;
	border: 0;
	padding: 0;
}
#search p {
	float: right;
	padding: 0;
	line-height:23px;
}
#search .search { border:0px solid red;
	width: 175px;
	padding: 5px 5px 6px 5px;
	font-size: 12px;
	line-height:12px;
	height: 12px;
	background: transparent  url('../images/site-graphics/form-search-input.png') no-repeat;
}
/*#search .submit {
	width: 25px;
	height: 23px;
	background: transparent  url('../images/site-graphics/form-search-bt.png') no-repeat;
}*/
#search form {
	float:right;
}
#search a { border:0px solid yellow;
	float: left;
	height:23px;
	width:25px;
	display: block;
}
#search .submit img {
	float: left;
	display:block;
}

#left-col h3 {
	padding: 15px 0px 5px;
	margin: 0  25px 0 15px;
	font-family: 'DIN1451StdEngschrift';
	font-size: 16px;
	font-weight: lighter;
	text-transform:uppercase;
	border-bottom: 2px solid #ccc;
}
.leftmenu {
	padding-left: 10px;
}

.banner-box {
	float: left;
	width: 125px;
	padding: 15px 0 15px 0px;
	margin-left: 32px;
	border-bottom: 2px solid #ccc;
}
.banner-box p {
	padding: 10px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.banner-box p a {
	font-size: 10px;
	text-transform:uppercase;
}
.newsletter {
	float: left;
	width: 145px;
	padding: 15px 0 15px 0px;
	margin-left: 17px;
	border-bottom: 2px solid #ccc;
}
#left-col .newsletter  h3 {
	margin-left: 0;
	padding-bottom: 0;
	line-height:1;
	border: 0;
}
#left-col .newsletter  h3 span {
	font-size: 24px;
}
.newsletter input {
	border: 1px solid #999;
	width: 140px;
}
.newsletter input[type=submit] {
	padding: 0;
	margin-top: 5px;
	border: 0;
	width: 62px;
	height: 24px;
	cursor: pointer;
	background: transparent url('../images/pc/bt_submit.gif') no-repeat;
}

.copyright {
	text-align: center;
	color: #788197;
	font-size: 11px;
}
.copyright p, .copyright a {
	color: #788197;
	text-decoration:none;
	margin: 0 10px;
}
.copyright a:hover {
	text-decoration:underline;
}
.copyright span a {
	margin: 0;
}
.copyright span {
	margin: 0 0 0 10px;
}
#footer .logo {
	text-align: center;
	padding: 20px;
}
#slide {

	background:#ddd;
	margin: 20px 10px 30px 0px;
	clear: both;
}

#contents.home h1 {
	font-family: 'DIN1451StdEngschrift';
	font-size: 28px;
	color: #ca0000;
	font-weight: lighter;
	text-transform:uppercase;
}
.categories {
	margin-left: 5px;
	float: left;
}
.categories.row1 div {
	float: left;
	padding: 0 7px 10px 6px;
	border-left: 1px dotted #ccc;
}
.categories.row2, .categories.row3 {
	border-top: 1px dotted #ccc;
}
.categories.row2 div {
	float: left;
	padding: 10px 7px 10px 6px;
	border-left: 1px dotted #ccc;
}
.categories.row3 div {
	float: left;
	padding: 10px 7px 0px 6px;
	border-left: 1px dotted #ccc;
}

.categories.row1 div.first, .categories.row2 div.first, .categories.row3 div.first {
	border: 0;
	padding-left: 0;
}
.categories.row1 div.last, .categories.row2 div.last, .categories.row3 div.last {
	padding-right: 0;
}

.categories a {
	text-decoration:none;
	display: block;
	width: 169px;
	height: 180px;
	float: left;
	margin: 0;
	border-left: 0px dotted #ccc;
	border-bottom: 0px dotted #ccc;
	position: relative;
	background-size:100%;
}
.categories a:hover {
	/*background-position: 0 -180px;*/
}
.categories a span {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: 'DIN1451StdEngschrift';
    font-size: 22px;
    text-transform:uppercase;
    color: #CA0000;
    width: 100%;
    text-align: center;
    line-height:42px;
    text-shadow:1px 1px #fff;
}
.categories a:hover span{
	background: #CA0000;
	color: #fff;
	text-shadow:1px 1px #333;
}

#clearence {
	margin: 30px 10px 0 5px;
	padding:20px 0;
	border-top: 3px solid #e0e0e0;
	border-bottom: 3px solid #e0e0e0;
}

#clearence h2, #homenote h2 {
	color: #CA0000;
    font-family: 'DIN1451StdEngschrift';
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 0 5px 0 0;
    text-align: left;
    text-transform: uppercase;
}
#clearence .categories {
	margin: 0;
	border: 0;
	padding-bottom: 10px;
}
#clearence .categories div {
	border: 0;
	width:169px;
	padding: 0 7px 10px 6px;
}
#clearence .categories div.first {
	padding-left: 0;
}
#clearence .categories div.last {
	padding-right: 0;
}

#clearence .categories img {
	margin: 0 0 5px 0;
}
#clearence .categories a {
	height: auto;
	width: auto;
}
#clearence .categories a:hover {
	background-position: 0 0;
}
#clearence .categories p {
	clear: both;
	padding:3px 0;
}
#clearence .categories p a {
	float: left;
}
#clearence .categories p.price {
	font-size: 18px;
	font-weight: bold;
	color:#CA0000;
}
#clearence .categories p.price span {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-decoration:line-through;
	font-weight: normal;
}
#clearence .categories p.title {
	font-weight: bold;
	font-size: 13px;
	padding-top:0;
}
#homenote {
	padding: 20px 0 30px;
	margin-left: 5px;
}
#homenote img {
	float: right;
	padding: 0px 10px 10px 20px;
	margin-top:-30px;
}
#homenote p {
	padding-left: 0;
}

/*
#mydiv{
	width: 100%;
    height:auto;
    background-image:url('../images/site-graphics/body-bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size:100% auto;
    -webkit-background-size:100% auto;        /*  Safari  /
    -khtml-background-size:100% auto;         /*  Konqueror  /
    -moz-background-size:100% auto;           /*  Firefox  /
 }
*/

.thawte {
	position: absolute;
	bottom:14px;
	left: 95px;
	width: 90px;
	height: 75px;
	background: transparent url('../../../images2/thawte.png') no-repeat;
}
.AuthorizeNetSeal{
	position: absolute;
	bottom: 0px;
	right: 100px;
	color: #fff;
	text-align: center;
	font-size: 11px;
}
div.AuthorizeNetSeal a {
	color: #fff;
}

.promo-msg {
	position: relative;
	min-height: 20px;
	background: #f4f4f4;
	text-align: center;
	padding: 5px 0;
	border: 1px solid #999;
	margin: 0 10px 10px 5px;
	text-align: center;
}
.promo-msg.interior {
	margin: 15px 0px 5px 5px;
}
.promo-msg p {
	text-align: center;
	padding: 2px 0 8px;
}
.promo-msg h2 {
	padding-bottom: 0;
}