* {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", "Tahoma", Geneva, sans-serif;
	color: #555;
}

a {
	text-decoration: none;
	color: #adc8ea;
}

a:hover {
	text-decoration: underline;
}

img {
	border:0;
}

#main {
	background: url(../images/h-bar.jpg) left repeat-y;
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

#inner_wrapper {
	width: 950px;
	overflow: hidden;
	margin: 50px 0 75px 0;
}

#logo {
	width: 136px;
	float: left;
}

#top_menu {
	border-bottom: 1px solid #b5b5b5;
	margin-bottom: 10px;
	width: 804px;
	height: 25px;
	padding: 5px 5px 0 5px;
	font-size: 16px;
	overflow: hidden;
}

#top_menu p.slash {
	color: #adc8ea;
}

#content_wrapper {
	float: right;
	width:800px;
	overflow: hidden;
}

#content_wrapper .slideshow {
	width:510px;
	padding-right: 50px;
	margin: 100px auto 20px auto;
	text-align: center;
}

#content_wrapper #categories {
	width:800px;
	padding-left: 8px;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	/*border: 1px solid #ddd;*/
}

#content_wrapper #categories .category {
	position: relative;
	border: 1px solid #adc8ea;
	width: 79px;
	height: 82px;
	float: left;
	margin-right: 6px;
}

#content_wrapper #categories .category .image {
	text-align: center;
}

#content_wrapper #categories .category .name {
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: center;
	font-size: 10pt;
	line-height: 0.8em;
	padding-bottom: 2px;
}

#content_wrapper #categories .category  a{
	text-decoration: none;
}

#content_wrapper #categories .selected {
	border: 1px solid #ff6600;
}

#content_wrapper #categoryItems {
	border-right: 1px solid #adc8ea;
	position: relative;
	padding-top: 15px;
	padding-right: 25px;
	width:640px;
	overflow: hidden;
}

#content_wrapper #categoryItems .categoryItem {
	position: relative;
	height: 140px;
	float: left;
	margin: 0 15px 20px 0;
	/*border: 1px solid black;*/
}

#content_wrapper #categoryItems .categoryItem  a{
	text-decoration: none;
	color: #adc8ea;
}

#content_wrapper #categoryItems .image {
	/*border: 1px solid #adc8ea;*/
}

#content_wrapper #categoryItems .name {
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: center;
	font-size: 10pt;
	line-height: 0.8em;
	padding-bottom: 2px;
	color: #adc8ea;
}

#content_wrapper #itemDetail {
	position: relative;
	width:640px;
	overflow: hidden;
	padding: 25px 15px 5px 5px;
	border-right: 1px solid #adc8ea;
}

#content_wrapper #itemDetail .mainPic {
	border-bottom: 1px solid #adc8ea;
	text-align: center;
}

#content_wrapper #itemDetail .detail {
	border-bottom: 1px solid #adc8ea;
	text-align: left;
	padding: 10px 0;
}

#content_wrapper #itemDetail .availableWrap {
	padding: 10px 0;
	/*border: 1px solid black;*/
}

#content_wrapper #itemDetail .availableWrap .addButton {
	float:right;
	position: relative;
}

#content_wrapper #itemDetail .availableWrap .style {
	position: relative;
	float: left;
	height: 150px;
}

#content_wrapper #itemDetail .availableWrap .basicstyle {
	position: relative;
	float: left;
	height: 50px;
	width: 125px;
}

#content_wrapper #itemDetail .availableWrap .style .image {
	/*Change the image if needed*/
}

#content_wrapper #itemDetail .availableWrap .style .description {
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: center;
	font-size: 11pt;
	padding-bottom: 2px;
	color: #adc8ea;
}

#content_wrapper #itemDetail .availableWrap .basicstyle .description {
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: center;
	font-size: 11pt;
	padding-bottom: 2px;
	color: #adc8ea;
}

#content_wrapper #fullList {
	position: relative;
	width:495px;
	overflow: hidden;
	padding: 10px 5px 5px 5px;
	text-align: left;
}

#content_wrapper #fullList .item {
	text-align: center;
	position: relative;
	float: left;
	width: 150px;
	height: 150px;
	border: 1px solid #adc8ea;
	margin: 0px 10px 15px 0px;
}

#content_wrapper #fullList .quantity {
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: center;
	font-size: 10pt;
	line-height: 0.8em;
	padding-bottom: 2px;
	color: #adc8ea;
}

#content_wrapper #wishForm {
	float: right;
	clear: right;
	position: relative;
	text-align: left;
	width:275px;
	overflow: hidden;
	font-size: 12px;
	padding: 10px 5px 5px 5px;
}

#content_wrapper #contact {
	float: right;
	position: relative;
	text-align: left;
	width:275px;
	overflow: hidden;
	font-size: 12px;
	padding: 10px 5px 5px 5px;
	border-bottom: 1px solid #adc8ea;
}

#content_wrapper #paypal {
	float: right;
	clear: right;
	position: relative;
	text-align: left;
	width:275px;
	overflow: hidden;
	font-size: 12px;
	padding: 10px 5px 5px 5px;
	border-bottom: 1px solid #adc8ea;
}

#content_wrapper #wishForm p.title, #content_wrapper #contact p.title,  #content_wrapper #paypal p.title {
	font-size: 13pt;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.dimension {
	font-size: 10pt;
}

.alert {
	color: red;
}

#cart {
	float: right;
	width: 125px;
	height: 500px;
}

#cart a {
	color: #000;
}

#footer {
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	float: right;
	text-align: center;
	font-size: 12px;
	width: 900px;
}

#lowerLinks {
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	float: right;
	text-align: center;
	font-size: 10px;
	width: 900px;
	color: #b5b5b5;
}

#lowerLinks a {
	color: #b5b5b5;
}
	
