/* global */

*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	background: #313739 url(pic/bodyBg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	position: relative;
}

h1 {
	color: #676362;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 27px;
}

h2 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding-bottom: 17px;
}

h3 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding: 0 0 12px 0;
}

h4 {
	padding: 0 0 5px  0;
	font-weight: bold;
	font-size: 12px;
	color: #d01620;
}

ul {
	/*list-style-type: none;*/
	margin: 0 0 15px 15px;
	list-style-type: circle;
}

li {
	
}

a {
	color: #d01620;
	
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

.alignRight {
	text-align: right;
}

strong {
	color: #000;
}

/* end global */


/* basic */

#wrap {
	margin: auto; 
	width: 800px;
	text-align: left;
	position: relative;
}

#header {
	height: 144px;
	width: 100%;
}

#logo {
	padding: 30px 15px 0 0;
	text-align: right;
	width: 785px;
}

#menu {
	width: 779px;
	height: 24px;
	background: url(pic/cbg.gif) right repeat-y;
	border: 3px solid #888;
	margin: 20px 0 0 0;
	font-size: 10px;
	padding: 7px 0 0 15px;
	filter: alpha(opacity=95);
	opacity: .90;
}

#menu a {
	color: #000;
	text-decoration: none;
}

#menu a:hover {
	color: #FF0000;
}

#content {
	width: 800px;
	padding: 0 0 0 0;
	float: left;
}

#columnLeft {
	background: url(pic/cbg.gif) left repeat-y;
	border: 3px solid #888;
	padding: 15px 15px 18px 15px;
	width: 505px;
	float: left;
}

#columnRight, .columnRight {
	width: 213px;
	float: right;
	background: url(pic/cbg.gif) center repeat-y;
	border: 3px solid #888;
	padding: 15px 15px 15px 15px;
}

.rightBlock {
	width: 250px;
	float: right;
}

#solder {
	position: absolute;
	top: 0;
	left: 0;
}

.blockFull {
	width: 764px;
	float: left;
	background: url(pic/cbg.gif) right repeat-y;
	border: 3px solid #888;
	padding: 15px 15px 0 15px;
	clear: both;
	margin: 0 0 15px 0;
}	

.right {
	float: right;
}

.productHolder {
	width: 340px;
}

.priceP {
	/*background: url(pic/priceP.gif) no-repeat;*/
	border: 2px dotted #999999;
	background: #D4D4D4;
	width: 157px;
	height: 27px;
	float: right;
	padding: 5px 0 0 5px;
	margin: 10px 0 10px 0;
}

.price {
	color: #d01620;
	font-size: 22px;
	font-weight: bold;
}

.priceDiv {
	width: 100%;
	float: left;
}

.clear {
	clear: both;
}

.productBox {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

.productBox img {
	margin: 0 0 10px 10px;
}

.advertising {
	margin: 14px 0 0 0;
}

.quantity {
	width: 20px;
}

.paypalButton {
	width: 146px;
	height: 25px;
	border: none;
	background: url(pic/paypalButton.gif) no-repeat;
	margin: 0 0 0 10px;
}

.paypalForm {
	padding: 10px;
	border: 3px solid #CCCCCC;
	text-align: center;
	clear: both;
	background: #f2f2f2;
}

.paypalForm label {
	font-weight: bold;
	padding: 0 0 0 15px;	
}

.priceField {
	width: 60px;
}

.formRow {
	width: 100%;
	float: left;
	padding: 5px 0 5px 0;
}
.formRow label {
	float: left;
	width: 20%;
}
.formRow .inputHolder {
	float: right;
	width: 75%;
}

.submit1 {
	border: 1px solid #ad0a13;
	background: #d01620;
	color: #fff;
	padding: 0 5px;
	overflow: visible;
}

/* end basic */


/* footer */

#footer {
    clear: both;
	position: relative;
	width: 100%;
	height: 89px;
	font-size: 10px;
	color: #8C8685;
	text-align: right;
}

#footerIn {
	margin: auto;
	width: 770px;
	padding: 10px 15px 0 15px;
}

/* end footer */





