/* -------------- BASIC -- */
body, html { 
	background-image: url('/common/images/bg.jpg');
	background-repeat: repeat-x;
	margin: 0px; 
	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #6c6c6c;

	height: 100%; 
	width: 100%; 
}

#holder {
	margin: 0px auto 0px auto;
	width: 987px;
}


/* -------------- MAIN SIDES -- */
#side_left {
	background-image: url('/common/images/side_left.png');
	background-repeat: repeat-y;
	width: 24px;
}

#side_right {
	background-image: url('/common/images/side_right.png');
	background-repeat: repeat-y;
	width: 24px;
}

#main {
	background-color: white;
	width: 939px;
}


/* -------------- CONTENT -- */
#content {
	margin: 0px auto 0px auto;
	padding-bottom: 50px;
	
	width: 900px;
}

#content_right {
	padding-left: 35px;
}

#content_sep {
	width: 1px;	
}

#content_left {
	padding-left: 30px;
	width: 220px;
}


/* -------------- SIDE NAV -- */
#side_nav {
	font-size: 11px;
	line-height: 18px;
}

#payment {
	margin: 20px 0px 0px 20px;	
}


/* -------------- HEADER -- */
#header_top {
	background-image: url('/common/images/header_top.png');
	background-repeat: no-repeat;

	padding: 15px 50px 0px 0px;
	text-align: right;
	margin-top: 30px;

	width: 987px;
	height: 87px;
}

#header_bottom {
	background-image: url('/common/images/header_bottom.png');
	background-repeat: no-repeat;
	font-size: 11px;

	padding: 0px 40px 0px 0px;
	text-align: right;
	line-height: 19px;

	width: 987px;
	height: 75px;
}


/* -------------- SEARCH -- */
#footer {
	background-image: url('/common/images/footer.png');
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 15px;
	font-size: 11px;
	color: #a3a3a3;
	
	width: 987px;	
	height: 61px; 
}


/* -------------- SEARCH -- */
#search_btn {
	margin-left: 5px;
}

#search_a {
	background: url('/common/images/search.jpg') no-repeat top left;
	padding: 1px 0px 0px 3px;
	margin: 0px;
	border: 0px;
	color: #d68ad3;
	font-size: 11px;
	
	width: 136px;
	height: 16px;
}


/* -------------- NAV -- */
#nav {
	margin: 10px auto 50px auto;

	width: 900px;
	height: 19px;
}

#nav_left {
	background-image: url('/common/images/nav_left.jpg');
	background-repeat: no-repeat;

	width: 161px;
	height: 19px;
}

#nav_right {
	background-image: url('/common/images/nav_right.jpg');
	background-repeat: no-repeat;

	width: 127px;
	height: 19px;
}


/* -------------- PRODUCTS -- */
.product_tb {
	width: 590px;
	margin: 20px 0px 20px 0px;
}

.product_btns {
	margin: 10px 0px 0px 0px;	
	width: 250px;
}

.product_title a {
	font-weight: bold;	
}

.product_sep {
	background-image: url('/common/images/product_sep.jpg');
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	
	width: 487px;
	height: 1px;
}

.image_td {
	text-align: center;
	width: 250px;
}

.text_td {
	line-height: 18px;
}

.price {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}


/* -------------- LINKS & TEXT -- */
a {
	text-decoration: none;
	font-weight:normal;
	color: #d68ad3;
}

a:hover {
	text-decoration: underline;
}

.indent {
	text-indent: 25px;	
}


/* -------------- MISC -- */
.vtop {
	vertical-align: top;
}

.vmiddle {
	vertical-align: middle;
}

.vbottom {
	vertical-align: bottom;
}

img {
	border: 0px;
}