html, body {
    min-height: 100%;
    width: 100%;
    height: 100%;
    }

body {
	/*background: url(../images/layout/bg_gradient.jpg) fixed repeat-x center;*/
	background: #90afc1 url(../images/layout/bg_gradient.jpg) fixed repeat-x;
	padding: 0;
	margin: 0;
	font: 11px Helvetica, Verdana, Arial, sans-serif;
}

/* Vertical Centering Using - http://gtwebdev.com/workshop/vcenter/vcenter-table.php */

table.layout {
    /*min-height: 100%;*/
    width: 100%;
    /*height: 100%;*/
    position: absolute;
    top: 0;
    left: 0;
    }

td.layout {
    height: 100%;
    align: center;  /* This only works for IE but not Firefox.  Must add center tag in html */
}

#wrapper {
	margin: 0px;
	width: 900px;
}

#content {
	float:left;
	width: 900px;
	min-height: 440px;
	background:#ffffff url(../images/layout/bg_lside_long.jpg) no-repeat;
	border:1px solid #666666;
}

#content_blank {
	float:left;
	width: 900px;
	min-height: 440px;
	background:#ffffff;
	border:1px solid #666666;
}

#top {
	float: left;
	width: 100%;
	height: 60px;
	margin: 0px;
	background-position: 0px 15px;
	text-align: right;
}

#title {
	float: left;
	margin-top:15px;
}

#navbar {
	float: right;
	width: 640px;
	height: 30px;
	position: relative;
	top: 30px;
	color: #333;
}

/*
#navbar a {
	color: #333;
	margin-left: 25px;
	border: 0;
}

#navbar a:hover {
	border-bottom: #999999 solid 2px;
	color: #999999;
}
*/

#lside {
	float: left;
	width: 900px;
	min-height: 440px;
	text-align: left;
	/*background: url(../images/layout/bg_lside.jpg);*/
}

#rside {
	float: right;
	width: 240px;
	min-height: 440px;
	border-left: 1px solid #ffffff;
}

#rside img {
	border-bottom: 1px solid #fff;
}

#rside a {
	text-decoration: none;
}

#rside a:hover {
	text-decoration: none;
/*	border-bottom: #999999 dotted 1px;*/
/*	color: #999999;*/
}

#plside {
	float: left;
	width: 200px;
	height: 440px;
	text-align: left;
	background: #fff;
}

#prside {
	float: right;
	width: 699px;
	height: 440px;
	background: #fff;
	border-left: #666 1px solid;
}

#main {
	float: right;
	position: relative;
	top: 320px;
	width: 900px;
	text-align: left;
	background: #000;
}

p.content {
	margin: 15px 30px 15px 30px;
	font-size: 9.5pt;
	color: #fff;
	line-height: 150%;
}

ul {
	margin: 15px;
	list-style-type: disc;
	font-size: 9.5pt;
	color: #fff;
	line-height: 150%;
}

#footer_l {
	float:left;
	width: 200px;
	height: 40px;
	color: #333;
}

#footer_r {
	float:left;
	width: 700px;
	height: 40px;
	color: #555;
}

#copy {
	float:left;
	width: 100%;
	font-size: 11px;
	margin:40px 0px 0px 0px;
	text-align:center;
	color: #555;
   	display:table-cell;
	vertical-align: middle;
}

#copy img {
	vertical-align: middle;
	margin-top:-3px;
}

#copy a {
	text-decoration:underline;
	color: #333;
}

#copy a:hover {
	text-decoration:none;
}

#footer_l a,#footer_r a {
	color: #555;
}

#footer_l a:hover ,#footer_r a:hover {
	text-decoration: none;
/*	border-bottom: #999999 dotted 1px;*/
	color: #ffffff;  /*fa66ff*/
}

#footer_l p {
	text-align: left;
	margin-top: 10px;
	font-size: 10.5px;
	color: #555;
	font-weight:bold;
}

#footer_r p {
	text-align: right;
	margin-top: 10px;
	font-size: 10px;
	color: #555;
	font-weight:bold;
}

h1 {
	margin: 40px 15px 15px 30px;
	font-size: 20px;
	letter-spacing: 2px;
	font-smooth:always;
	/*	font-weight: bold;*/
	color: #95e0e2;
	text-align: left;
}

h2 {
	margin: 40px 15px 15px 15px;
	font-size: 16px;
	font-smooth:always;
	/*	font-weight: bold;*/
	color: #fff;
	text-align: left;
}

/*=========== Links ===========*/

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

a:hover {
	text-decoration: none;
	color:#999999;
}

a:visited {
	text-decoration: none;
	background-color: transparent;
}

/*=========== Images ===========*/

img {
	border:none;
}

/*=========== Text ===========*/

#lside_text {
	float: left;
	width: 200px;
	min-height: 440px;
	text-align:left;
	font-size: 11px;
}

#rside_text {
	float: right;
	width: 699px;
	min-height: 440px;
	border-left:1px solid #666666;
	/*border-top:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;*/
	background:#ffffff;
}

#rside_breadcrumb {
	width:679px;
	font-size: 10px;
	border-bottom:1px solid #666666;
	padding:13px 10px;
	height:13px;
	text-align:left;
}

#rside_text_inner {
	width:659px;
	height:360px;
	margin:20px;
	overflow:auto;
	text-align:left;
	font-size: 11px;
}

/*=========== Top Bar ===========*/

#topbar {
	width:100%;
	height:45px;
	text-align:right;
	margin-top:10px;
}

/*=========== Products ===========*/

#product_area {
	margin: 0px 26px;
	text-align: center;
	font-size: 11px;
}

.product_box {
	float: left;
	text-align: center;
	/*border: 1px solid #999;*/
	/*border-width: 1px 0 0 1px;*/
	width: 160px;
/*	margin: 0px 0 20px 0;*/
	margin: 0px 0px 0px 0px;
}

.pinfo {
	/*border-top: 1px dotted #999;*/
	min-height: 50px;
	padding: 10px 0 10px 0;
	/*background: url(../images/layout/bg_item.jpg);*/
}

.sale {
	color: #FF0000;
	font-weight: bold;
}

#rside_product {
	float: left;
	width:825px;
	height:427px;
	margin:15px 15px 15px 60px;
	overflow:hidden;
	text-align:left;
	font-size: 11px;
}

#rside_product_pics {
	float:left;
	width:400px;
	margin-right: 30px;
}

#rside_product_pic {
	float: left;
	width: 360px;
	height: 360px;
	text-align: center;
	/*border: 1px solid #999;*/
}


#rside_product_alt {
	float: left;
	margin-top: 5px;
	width: 300px;
}

#rside_product_alt img{
	border: 1px solid #999;
	margin-right: 5px;
}

#rside_productimg {
	vertical-align:middle;
}

#rside_pinfo {
	float: left;
	width: 370px;
	height: 425px;
}

#rside_description {
	width: 370px;
	height: 190px;
	padding: 10px;
}

#rside_buy {
	width: 370px;
	height: 160px;
   	padding: 10px;
	/*border: 1px solid #999;
	background: #DDDDDD;*/
}

h1 {
	font-size: 18px;
	font-weight: bold;
	/*font-family: century gothic, verdana;*/
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #333;
	margin: 0 0 20px 0;
}

table.buy td {
	text-align:left;
	padding: 0 0 10px 0;
	/*font-family: century gothic, verdana;*/
	font-family: Helvetica, Verdana, Arial, sans-serif;
	vertical-align: top;
}

img.color {
	border: 1px solid #666;
	width: 15px;
	height: 15px;
}


/*=========== Products Menu ===========*/

#lside_menu {
	float: left;
	width: 160px;
	height: 400px;
	background: #fff;
	text-align:left;
	padding:20px;
	font-size: 11px;
	background:#ffffff;
}

/*=========== Events ===========*/

#event_area {
	position: relative;
	margin: 0px 20px;
	text-align: center;
	font-size:11px;
}

.event_box {
	float: left;
	text-align: center;
	width: 162px;
	min-heigth: 400px;
/*	margin: 0px 0 20px 0;*/
}

.einfo {
	min-height: 50px;
	padding: 10px 0 10px 0;
}

/*=========== Contact ===========*/

.rowi {
	float:left
	width:100%;
	margin:0px 0px 10px 0px;
}

.rowi_l {
	float:left;
	width:25%;
	font-weight:bold;
}

.rowi_r {
	float:left
	width:75%;
}

.input {
	width:200px;
	border:1px solid #999999;
}

#message {
	width:250px;
	height:80px;
	border:1px solid #999999;
}

/*=========== Cart ===========*/

table.cart {
	margin: 10px auto 0 auto;
	width: 658px;
	border: 1px solid #999;
    border-collapse: collapse;
}

table.cart td {
	padding: 5px;
	font-size: 8pt;
	color: #000;
	line-height: 150%;
	text-align: right;
	background: #eee;
}

table.cart td.prev{
	text-align: center;
}

table.cart td.product{
	text-align: left;
}

table.cart td.seperate{
/*	border-bottom: 1px solid black;*/
	background: #ccc;
}

table.cart td.fieldnames {
	vertical-align: top;
	text-align: left; 
	padding-left: 10px;
	width: 150px;
}

table.cart td.fieldinputs {
	vertical-align: top;
	text-align: left; 
	padding-left: 10px;
	width: 450px;
}

p.fieldnames {
	line-height: 20px;
}

.button {
	border: 1px solid black;
}

#actions {
	margin: 0 auto 0 auto;
	height: 40px;
	width: 600px;
	text-align: right;
	background: #ccc;
}

input.quantity {
	width: 30px;
	height: 20px;
}

input.address {
	width: 200px;
	height: 15px;
	border: 1px solid #cccccc;
}

#sbag {
	color: #666;
	font-weight: bold;
	font-size: 24px;
	margin: 10px auto 0 auto;
	width: 600px;
}

.addresses {
	float: left;
	margin: 5px;
	padding: 10px;
	width: 260px;
	text-align: left;
	background: #eee;
}

#rside_cart_inner {
	width:659px;
	margin:20px;
	text-align:left;
	font-size: 11px;
}

.productQtySelect {
	width: 150px;
	border: 1px solid #cccccc;
}