/* text="#333333" link="#996633" vlink="#663366" alink="#996633"  */
body {
	font-family: "Verdana", sans-serif;
	font-size: 13px;
	background: #F4F3F8;
	color: #333;
}

a { color: #960; }
a:link { color: #960; }
a:visited { color: #636; }

#page {
	width: 1029px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#logo {
	margin-top: 20px;
}

#layout {
	width: 100%;
	margin: 0;
	padding: 0;
}

#layout td, #layout th {
	padding: 0;
}

#misc_links {
	padding-left: 100px;
	margin-bottom: 10px;
	text-align: center;
}

/* Three Columns */
.three-col div#primary-column, .three-col div#secondary-column, .three-col div#tertiary-column {
	float: left;
}

.three-col div#primary-column {
	width: 547px;
}

.three-col div#secondary-column, .three-col div#tertiary-column {
	padding: 0px 10px 10px;
	width: 195px;
}

/* Two Columns Left */
.two-col-left #primary-column,.two-col-left #secondary-column {
	float: left;
}

.two-col-left #primary-column {
	width: 762px;
}

.two-col-left #secondary-column {
	padding: 0px 10px 10px;
	width: 195px;
}

/* Two Columns Right */
.two-col-right #primary-column, .two-col-right #tertiary-column {
	float: left;
}

.two-col-right #primary-column {
	width: 759px;
	margin-left: 3px;
}

.two-col-right #tertiary-column {
	padding: 0px 10px 10px;
	width: 195px;
}

/* One Column */
.one-col #primary-column {
	width: 953px;
	margin: 0 auto;
}

#top {
	height: 30px;
	line-height: 30px;
	background: url(gfx/top_1029.jpg);
}

#bottom {
	height: 27px;
	line-height: 27px;
	background: url(gfx/bottom_1029.jpg);
}

td#left {
	width: 18px;
	background: url(gfx/left.jpg);
	vertical-align: top;
}

td#right {
	width: 18px;
	background: url(gfx/right.jpg);
	vertical-align: top;
}

#left_shade {
	width: 6px;
	background: url(gfx/Leftshade.jpg);
	vertical-align: top;
}

#right_shade {
	width: 8px;
	background: url(gfx/Rightshade.jpg);
	vertical-align: top;
}

#center {
	background: white;
}

#bottom_left {
	vertical-align: bottom;
	background: url(gfx/left_shade.jpg);
}

#bottom_right {
	width: 18px;
	background: url(gfx/right.jpg);
	vertical-align: bottom;
}

#bottom_right_shade {
	width: 8px;
	background: url(gfx/Rightshade.jpg);
	vertical-align: bottom;
}

#bottom_center {
	background: white;
	text-align: right;
}

#navtabs td a img {
	border: 0;
}

#navtabs_bottom_left {
	vertical-align: top;
}

#navtabs_bottom_center {
	text-align: right;
}

#navtabs_bottom_right {
	vertical-align: top;
	text-align: right;
}
#magento-cart-links {
	padding: 4px;
	float: left;
}
#magento-cart-links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-right: 1px solid #666;
}
#magento-cart-links ul li {
	display: inline;
	border-left: 1px solid #666;
	padding-left: 6px;
	padding-right: 4px;
}
#magento-cart-links ul li a {
	text-align: center;
}
a img {
	border: 0;
}
#search_mini_form {
	float: right;
}
#secondary-column .box, #tertiary-column .box {
	margin-bottom: 10px;
}
#shopping-cart-table td, #shopping-cart-table th {
	padding: 5px;
}

#content {
	width: 700px;
	float: left;
	margin-left: 10px;
}
#sidebar {
	width: 200px;
	float: left;
}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

