/* CSS Document */

body
{
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Helvetica;
	font-size: 8pt;
	background-color: #87cccc;
}

a:link { color: #0000ff;  text-decoration:none}
a:visited { color: #0000ff;  text-decoration:none}
a:hover { color: #0000ff;  text-decoration:underline}
a.white
{
	color: white;
	text-decoration:none;
}
a:hover.white { color: #0000ff;  text-decoration:none}


div {
	text-align: left;
}

h2 {
	margin: 5px;
	font-size: 10pt;
}

img {
	border: 0px;
}

.time {
	font-size: 14px;
	font-weight: bold;
	color: #ff7505;
}

.site {
	width: 801px;
	border-left: 1px solid #173458;
	border-right: 1px solid #173458;
	border-bottom: 1px solid #173458;
}

.sectionheader 
{
	font-weight:bold;
	font-family: Calibri;
	font-size:11pt; 
	text-transform:uppercase; 
	margin-bottom:0
}

.divframe
{
	border:1px solid #cccccc; 
	z-index: 1; 
	padding-left:5px; 
	padding-right:5px; 
	padding-top:5px; 
	padding-bottom:5px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.top {
	background: url('../../images/top_bg.gif') repeat-x;
	height: 60px;
}

.top_bottom {
	height: 22px;
	vertical-align: middle;
	background: #99cc99;
	color: #ffffff;
	padding-left: 100px;
	font-weight: bold;
}

.main {
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}

.bottom {
	width: 800px;
}

.navbar {
	padding-left: 6px;
	padding-right: 6px;
}

.navbar_bg
{
	padding-left: 6px;
	padding-right: 6px;
	color: black;
	background-color: lightgrey;
}

input.searchbox 
{
	border: #99cc99 1px solid;
}

input.EditBox
{
	border: powderblue  1px solid;
}

input.submit {
	width: 120px;
	height: 28px;
	background: url('../../images/submit_button.gif') no-repeat;
	background-position: top left;
	outline: none;
	border: 0;
}

input.submit:hover {
	background-position: bottom left;
}

input.form_email {
	background: url('../../images/at.gif') no-repeat;
	padding-left: 22px;
}

input.form_password {
	background: url('../../images/pass.gif') no-repeat;
	padding-left: 22px;
}


td.caption
{
	text-align: right;
	font-weight: bold;
}
.quicklink
{
	font-size: 9pt;
}

#divSite
{
	background-color: white;
}

#menu { 
}

#menu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#menu a {
	display: block;
	padding: 9px 0px 9px 10px;
	font-size : 10.5pt;
	font-weight: bold;
	color: #666666;
	border-top: 1px solid #DDDDDD;
	text-decoration: none;
}

#menu a.selected {
	padding: 9px 0px 4px 10px;
	color: #333300;
}

#menu .submenu a {
	padding: 0px 0px 2px 20px;
	font-size : 10pt;
	text-decoration: none;
	font-weight: normal;
	border-top: 0px;
}

#menu .submenu a.selected {
	font-style: italic;
}

#menu a:link, #menu a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#menu .submenu a:link, #menu .submenu a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

#menu a:hover {
	background-color: #DEDEDE;
}

.imageframe
{
	border-right: #c0c0c0 1px solid;
	padding-right: 2px;
	border-top: #c0c0c0 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #c0c0c0 1px solid;
	padding-top: 2px;
	border-bottom: #c0c0c0 1px solid;
}

.pageTitle
{
	color: #101010;
	font-weight: bold;
	font-size: 12pt;
}


.productname
{
	color: #101010;
	font-weight: bold;
	font-size: 12pt;
}
.productdescription {color: #999999; font-weight: normal;}
.productprice
{
	color: #101010;
	font-weight: bold;
	font-size: 10pt;
}
.productpropertylabel
{
	color: #666666;
	font-weight: normal;
	text-transform: capitalize;
}
.productpropertyvalue {color: #121212; font-weight: normal;}

.checkoutHeadingLabel
{
	font-size: 16pt;
	color: #003366;
	font-weight: bold;
	margin: 10px 5px 50px;
}
.checkoutHeadingText
{
	font-size: 16pt;
	color: #003366;
	font-weight: normal;
}

.checkoutFormLabel {font-size: 8pt; color: #121212; font-weight: bold;}
.checkoutFormText {font-size: 8pt; color: #121212; font-weight: normal;}

.checkoutInfoHeading {font-size: 8pt; color: #121212; font-weight: bold;}
.checkoutInfoText {font-size: 8pt; color: #121212; font-weight: normal;}

.statement {font-size:small; margin:30px;}