/* -- BODY ----------------------------------------- */
html {
	width: 			100%;
	height:			100%;
}

body {
	margin: 		0;
	width: 			100%;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size: 		12px;
	background:		#828f95 url('/images/site/background.gif') top left repeat-x;
}

/* -- MAIN LAYOUT STYLES -------------------------- */
#container {
	margin: 		18px auto;
	width: 			980px;
	background:		#828f95 url('/images/site/content-background.gif') top left repeat-x;
}

#header {
	padding-top: 	7px;
	background:		#000000 url('/images/site/header-background.jpg') top right no-repeat;
}

#header img {
	margin: 		0px 15px;
	border: 		0px;
}

#header-login {
	float: 			right;
	margin-top: 	100px;
	margin-right: 	18px;
	color: 			#FFFFFF;
	font-size: 		10px;
}

#header-login a {
	color: 				#cbca61;
}

#menu {
	clear: 				right;
	float: 				right;
	margin-top: 		8px;
	margin-right: 		15px;
	width: 				820px;
	background-color:	#beceda;
	border: 			1px solid #61676c;
	text-align: 		center;
}

#menu ul {
	margin: 			0px auto;
	padding: 			0px;
	list-style-type: 	none;
}

#menu ul li {
	display: 			inline;
	line-height: 		24px;
	font-size: 			16px;
	font-weight: 		bold;
	color: 				#6e7679;
}

#menu ul li a {
	padding: 			0px 10px;
	color: 				#000000;
	text-decoration: 	none;
}

#menu ul li a:hover {
	color: 				#6e7679;
}

#content {
	margin-top: 		10px;
}

#column-left {
	float: 				left;
	margin:				0px 15px;
	width: 				209px;
	border: 			1px solid #767f84;
	background-color: 	#d5dade;
	padding: 			8px;
}

#column-right {
	float: 				left;
	width: 				690px;
	border: 			1px solid #767f84;
	background-color: 	#d5dade;
	padding: 			8px;
}

.content-area {
	background-color: 	#FFFFFF;
}

.content-area p {
	margin: 			0px;
	padding: 			4px;
}

#main-text {
	font-size: 			10px;
}

#footer {
	margin: 			15px auto 5px auto;
	width: 				950px;
	border: 			1px solid #767f84;
	background-color: 	#d5dade;
	padding: 			10px 0px;
}

.footer-panel {
	float: 				left;
	margin-left: 		11px;
	width: 				300px;
	min-height: 		128px;
	border: 			1px solid #767f84;
	background: 		#c3cdd6 url('/images/site/footer-background.gif') bottom right repeat-x;
}

.footer-panel p {
	margin: 			0px;
	padding: 			4px;
	line-height: 		16px;
}


#footer-links {
	text-align: 		right;
	line-height: 		20px;
	font-size: 			10px;
	padding-right: 		15px;
	color:				#FFFFFF;
}

#footer-links a {
	color: 				#cbca61;
	text-decoration:	none;
}


/* -- SHARED TEXT ELEMENTS ------------------------ */
.header {
	color: 			#6e7679;
	font: 			bold 16px Arial, sans-serif;
}

.header-black {
	color: 			#000000;
	font: 			bold 14px Arial, sans-serif;
}

.header-black a {
	color: 			#000000;
}

.subheader {
	color: 			#000000;
	font: 			bold 12px Arial, sans-serif;
}

.submenu_link {
	color: 			#000000;
	line-height: 	16px;
}

.link-right {
	text-align: 	right;
}

.link-right a {
	color: 			#000000;
	font-size: 		10px;
}

.button {
	margin-top: 	4px;
	background: 	#000000 url('/images/site/button-background.gif') top left repeat-x;
	border: 		1px solid #d5dade;
	padding: 		2px;
	color: 			#FFFFFF;
	
}

hr {
	border: 			none;
	color: 				#e6eaee;
	background-color:	#e6eaee;
	height: 			1px;
}

.clear {
	height: 		0px;
	line-height: 	0px;
	clear: 			both;
}

.error {
	border: 			1px solid #990000;
	padding: 			5px;
	background-color:	#660000;
	color:				#FFFFFF;
	font-weight: 		bold;
}

/* -- HOMEPAGE LAYOUT ------------------------------- */
#search-form {
	margin: 			0px;
	padding: 			6px;
	text-align: 		right;
}

.homepage-item {
	float: 				left;
	margin: 			10px;
	width: 				150px;
	text-align: 		center;
	color: 				#828f95;
}

.homepage-item img {
	border: 			2px solid #828f95;
}

.homepage-item p {
	font-size: 			10px;
	text-align: 		left;
}

.homepage-item a {
	color: 				#828f95;
	text-decoration:	none;
}

.homepage-item a:hover {
	text-decoration:	underline;
}

/* -- SEARCH PAGE FORM --------------------------------- */
#content-form {
	margin: 			0px;
	padding: 			6px;
}

#content-form p {
	clear: 				both;
	margin: 			5px 0px;
}

#content-form label {
	float: 				left;
	width: 				100px;
	text-align: 		right;
	margin-right: 		10px;
}

.form-instructions {
	margin: 			0px;
	font-size: 			10px;
}

/* -- ITEM SPECIFIC PAGE -------------------------------- */
#item-description {
	margin: 			0px;
	padding: 			4px;
}

#item-image {
	margin-top: 		10px;
	text-align: 		center;
}

#item-image img {
	border: 			2px solid #828f95
}

.item-image-additional {
	float: 				left;
	margin: 			10px;
	width: 				150px;
	text-align: 		center;
}

.item-image-additional img {
	border: 			2px solid #828f95;
}

#item-price {
	margin: 			10px auto;
	width:				200px;
	padding: 			10px;
	border: 			1px solid #767f84;
	background-color: 	#d5dade;
	text-align: 		center;
	color: 				#000000;
	font: 				bold 14px Arial, sans-serif;
}

#more-text, #description-link-2 {
	display: 			none;
}

/* -- CART SPECIFIC PAGE -------------------------------- */
#table-cart {
	margin: 			5px auto;
	border: 			1px solid #000000;
	border-collapse:	collapse;
	width: 				650px;
}

#table-cart th {
	padding: 			4px;
	background-color:	#6e7679;
	border: 			1px solid #000000;
	color: 				#FFFFFF;
}

#table-cart td {
	border: 			1px solid #000000;
}

#table-cart td img {
	border: 			0;
}

/* -- ORDER PAGE ------------------------------------------ */
#order-address {
	margin-left: 		10px;
	float: 				left;
	width: 				400px;
}

#order-details {
	margin-left: 		10px;
	float: 				left;
	width: 				250px;
}

#table-payment {
	margin: 			5px auto;
	border: 			1px solid #000000;
	border-collapse:	collapse;
	width: 				650px;
}

#table-payment th {
	padding: 			2px;
	background-color:	#6e7679;
	border: 			1px solid #000000;
	color: 				#FFFFFF;
}

#table-payment td {
	border: 			1px solid #000000;
}

#checkout_error {
	border: 			1px solid #CC0000;
	background-color:	#330000;
	color: 				#FFFFFF;
	padding: 			4px;
}