* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}

.top {vertical-align: top;}
.middle {vertical-align: middle;}
.bottom {vertical-align: bottom;}

body {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 62.5%;
	background-color: #333;
	background-image: url(/resources/images/bg.jpg);
	text-align: center;
}

#wrapper {
	width: 732px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	text-align: left;
}

#header {
	background-color: #BCC2D4
	height: 120px;
	background-image: url(/resources/images/header.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#header h1 {
	float: left;
	width: 340px;
	height: 108px;
	text-indent: -1000em;
}

#header p {
	float: left;
	width: 180px;
	padding-top: 14px;
	font-weight: bold;
	color: #062D5D;
	text-transform: lowercase;
}

#column-wrapper {
	background-image: url(/resources/images/colwrap-bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}


#left-column {
	width: 162px;
	float: left;
	padding-top: 6px;
}

#right-column {
	width: 570px;
	float: left;
}


.navigation {
	margin: 0px 6px 17px; 6px;
	text-align: right;
	font-weight: bold;
	list-style-type: none;
	border-bottom: 1px solid #C8CAD2;
}

.navigation li {
	border-top: 1px solid #C8CAD2;
}

.navigation li a {
	display: block;
	padding: 3px 24px 4px 0;
	text-decoration: none;
	color: #000;
	background-image: url(/resources/images/nav-bullet-off.jpg);
	background-position: right;
	background-repeat: no-repeat;
	text-transform: lowercase;	
}

.navigation li a:hover {
	background-color: #D5D6DF;
	background-image: url(/resources/images/nav-bullet-on.jpg);
	color: #062D5D;
}

h2 {
	color: #062D5D;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 1.9em;
	margin-left: 18px;
	margin-right: 20px;
	padding-top: 3px;
	padding-bottom: 1px;
	border-bottom: 1px solid #DDDFE9;
}

h3 {
	color: #062D5D;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDDFE9;
}

#page-content {
	margin-left: 18px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 1.1em;
	line-height: 1.5em;
}

#page-content p {
	margin-bottom: 15px;
}

#page-content ul {
	margin-bottom: 15px;
	margin-left: 20px;
}

#page-content ol {
	margin-bottom: 15px;
	margin-left: 25px;
}

#footer {
	background-color: #062D5D;
	color: #FFF;
	font-weight: bold;
	padding: 5px 7px 6px 7px;
	border: 1px solid #FFF;
	text-transform: lowercase;
}

form {
	
}

form input {
	width: 350px;
	font-size: 1em;
	font-family: verdana;
	padding: 2px;
	border: 1px solid #7F9DB9;
}

form select {
	width: 456px;
	font-size: 1em;
	font-family: verdana;
	padding: 1px;
	border: 1px solid #7F9DB9;
}

form textarea {
	width: 348px;
	height: 100px;
	font-size: 1em;
	font-family: verdana;
	padding: 2px;
	border: 1px solid #7F9DB9;
}

form label {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}

form em {
	color: #600;
	font-weight: bold;
}

form .row {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDE;
}

form .float-right {
	float: right;
}

form .float-clear {
	clear:both;
}

.form-error {
	font-weight: bold;
	color: #600;
}

form .buttons {
	text-align: center;
}

form .buttons input {
	font-weight: bold;
	background-color: #062D5D;
	color: #FFF;
	font-weight: bold;
	border: 0;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

form .buttons a.button {
	font-weight: bold;
	background-color: #062D5D;
	color: #FFF;
	font-weight: bold;
	border: 0;
	width: auto;
	padding: 3px 15px 3px 15px;
	text-decoration: none;
}

#product-list a {
	width: 133px;
	float: left;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
	display: block;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#product-list a:hover {
	background-color: #DDDFE9;
}

#product-list a span.name {
	color: #062D5D;
}

#product-list a span.price {
}

#product-detail img {
	float: right;
	margin-left: 23px;
	margin-bottom: 12px;
	margin-top: 5px;
}

#product-options {
	text-align: center;
	padding-top: 15px;
}

#product-options a.button {
	font-weight: bold;
	background-color: #062D5D;
	color: #FFF;
	font-weight: bold;
	border: 0;
	width: auto;
	padding: 2px 10px 3px 10px;
	text-decoration: none;
}


h4 {
	background-color: #062D5D;
	color: #FFF;
	margin: 0 6px 0 6px;
	padding: 2px 2px 3px 2px;
	font-size: 1.1em;
	text-align: center;
}

#cart {
	width: 150px;
	margin: 0 6px 17px 6px;
	border-collapse: collapse;
}

#cart td.name {	
	border-top: 1px solid #C8CAD2;
	padding: 4px 2px 1px 2px;
}

#cart td.name a {
	color: #000;
	text-decoration: none;
}

#cart td.remove {
	padding: 1px 2px 5px 2px;
}

#cart td.price {
	padding: 1px 2px 4px 2px;
	font-weight: bold;
	text-align: right;
}


#cart tfoot td {
	border-top: 1px solid #C8CAD2;
	background-color: #062D5D;
	color: #FFF;
	font-size: 1.1em;
}

#cart tfoot td.name {
	padding: 2px 2px 3px 2px;
	font-weight: bold;
}

#cart tfoot td.price {
	padding: 2px 2px 3px 2px;
	font-weight: bold;
	text-align: right;
}

#cart tfoot .name {
	font-weight: bold;
	text-align: left;
}

#cart-options {
	padding-top: 10px;
	text-align: center;
}

#cart-options a.button {
	font-weight: bold;
	background-color: #062D5D;
	color: #FFF;
	font-weight: bold;
	border: 0;
	width: auto;
	padding: 2px 10px 3px 10px;
	text-decoration: none;
}

.content-right-floater {
	float: right;
	margin-left: 23px;
	margin-bottom: 12px;
	margin-top: 5px;
}




#detailed-cart {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
}

#detailed-cart td.name {	
	padding: 5px 3px 2px 3px;
}

#detailed-cart td.name a {
	color: #000;
	text-decoration: none;
}

#detailed-cart td.remove {
	padding: 2px 3px 5px 3px;
	border-bottom: 1px solid #C8CAD2;
}

#detailed-cart td.price {
	padding: 2px 3px 5px 3px;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #C8CAD2;
}


#detailed-cart tfoot td {
	border-top: 1px solid #C8CAD2;
	background-color: #062D5D;
	color: #FFF;
}

#detailed-cart tfoot td.name {
	padding: 3px 3px 4px 3px;
	font-weight: bold;
	border-bottom: 0;
}

#detailed-cart tfoot td.price {
	padding: 2px 2px 3px 2px;
	font-weight: bold;
	text-align: right;
	border-bottom: 0;
}

#detailed-cart tfoot .name {
	font-weight: bold;
	text-align: left;
}