﻿/* Page Related */
body
{
	background-position: top right;
	background-repeat: no-repeat;
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 13px;
}

html
{
	background-color: #154667;
}

A:link
{
	text-decoration: none;
	color: #00699a;
}

A:visited
{
	text-decoration: none;
	color: #01577f;
}

A:hover
{
	text-decoration: none;
	color: #A7A9AA;
}


img
{
	border: none;
}

u
{
	font-weight:bold;
	font-style:italic;
	
	text-decoration:none;
	color: Red;
	font-family: Tahoma;
}

/* Design Related */
#TopHeader 
{
	background-image: url(images/1x10_bg.png);
	background-repeat:repeat-x;
	height: 10px;
	width: 800px;
	border-bottom: 1px solid #000000;
}

#Container
{
	background-color: #cbe5fe;
	border: 1px solid #000000;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
}

#Header
{
	float:left;
	height: 122px;
	border-right: 1px solid #000000;
}

#HeaderRight 
{
	width: 257px;
	float:right;
}

#HeaderContainer 
{	
	width:800px;
	height:122px;
	clear: both;
}

#Menu
{
	width: 800px;
	height: 20px;
	background-image: url(images/1x20_bg.png);
	border-top: 1px solid #000000;
}

#Picture
{
	border-top: 1px solid #000000;
	height: 120px;
}

#Content
{
	padding: 3px;
	overflow: auto;
}

#Footer
{
	background-image: url(images/1x10_bg.png);
	border-top: 1px solid #000000;
	height: 10px;
}

.PriceContainer
{
	left: 40%;
	margin-left: 200px;
	width: 407px;
	border: 1px solid #000000;
	border-bottom: none;
	overflow: auto;
}

.PriceHeader
{
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #000000;
	background-color: #4282c0;
}

.PriceFooter
{
	padding: 2px;
	border-bottom: 1px solid #000000;
	background-color: #4d99e2;
}

.PriceItemHeaderLeft
{
	font-weight: bold;
	float: left;
	text-align: center;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 300px;
	background-color: #6fb4fa;
	padding: 2px;
}

.PriceItemHeaderRight
{
	text-align: center;
	font-weight: bold;
	float: right;
	width: 98px;
	background-color: #6fb4fa;
	border-bottom: 1px solid #000000;
	padding: 2px;
}

.PriceItem
{
	float: left;
	border-right: 1px solid #000000;
	width: 300px;
	background-color: #59acfc;
	padding: 2px;
	border-bottom: 1px solid #000000;
}


.PriceItemRight
{
	float: right;
	width: 98px;
	background-color: #59acfc;
	padding: 2px;
	border-bottom: 1px solid #000000;
}

.PriceItemAlt
{
	float: left;
	border-right: 1px solid #000000;
	width: 300px;
	background-color: #8dc4fa;
	padding: 2px;
	border-bottom: 1px solid #000000;
}


.PriceItemRightAlt
{
	float: right;
	width: 98px;
	background-color: #8dc4fa;
	padding: 2px;
	border-bottom: 1px solid #000000;
}

/* Contact */
.ContactContainer
{
	padding: 3px;
}
.ContactError
{
	color: Red;
}

.ContactHeader
{
	font-weight: bold;
}

/* Forms */
input, textarea, select
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	border: 1px solid #000000;
}

.RowHeader
{
	font-weight: bold;
	border-right: 1px solid #808080;
	background-color: #cececd;
	width: 150px;
	padding: 2px;
}

.RowAlt
{
	border-right: 1px solid #808080;
	border-top: 1px solid #808080;
	background-color: #e9e9e9;
	width: 300px;
	padding: 2px;
}

.RowNormal 
{
	border-right: 1px solid #808080;
	border-top: 1px solid #808080;
	background-color: #d7d7d7;
	width: 300px;
	padding: 2px;
}


