body {
	background-image: url('../images/gw_wallpaper.png');
	background-repeat: repeat;
	background-color: #FFF;
}

p {
	font-size: 14px;
	line-height: 20px;
}

#page {
	width: 901px;
	min-height: 100%;
	margin: 0 auto;
	border-bottom: solid 1px;
}

#content {
	background-image: url('../images/background.png');
	background-repeat: vertical;
	width: 899px;
	min-height: 600px;
	margin: auto;
	border-left: solid 1px;
	border-right: solid 1px;
	padding-bottom: 20px;
}

#header_main {
	background-image: url('../images/header_heart.png');
	background-repeat: no-repeat;
	width: 899px;
	height: 85px;
	border-left: solid 1px;
	border-right: solid 1px;
}

#header_left {
	background-image: url('../images/header_left_236x69.png');
	background-repeat: no-repeat;
	width: 236px;
	height: 69px;
	float: left;
	border-left: solid 1px;
}

#header_right {
	background-image: url('../images/header_right_236x69.png');
	background-repeat: no-repeat;
	width: 235px;
	height: 69px;
	display: inline-block;
	border-right: solid 1px;
}

#headline {
	margin: 10px 0px 0px 0px;
}

#price {
	position: absolute;
	top: 195px;
	left: auto;
	margin: 0px 0px 0px 360px;
	padding: 0px;
	background-image: url('../images/18bones.png');
	background-repeat: no-repeat;
	width: 110px;
	height: 110px;
}

.button {
	cursor: pointer;
}

#buy_now {
	background-image: url('../images/buy_now_up_192x70.png');
	background-repeat: no-repeat;
	width: 192px;
	height: 70px;
	display: block;
}

#buy_now:hover {
	background-image: url('../images/buy_now_over_192x70.png');
	background-repeat: no-repeat;
	width: 192px;
	height: 70px;
}

.nav_button {
	float: left;
	width: 107px;
	height: 69px;
	cursor: pointer;
	text-decoration: none;
}

.nav_button a {
	display: block;
	text-decoration: none;
}

.nav_button a:hover {
	text-decoration: none;
}

#nav_button_shop {
	background-image: url('../images/nav_shop_off.png');
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav_button_shop:hover {
	background-image: url('../images/nav_shop_over.png');
	text-decoration: none;
}

#nav_button_shop_on {
	background-image: url('../images/nav_shop_on.png');
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav_button_blog {
	background-image: url('../images/nav_blog_off.png');
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav_button_blog:hover {
	background-image: url('../images/nav_blog_over.png');
	text-decoration: none;
}

#nav_button_blog_on {
	background-image: url('../images/nav_blog_on.png');
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav_button_about {
	background-image: url('../images/nav_about_off.png');
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav_button_about:hover {
	background-image: url('../images/nav_about_over.png');
	text-decoration: none;
}

#nav_button_about_on {
	background-image: url('../images/nav_about_on.png');
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav_button_contact {
	background-image: url('../images/nav_contact_off.png');
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav_button_contact:hover {
	background-image: url('../images/nav_contact_over.png');
	text-decoration: none;
}

#nav_button_contact_on {
	background-image: url('../images/nav_contact_on.png');
	background-repeat: no-repeat;
	text-decoration: none;
}

#clear {
	margin: 0px;
	cursor: pointer;
	padding: 0px 0px 0px 5px;
}

#clear:hover {
	text-decoration: underline;
}

#submit {
	background-image: url('../images/submit.png');
	background-repeat: no-repeat;
	width: 226px;
	height: 28px;
	margin: 0px 0px 0px 226px;
	cursor: pointer;
}

#paypal-form {
	display: inline;
}

#icon_bank {
	margin: 10px 0px 0px 35px;
	border: solid 1px #AAA;
	background: #EEE;
	width: 305px;
}

#cartContainer {
	text-align: center;
}

#select_size_text {
	text-align: center;
	margin: 10px 0px 0px 0px;
}

#then_text {
	text-align: center;
	margin: 0px 0px 10px 0px;
}

#other_info {
	color: #555;
	text-align: center;
}

.other_link {
	margin: 0px 5px 0px 5px;
}

.icon {
	display: inline-block;
	cursor: pointer;
}

.gender {
	display: inline-block;
	float: left;
}

.caption {
	font-style: italic;
}

.ui-effects-wrapper {
	display: inline;
}

#spacer {
	background-image: url('../images/gadget_widow_web.png');
	background-repeat: no-repeat;
	width: 1px;
	height: 130px;
}

.blog_content {
	padding: 20px 5px 5px 5px;
}

.contact_form {
	padding: 20px 5px 5px 5px;
}

.blog_date {
	text-decoration: italic;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 10px 10px;
	font-size: 14px;
	font-style: italic;
}

.sidebar {
	padding: 30px 0px 0px 0px;
	text-align: center;
}

.sidebar_element {
	text-align: center;
	border: 1px dashed #333;
	margin: 0px 10px 10px 10px;
	background: #FFF;
}

.sidebar_element_shop {
	font-size: 14px;
	padding: 15px 3px 8px 3px;
	width: 40%;
	margin-left: 30%;
	background: none;
}

.line_break {
	width: 85%;
	height: 1px;
	background: #222;
	margin: 25px auto 10px auto;
	}
	.line_break_less_margin {
		margin: 5px auto 5px auto;
	}

.inline_image {
	margin: 5px;
	display: inline;
}

.submit_button {
	width: 80px;
	height: 30px;
	background: #444;
	border: none;
	font-size: 14px;
	margin: 7px;
	color: #EEE;
}

#buy_now_wish {
	width: 278px;
	height: 20px;
	padding: 10px;
	font-size: 18px;
	margin: 5px 0px 0px 30px;
	cursor: pointer;
}

.sidebar li {
	text-align: left;
	margin: 10px;
	font-size: 12px;
}

.hidden {
	display: none;
}

.wish.text_input {
	color: #333;
	font-size: 20px;
	width: 280px;
	margin: 0px 15px 0px 0px;
}

.wish_title {
	font-size: 30px;
	text-align: center;
	color: #333;
	padding: 20px 0px 20px 0px;
}

.wish.quantity {
	font-size: 26px;
	background:#FFF;
	min-width: 200px;
	height: 200px;
	margin: 10px 10px 20px 5px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #AAA;
}

.wish.size {
	font-size: 26px;
	background:#FFF;
	min-width: 200px;
	height: 200px;
	margin: 10px 10px 20px 5px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #AAA;
}

.wish.price {
	font-size: 26px;
	background:#FFF;
	min-width: 200px;
	height: 200px;
	margin: 10px 10px 20px 5px;
	padding: 5px;
	color: green;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #888;
}

#wish_list {
	text-align: center;
}

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

.wish.details {
	background: #EEE;
	width: 290px;
	padding: 10px;
	border: solid 1px #333;
	text-align: center;
}

.wish.details li {
	margin: 30px 0px 10px 0px;
}

.wish.details li.first {
	margin: 10px 0px 10px 0px;
}

.wish.product {
	margin: 30px 0px 10px 0px;
}

.wish.heading {
	text-align: center;
	width: 100%;
	padding: 20px 0px 20px 0px;
}

#wish_content {
	text-align: center;
	padding: 0px 0px 0px 0px;
}

.headshot {
	border: solid 10px #fff;
}

.headline {
	margin: 0px 0px 20px 0px;
}

.info {
	text-align: left;
	margin: 20px 0px 0px 50px;
}

.about_unit {
	text-align: center;
}

.pic_over {
	
}

.pic_pad {
	padding: 25px;
}

#next {
	position: absolute;
	top: 189px;
	left: auto;
	margin: 0px 0px 0px 40px;
	padding: 5px;
	width: 75px;
	height: 15px;
	background: #FFF;
	border: 1px solid #777;
	cursor: pointer;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#pics {
	cursor: pointer;
}