/*
-----------------------------------------------
Centurion Coin & Emblem Default Style Sheet
Author:   Dean Ashworth
Date:     10 Jan 2010
----------------------------------------------- */

/* =BASIC */

html, body {
	height:100%
	}
body {
	margin:0px;
	padding:0px;
	background:#fff
	}

/* =HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	color:#434343
	}
h1, h2 {
	height:22px;
	padding:15px 0px 0px 20px;
	background:url(/assets/images/hdr-top.gif) repeat-x left top;
	text-transform:uppercase;
	font-size:11px;
	color:#666666 /* #FF9300; */
	}
h1 span, h2 span {
	color:#434343
	}
h2.text1, h3 {
	height:auto;
	padding:0px;
	background:none;
	text-transform:none;
	font-size:11px;
	color:#6E6E6E
	}
h3.simple { 
	margin:20px 0 15px 0; 
	font-size:13px; 
	background-image:none
	}
	
/* =TEXTS */

body, th, td, input, textarea, select {
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#6E6E6E
	}
p, blockquote, ul, ol, dl {
	margin-top:0px;
	margin-bottom:1em;
	text-align:justify
	}
p { 
	font-size:12px
	}
p.featured { 
	margin:15px 10px 7px 15px
	}
strong.blue { 
	color:#203D8C
	}
.list1 {
	margin:0px;
	padding:0px;
	list-style:none
	}
.list1 li {
	padding:5px 0px;
	background:url(/assets/images/nav-dots.gif) repeat-x left top
	}
.list1 a {
	padding-left:30px;
	background:url(/assets/images/nav-arrow.gif) no-repeat 20px 50%;
	text-decoration:none;
	color:#6E6E6E
	}
.list1 a:hover {
	text-decoration:none;
	color:#333
	}
.list1 .first {
	background:none
	}

/* =LINKS */

a {
	color:#666 /* #FF9300; */
	}
a:hover {
	text-decoration:none
	}
	
/* =MISC */

.align-justify {
	text-align:justify
	}
.align-right {
	text-align:right
	}
img {
	border:none
	}
img.left {
	float:left;
	margin:3px 15px 0px 0px
	}
img.right {
	float:right;
	margin:3px 0px 0px 15px
	}
hr {
	display:none
	}
.hr1 {
	height:1px
	}
.padded {
	padding:20px
	}
.mainContentImg {
	display:block;
	margin:10px 0;
	width:740px;
	min-height:228px;
	text-align:center
	}
.mainContentImg span {
	margin:0 auto
	}
.mainContentImg span.left {
	float:left
	}
.mainContentImg span.right {
	float:right
	}
.mainContentImg img {
	border:1px solid #999
	}
.border {
	border:1px solid #999
	}
	
/* =WRAPPER */

#wrapper {
	background:url(/assets/images/bg.gif) repeat-y left top;
	width:779px;
	margin:0px auto;
	padding:0px 60px 0px 61px
}

/* =HEADER */

#header {
	background:url(/assets/images/top.gif) repeat-x left top;
	height:114px
	}
#logo {
	float:left;
	}
#logo img {
	margin:35px 0 0 15px
	}
#logo h1 {
	height:auto;
	margin:0px;
	padding:0px;
	background:none;
	text-indent:-9999px
	}
#cart-summary {
	float:left;
	width:356px;
	padding:56px 0px 0px 0px
	}
#cart-summary p {
	padding:0px 0px 0px 22px;
	line-height:normal;
	color:#4C4C4C
	}
#cart-summary .summary {
	float:left;
	height:18px;
	padding:4px 10px 0px 23px;
	background:url(/assets/images/cart.gif) no-repeat left center
	}
#cart-summary strong {
	color:#666 /* #FF9300; */
	}
#cart-summary a {
	float:left;
	width:76px;
	height:18px;
	margin-left:4px;
	padding-top:4px;
	background:url(/assets/images/cart-btn-blank.gif) no-repeat left top;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:#3A73C4
	}

/* =MENU */

#menu {
	background:url(/assets/images/nav-h-bg.gif) repeat-x left top;
	height:26px;
	padding-top:10px;
	text-align:left
	}
#menu ul {
	display: nline;
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:normal
	}
#menu li {
	display:inline;
	margin:0 -4px 0 0;
	text-transform:uppercase
	}
#menu a {
	text-decoration:none;
	font-weight:bold;
	color:#4C4C4C
	}
#menu a {
	position:relative;
	padding:8px 20px 7px
	}
#menu a:hover {
	background-color:#333;
	color:#fff
	}
#menu .active, #menu .active a {
	/* background:url(images/nav-h-bg-active.gif) repeat-x left top; */
	background-color:#203D8C; /* #333; */
	color:#fff
	}
#menu .active a:hover {
	background-color:#203D8C
	}

/* =CONTENT */

#content {
	float:right;
	width:579px
	}
#content-wide {
	float:none;
	width:auto
	}
#content-wide h1, #content-wide h2 {
	padding-left:20px
	}
#content-wide h2.text1 {
	padding:0px
	}
	
/* =THUMBNAIL VIEW */

.thumbnails {
	display:inline;
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:normal
	}
.thumbnails li {
	float:left;
	width:185px;
	margin:0px 0px 15px 3px;
	padding-bottom:14px
	}
.thumbnails .name {
	padding-top:5px;
	text-align:center
	}
.thumbnails .desc {
	text-align:center
	}
.thumbnails .links {
	padding:10px 0px 0px 9px
	}
.thumbnails .links a {
	margin-left:5px
	}

/* =SIDEBAR */

#sidebar {
	float: left;
	width: 199px;
	border-right:1px solid #E8E8E8
	}
#sidebar h2 {
	color:#203D8C;
	/* color:#3A73C4 */
	}
	
/* =BANNERS */

#banner1 {
	height:3px; 
	background-color:#203D8C /* #367CC6 */
	}
#banner2 img {
	margin:10px 0 450px;
	border:1px solid #e8e8e8
	}

/* =FORMS */

form {
	margin:0;
	padding:0px
	}
input.txt, textarea {
	background:#f2efec
	}
input.txt, textarea, select {
	width:50%;
	padding:.154em .308em;
	border:.077em solid #eee; 
	border-color:#ccc #fff #fff #ccc;
	font:1.2em Tahoma,Helvetica,Arial,Sans-serif;
	line-height:1.539
	}
input.txt:focus, textarea:focus, select:focus {
	background:#fff;
	border-color:#a98;
	outline-width:0
	}
textarea {
	width:90%
	}
select {
	padding-left:0;
	padding-right:0;
	width:auto
	}
.contactUsForm fieldset {
	border:medium none;
	margin:0;
	padding:0
	}
.contactUsForm legend {
	display:none
	}
.contactUsForm .information {
	font-weight:bold
	}
.contactUsForm {
	float:left;
	padding-bottom:2.4em;
	width:100%
	}
.contactUsForm form {
	border-top:1px solid #ECE9E6;
	float:left;
	padding-top:1.7em;
	width:100%
	}
.contactUsForm .block {
	float:left;
	width:100%
	}
.contactUsForm .submit {
	margin:-0.3em 0 0
	}
.contactUsForm label {
	display:block;
	float:left;
	font-size:1.1em;
	line-height:3;
	margin-top:0.34em;
	text-align:right;
	width:12.7em
	}
.contactUsForm .input {
	float:right;
	width:52em;
	padding-top:0.5em
	}
.contactUsForm .usertxt {
	float:right;
	margin:-0.154em 0 0.462em;
	width:41.539em
	}
.contactUsForm input.txt, .contactUsForm textarea {
	float:left;
	padding:0.308em
	}
.contactUsForm input.txt {
	margin-right:0.769em;
	width:18em /* 16.154em; */
	}
.contactUsForm input.txtlong {
	width:34.615em
	}
.contactUsForm textarea {
	width:34.615em
	}


/* =PRODUCT */

.product {
	background:url(/assets/images/product-bg.gif) repeat-x left bottom
	}
.product .image {
	text-align:center
	}
.product .imageHidden {
	display:none
	}
.product .name {
	height:auto;
	margin:0px;
	padding:0px;
	background:none;
	text-transform:none;
	font-size:11px
	}
.product .name a {
	text-decoration:none;
	color:#666 /* #FF9300; */
	}
.product .name a:hover {
	text-decoration:none;
	color:#333 /* #367CC6 */
	}
.product .desc {
	margin:0px;
	line-height:normal;
	font-size:10px;
	color:#7D7D7D
	}
.product .price {
	font-weight:bold;
	color:#203D8C /* #367CC6 */
	}
.product .links a {
	float:left;
	width:49px;
	height:18px;
	padding:4px 0px 0px 27px;
	text-decoration:none;
	font-weight:bold;
	color:#3A73C4
	}
.product .links .cart {
	background:url(/assets/images/homepage19.gif) no-repeat left top
	}
.product .links .info {
	background:url(/assets/images/homepage20.gif) no-repeat left top
	}


/* =PRODUCT LIST VIEW */

.listview {
	margin:0px;
	padding:0px 20px;
	list-style:none;
	line-height:normal
	}
.listview .product {
	display:block;
	clear:left;
	padding:20px 0px 10px 0px;
	background:url(/assets/images/product-bg.gif) repeat-x left top
	}
.listview .first {
	background:none
	}
.listview .image {
	float:left;
	background:red
	}
.listview .name {
	}
.listview .desc {
	margin-bottom:10px
	}
.listview .links {
	height:30px
	}
.listview .cart {
	margin-right:3px
	}

/* =PRODUCTS */

#products {
	padding-left:6px
	}

/* =FOOTER */

#footer {
	background:url(/assets/images/btm.gif) no-repeat left top;
	width:900px;
	height:125px;
	margin:-50px auto 0;
	*margin:-10px auto 0
	}
#footer p {
	margin:0px;
	text-align:center;
	line-height:normal;
	color:#A7A7A7;
	font-size:10px
	}
#footer a {
	color:#A7A7A7
	}
#footer .links {
	padding-top:15px
	}
#footer .links a {
	padding:0px 10px
	}
#footer .legal {
	padding-top:60px
	}