/* CSS Document */

body {
	font-size:65%;
	margin:0px;
	background-color:#314363;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../img-bin/background.gif);
	background-repeat:repeat-x;
}

img {
	border:0px;
}

form {
	margin:0px;
}

input,select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
}

div#page {
	width:749px;
	margin: 0 auto;
	text-align:left;
}


/* Header */

div#page div#header {
	height:62px;
	clear:both;
	background-image:url(../img-bin/header.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:12px;
}

div#page div#header p.text_left {
	margin:0px;
	color:#ffffff;
	font-size:180%;
	padding-left:12px;
	padding-top:14px;
	float:left;
}

div#page div#header p.text_right {
	margin:0px;
	color:#ffffff;
	font-size:180%;
	padding-right:12px;
	padding-top:14px;
	float:right;
}

div#page div#header ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}

div#page div#header ul li {
	color:#C9DEA0;
	height:19px;
	line-height:19px;
	display:inline;
}

div#page div#header ul li a {
	color:#C9DEA0;
	text-decoration:none;
}


/* advertbox */

div#page div#advertbox {
	clear:left;
	float:left;
	width:230px;
	text-align:center;
	color:#FFFFFF;
	padding-top:25px;
}

div#page div#advertbox p {
	font-size:340%;
	margin:10px;
}
div#page div#advertbox p strong {
	margin:0px;
	padding:0px;
	color:#95A9C7;
	font-size:35%;
}


/* PromoBox */

div#page div#pbox1 {
	clear:right;
	text-align:right;
	margin-bottom:12px;
	float:right;
	background-image:url(../img-bin/promobox_middle.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

div#page div#pbox1 .pbox_top {
	height:10px;
	width:501px;
	background-image:url(../img-bin/promobox_top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	line-height:1px;
}

div#page div#pbox1 .pbox_middle {
	width:501px;
	text-align:left;
}

div#page div#pbox1 .pbox_middle p {
	width:204px;
	margin:10px;
	padding-left:8px;
	font-size:110%;
	font-weight:bold;
}

div#page div#pbox1 .pbox_middle p.light_text {
	color:#8496AA;
}

div#page div#pbox1 .pbox_middle div#logo_rotator {
	clear:both;
	float:right;
	margin:0px;
	padding-right:10px;
}

div#page div#pbox1 .pbox_bottom {
	height:10px;
	width:501px;
	background-image:url(../img-bin/promobox_bottom.gif);
	background-repeat:no-repeat;
	background-position:top left;
	line-height:1px;
}


/* Main Content */

div#page div#content {
	position:relative;
	background-image:url(../img-bin/content_middle.gif);
	background-repeat:repeat-y;
	background-position:top left;
	clear:both;
	text-align:right;
	margin-bottom:12px;
	width:100%;
}

div#page div#content .content_top {
	position:relative;
	height:10px;
	background-image:url(../img-bin/content_top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	line-height:1px;
}

div#page div#content .content_middle {
	position:relative;
	padding-right:12px;
	padding-left:22px;
}

div#page div#content .content_bottom {
	position:relative;
	height:10px;
	background-image:url(../img-bin/content_bottom.gif);
	background-repeat:no-repeat;
	background-position:top left;
	line-height:1px;
}


/* Main Content - Left Column */

div#page div#content div#left {
	clear:left;
	float:left;
	width:200px;
	text-align:left;
}

div#page div#content div#left ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
	font-size:110%;
}

div#page div#content div#left ul li {
	height:24px;
	line-height:24px;
}

div#page div#content div#left ul li a {
	color:#8496AA;
	text-decoration:none;
}


/* Main Content - Right Column */

div#page div#content div#right {
	position:relative;
	float:right;
	clear:right;
	margin:0px;
	width:486px;
	text-align:left;
	padding-top:10px;
}

div#page div#content div#right h2 {
	margin:0px;
	padding:0px;
	color:#D1D1D1;
	font-size:180%;
	font-weight:normal;
	float:left;
}

div#page div#content div#right div.dropdown {
	float:right;
	clear:right;
	text-align:right;
	padding-top:2px;
}


/* Product Row */

div#page div#content div#right div.prodrow {
	position:relative;
	clear:both;
	height:162px;
	text-align:left;
	padding-top:14px;
	text-align:right;
}

div#page div#content div#right div.prodrow .prod_image_small {
	position:relative;
	border:1px solid #E8E8E8;
	height:160px;
	width:164px;
	float:left;
}

div#page div#content div#right div.prodrow .prod_info {
	float:right;
	width:315px;
}

div#page div#content div#right div.prodrow .prod_info h3 {
	display:block;
	background-color:#F2F2F2;
	font-size:100%;
	text-align:left;
	padding:7px;
	margin:0px;
}

div#page div#content div#right div.prodrow .prod_info p {
	text-align:left;
	margin:0px;
	padding:7px;
}

div#page div#content div#right div.prodrow .prod_info p.normally_priced_small {
	text-align:right;
	margin:0px;
	padding:0px;
	color:#999999;
	font-size:130%;
}

div#page div#content div#right div.prodrow .prod_info .normally_priced_large {
	padding:0px;
	margin:0px;
	color:#999999;
	font-size:170%;
	font-weight:normal;
}

div#page div#content div#right div.prodrow .prod_info p.now_priced {
	text-align:right;
	padding:0px;
	margin:0px;
	color:#CC1111;
	font-size:280%;
}

.prodbuttons {
	padding-top:5px;
	text-align:right;
}

/* Footer */

div#page div#footer {
	line-height:19px;
	width:100%;
}

div#page div#footer p.text_left {
	margin:0px;
	color:#ffffff;
	font-weight:bold;
	padding-left:12px;
	padding-top:14px;
	float:left;
}

div#page div#footer p.text_left a {
	color: #ffffff;
	text-decoration: none;
}

div#page div#footer p.text_right {
	margin:0px;
	color:#ffffff;
	font-weight:bold;
	padding-right:12px;
	padding-top:14px;
	float:right;
}

div#page div#footer p.text_right a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

div#page div#footer ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
	padding-top:10px;
}

div#page div#footer ul li {
	color:#C9DEA0;
	height:19px;
	line-height:19px;
	display:inline;
}

div#page div#footer ul li a {
	color:#C9DEA0;
	text-decoration:none;
}
