/* Global Reset @ */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, form {
margin: 0;
padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color:#333;
	background: #ccc url(/images/bg.gif) top repeat-y;
}

/* Layout */

#container {
	width: 934px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color:#fff;

}

#header 
{
	background:url(/images/header.gif);
	height: 140px
}

#logo {
	margin: 20px 0 0 30px;
	border: none;
}

#topMenu 
{
	background-color:#333;
	height: 45px
}


ul#navigation 
{

	margin: 0 10px 0 0;
	float: right;


}
#navigation li
{
    float: left;
    list-style: none;
	position: relative;
	text-align:center;

}

#navigation li a
{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 14px 15px 14px 15px;
}

#navigation li a:hover, #navigation li a.current, #navigation li a.section
{
	color: #fff;
	text-decoration: none;
	background-color: #770909;
}

#navigation li ul {
	
	position: absolute;
	width: 135px;
	top: 100%;
	left: -20px;
	font-weight: normal;
	background-color: #333;
	margin: 1px 0 0 0;
}
#navigation li ul li {
	width: 135px;
	text-align:center;
	border: 1px solid #fff
}

#navigation li ul li a{
	padding: 10px 0 10px 5px
}

#navigation li ul li a:hover {
	background: #770909 url(/images/navigation-arrow.gif) left no-repeat;
	text-align:center;

}

#content 
{
	padding: 30px;
	font-size: 90%;
}

#leftHome {
	float: left;
	width: 345px;
	margin: 0 0 30px 0;
	padding: 20px 0 0 0;

}

#rightHome {
	float: right;
	width: 350px;
	margin: 30px 30px 90px 0;

}

#leftMain {
	float: left;
	width: 580px;
	margin: 0 0 30px 0;

}

#rightMain {
	float: right;
	width: 240px;
	margin: 20px 0 90px 0;
	padding: 0 30px 0 10px
}

#leftWide {
	float: left;
	width: 580px;

}

#leftDetail {
	float: left;
	width: 530px;

}

#rightDetail{
	float: right;
	width: 260px;
	margin: 20px 0 90px 0;
	padding: 0 30px 0 10px
}

#pinGalleryHome  {
	margin: 25px 0 0 0;
	float: left;
	width: 125px;
	font-size: 120%
}


#otherGalleryHome  {
	margin: 25px 0 0 80px;
	float: left;
	width: 125px;
	font-size: 120%	
}
#pinGalleryHome img, #otherGalleryHome  img {
	margin: 0 0 10px 0;
	border: none;
}

#footer 
{
clear:both;
background:url(/images/footer.gif) top no-repeat;
height: 65px;
font-size: 80%;
color: #666

}

#footer p
{
	padding: 30px 15px 0 15px;
}

#footer a {
	color: #666
}

#leftMain img {
	margin: 0 20px 20px 0;
	border: 0;
	width: 120px;
	height: 145px;

}


#imgRotate img {
	border: 0;
	margin: 0 0 0 20px;
	width: 350px;
	border: 3px solid #999;
}

#detail {

	width: 280px;
	height: 400px;
	margin: 0 0 0 100px
}

/* PayPal */
.sidebarBox {
	margin: 20px 0 0 0
}

.terms {
	width: 150px;
	margin: 20px 0 20px 0;
}
/* Styles */

h1 {
	font-size: 130%;
	padding: 0 0 20px 0;
}

.linkArrow {
	padding: 0 30px 0 0;
	background:url(/images/link-arrow.gif) right no-repeat;
}

a {
	text-decoration: none;
	color: #770909;
	outline: none
}

p {
	line-height: 140%;
}

.add {
	width: 115px;
	height: 30px;
	padding: 3px 0 3px 45px;
	margin: 20px 0  10px 0;
	font-size: 110%;
	background: #e4e4e4 url(/images/add-to-cart.gif) left no-repeat;
	
}	


.checkout {
	width: 115px;
	padding: 3px 0 3px 45px;
	height: 30px;
	font-size: 110%;
	background: #e4e4e4 url(/images/checkout.gif) left no-repeat;

}	

.back {
	margin: 30px 0 0 0;
}

