@charset "UTF-8";

/* Global Styles */

html,
body {
    margin:0;
    padding:0;
    height:100%;
    background-color: #c6c8bd;
    background-image: url(../img/common/tile_bg.jpg);
    background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050c22;
}

.tablestyle {
    margin:0;
    padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050c22;
}

img { behavior: url(iepngfix.htc) }

p {
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050c22;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050c22;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #9d141c;
	font-style: italic;
	margin-top: 0px;
}

hr {
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: 0;
	border-left-width: 0px;
	border-top-style: dotted;
}

ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050c22;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left:-20px;
	margin-right:0px; 
}

ol li {
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050c22;
}

.redTextBold {
	color: #9d141c;
	font-weight: bold;
}

#wrapper {
	min-height:100%;
	position:relative;
	height: 100%;
	background-image: url(../img/common/header_img.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 1100px;
	margin: 0 auto;
}
#header {
	padding-top:16px;
	height: 126px;
	width: 900px;
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #b3b1ab;
	font-style: italic;
}
#container {
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#323232;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
#left-col {
	float:left;
	width:214px;
	margin-right: 9px;
}

.menu {
	float:left;
	width:214px;
	background-image: url(../img/common/menu_tile_bg.png);
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	behavior: url(iepngfix.htc);
}

#right-col {
	float:right;
	width:675px;
	margin-top: 16px;
}

.content {
	background-image: url(../img/common/content_tile_bg.png);
	background-repeat: repeat-y;
	padding-right: 25px;
	padding-left: 25px;
	behavior: url(iepngfix.htc);
	padding-top: 15px;
	padding-bottom: 15px;
	color: #050c22;
}

#footer {
	bottom:0;
	width:675px;
	height:138px;   /* Height of the footer */
	margin-top: 10px;
	margin-bottom: 10px;
}

#copyright {
	color: #3f4234;
	margin-bottom: 10px; font-size: xx-small;
}

#copyright a {
	color: #767B62;
	text-decoration: underline;
	font-weight: normal; font-size: xx-small;
}

#copyright a:hover {
	color: #767B62;
	text-decoration: none;
	font-weight: normal; font-size: xx-small;
}

#tablemenu td {
	width:188px;
	text-align: left;
}

#tablemenu td a {
	text-decoration:none;
	display:block;
	padding-left:9px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 188px;
	font-weight: normal;
}

#tablemenu td a:hover {
	background-color:#b54d53;
}

#newsletter {
	background-image: url(../img/common/joinnewsletter_footer.jpg);
	height: 138px;
	width: 220px;
	margin-top: 50px;
}

#nra {
	height: 110px;
	width: 214px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#r1776 {
	height: 118px;
	width: 214px;
	margin-top: 10px;
}

.newsletter-signupBox{
	background-image:url(../img/common/newsletter_signup_input.jpg);
	background-repeat:no-repeat;
	padding-left:2px;
	padding-top:4px;
	border: 0px;
	height: 18px;
	width: 168px;
} 

.indent {
	text-indent: 1.7em;	
}

.textInput {
	border: 1px solid #999;
	color: #000000;
	font-size: 14px;
	background-color: #FFF;
	margin-bottom: 10px;
}

.textInputother {
	border: 1px solid #999;
	color: #000000;
	font-size: 14px;
	background-color: #FFF;
	margin-bottom: 0px;
}

.largerDropdownOuter {
	width: 624px;
	margin-bottom: 5px;
}

.largerDropdown {
	padding-bottom:10px; 
	padding-left:10px; 
	padding-right:10px; 
	background-color:#ebebeb; 
	margin-bottom:10px; 
	border:solid; 
	color:#CCC; 
	border-width:1px;
}

.largeDropdownOuter {
	width: 604px;
	margin-bottom: 5px;
}

.largeDropdown {
	padding-bottom:10px; 
	padding-top:10px; 
	padding-left:10px; 
	padding-right:10px; 
	background-color:#EEE; 
	margin-bottom:10px; 
	border:solid; 
	color:#CCC; 
	border-width:1px;
	}
	
.smallDropdownOuter {
	width: 290px;
	margin-bottom: 5px;
}

.smallDropdown {
	padding-bottom:10px; 
	padding-top:10px; 
	padding-left:10px; 
	padding-right:10px; 
	background-color:#EEE; 
	margin-bottom:10px; 
	border:solid; 
	color:#CCC; 
	border-width:1px;	
	}
	
	#register .submit {	position: relative; }
	#register .submit input { height: 28px; padding-bottom: 4px; color: #FFF;  font-size: 14px; font-weight:bold; background:#b54e52; cursor: pointer; border:none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
	#register .submit input:hover,
	#register .submit input:focus { color: #FFF; opacity: .9; background: #757575; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; outline:none; }
	#register .submit input:active { background: #000;  color: #FFF; opacity: 1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;outline:none; }
	
	#register .submit a.continue-shopping { height: 28px; padding: 5px 10px 5px 10px; color: #FFF;  font-size: 14px; font-weight:bold; background:#b54e52; cursor: pointer; border:none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-decoration:none; position:relative;}
	#register .submit a.continue-shopping:hover,
	#register .submit a.continue-shopping:focus { color: #FFF; opacity: .9; background: #757575; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; outline:none; }
	#register .submit a.continue-shopping:active { background: #000;  color: #FFF; opacity: 1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;outline:none; }
	#register a, .register a {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #9D141C!important;
		text-decoration: underline;
		font-weight: bold;
	}
	
	#register a:hover, .register a:hover {
		text-decoration: none;
		font-weight: bold;
		color:#000;
	}

	fieldset { padding:10px; width:600px; margin:10px 0 10px 0;}
	legend {
  padding: 0.2em 0.5em;
  border:1px solid #9D141C;
  font-weight:bold;
  margin-bottom:10px;
  }
  
    ul.new-account { padding: 10px 0 0 20px; margin:0;}
    ul.new-account li { padding:10px 0 10px 0; 	list-style-position: outside;	list-style-type: none;	display:block; }
    ul.new-account li.odd { background:#ebebeb; padding-left:10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;margin-top:20px;}
    ul.new-account li.title { font-size:18px; font-weight:bold;}
    ul.new-account li span { color:#9d141c; display:inline-block; width:220px; padding:0 0 0 20px;}
    ul.new-account li span.no-req { color:#000; display:inline-block; width:220px; padding:0 0 0 20px;}


    ul.checkout2 { padding: 10px 0 0 20px; margin:0;}
    ul.checkout2 li { padding:10px 0 10px 0; 	list-style-position: outside;	list-style-type: none;	display:block; }
    ul.checkout2 li.odd { background:#ebebeb; padding-left:10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-top:20px;}
    ul.checkout2 li.other { background:#f9f9f9; padding-left:10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
    ul.checkout2 li.title { font-size:18px; font-weight:bold;}
    ul.checkout2 li span { color:#9d141c; display:inline-block; width:220px; padding:0 0 0 20px;}
    ul.checkout2 li span.no-req { color:#000; display:inline-block; width:220px; padding:0 0 0 20px;}


	table.cart_table {			width:624px; margin:0; font-size:12px; line-height:16px; }
	table.cart_table th {		background-color:#484c39; border-left:1px solid #484c39; border-right:1px solid #484c39; color:#FFF; padding:8px; font-weight:bold; font-size:14px;}
	table.register th {		background-color:#484c39; border-left:1px solid #484c39; border-right:1px solid #484c39; color:#FFF; padding:8px; font-weight:bold; font-size:14px;}
	table.cart_table tr.checkout {		background-color:#FFF;}
	table.cart_table td {		border:1px solid #CCC; padding:8px; }
	table.cart_table td.pricesub, table.cart_table th.pricesub, table.cart_table td.cost-title { text-align:right; font-weight:bold; }
	table.cart_table tr.cost-total td.grandtotal { font-size:16px; }

