html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, blockquote, cite form, fieldset img {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}
div.bodger {
	clear: both;
}
body {
	background-color: #fff;
	color: #20274d;
	font-family: "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 62.5%;
}

div {
	/*border: 1px dashed #999;*/
}

#container {
	width: 100%;
	margin: 0;
}

#header {
	min-height: 221px;
	margin: 0;
	background-color: #fff;
	position: relative;
	background-image: url(../images/banner-bg.jpg);
	background-repeat: repeat-x;
}
#header img#logo {
	float: left;
}
#header img#banner {
	float: right;
}
#header h1 {
	font-size: 2.5em;
	position: relative;
}
#navigation {
	float: left;
	width: 200px;
	font-size: 1.8em;
}
#info-col {
	float: right;
	width: 200px;
	font-size: 1.8em;
}

#info-col p#contact-info {
	margin: 10px;
	border: 1px solid #eb4a00;
	padding: 10px 3px;
	background-color: #20274d;
	color: #fff;
	font-size: 0.6em;
}

#content {
	padding: 20px 220px;
}

#content h1 {font-size: 2.3em; margin: 10px 0;}
#content h2 {font-size: 1.8em; margin: 10px 0;}
#content h3 {font-size: 1.6em; margin: 10px 0;}
#content h4 {font-size: 1.5em; margin: 10px 0;}
#content p {font-size: 1.4em; margin: 10px 0;}
#content li {font-size: 1.4em; margin: 3px 0 3px 25px;}
#content td {font-size: 1em;}

#footer {
	clear: both;
	border-top: 5px solid #20274d;
	background-color: #eb4a00;
	color: #fff;
}
#footer p {
	text-align: center;
	padding: 5px;
	font-size: 1.2em;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

/* =============================================================
   =============================================================
   =============================================================
*/











ul#shop-nav {
	background-color:#e1313b;
	list-style-type: none;
	text-align: center;
	padding: 5px;
	margin: 0;
}
ul#shop-nav li{
	display: inline;
	padding: 0 5px;
}
ul#shop-nav li a {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}


ul#cart-nav {
	list-style-type: none;
	/*text-align: center;*/
	padding: 5px;
	color: #20274d;
}
ul#cart-nav li{
	display: inline;
	padding: 0 5px;
}
ul#cart-nav a {

}

form#frmSearch {
	margin: 0 0 10px 10px;
}
form#frmSearch label {
	display: block;
}
form#frmSearch #txtSearch {
	width: 90%;
	width: 100px;
}

form#frmAccountLogin {
	margin: 30px 10px;
}
form#frmAccountLogin h1 {
	font-size: 1.2em;
}
form#frmAccountLogin label {
	display: block;
	padding-top: 10px;
}
form#frmAccountLogin #txtAccountID, form#frmAccountLogin #txtAccountEmail {
	width: 90%;
}


div#cart-login h2 {
	margin: 30px 0 0 0;
}

div#cart-login form#frmExistingCustomer, div#cart-login form#frmCreditCustomer {
	margin: 10px;
}

div#cart-login form#frmExistingCustomer label, div#cart-login form#frmCreditCustomer label {
	display: block;
	padding-top: 10px;
}




div#cart-summary {
	margin: 0 10px 0 10px;
}
div#cart-summary h1 {
	font-size: 1.2em;
}

div#advice {
	margin: 30px 10px;
}
div#advice h1 {
	font-size: 1.2em;
}
div#advice ul {
	margin: 10px;
}
div#advice ul li {
	
}
div#advice ul li a {
	color: #000;
}
div#advice ul li a:hover {
	color: #fff;
}


div#special-offers {
	margin: 30px 10px;
}
div#special-offers h1 {
	font-size: 1.2em;
}
div#special-offers img {
	display: block;
	margin: 0 auto;
}

table#SubCategoryTable {
	margin: 5px;
}
table#SubCategoryTable td {
	padding: 3px;
	text-align: center;
	vertical-align: top;
}
table#SubCategoryTable td img {
	display: block;
	margin: auto;
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #eee;

}
table#SubCategoryTable td h2 {
	font-size: 1.1em;
	margin: 0;
	padding: 2px;
}
table#SubCategoryTable td p {
	margin: 0;
	padding: 2px;
}


table#ProductsTable td {
	padding: 10px;
}
table#ProductsTable td img {
	display: block;
	margin: auto;
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #eee;

}

table#ProductListTable {
	margin: 2px;
}
table#ProductListTable tr.odd {
 background-color: #bdc5dd;
}
table#ProductListTable tr.even {
 background-color: #f6bec2;
}
table#ProductListTable th {
	font-size: 0.8em;
}
table#ProductListTable td {
	padding: 3px 1px;
	text-align: center;
}
table#ProductListTable td input.quantityBox {
	width: 3em;
}


table#RelatedCategoriesTable {
	margin: 10px;
	font-size: 0.9em;
}
table#RelatedCategoriesTable td {
	padding: 10px;
	text-align: center;
	vertical-align: top;
}
table#RelatedCategoriesTable img {
	display: block;
	margin: auto;
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #eee;
}

table#RelatedProductsTable {
	margin: 10px;
	font-size: 0.9em;
}
table#RelatedProductsTable td {
	padding: 10px;
	text-align: center;
	vertical-align: top;
}
table#RelatedProductsTable img {
	display: block;
	margin: auto;
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #eee;
}

table#shoppingCart {
	margin: 10px;
	border-collapse: collapse;
}
table#shoppingCart th {
	border: 1px solid #999;
	background-color: #ccc;
	padding: 3px 15px;
}
table#shoppingCart td {
	border: 1px solid #999;
	background-color: #fff;
	padding: 3px 15px;
	font-size: 1.2em;
}

#content table.form-layout-table td {
	font-size: 1.4em;
}


table#shoppingCart td.center {
	text-align: center;
}
table#shoppingCart td.right {
	text-align: right;
}
img.product-thumb {
	margin: 5px;
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #eee;
}

table#cart-controls {
	margin: 10px auto;
}
table#cart-controls td {
	padding: 10px;
	font-size: 1.4em;
}

h1.checkout-steps {
	margin: 10px 0;
	text-align: center;
	background-color: #000;
	color: #fff;
}

form#frmDeliveryOptions p {
	margin: 10px;
}


dl#search-results {
	margin: 10px;
}

dl#search-results dt {
	margin: 10px 10px 4px 10px;
	font-size: 1.2em;
	color: #e1303c;
	font-weight: bold;
}
dl#search-results dt a {
	color: #e1303c;
}
dl#search-results dd {
	margin: 0 10px 10px 10px;
}
h2#search-summary {
	color: #000;
}

h2#search-summary span.highlight {
	color: #e1303c;
	font-weight: bold;
}
p.highlight {
	color: #e1303c;
	font-weight: bold;
}

div#AdditionalText {
/*  font-size: 1.2em; */
}

div#checkoutMessagePanel {
   width: 400px;
   margin: 30px auto 60px auto;
   border: 2px solid #e1313b;
   background-color: #f1f1fb;
   padding: 10px;
}

p#credits {width: 180px; float: right; text-align: right;}
p#copyright {width: 180px; float: left; text-align: left;}