/**
 * Global White Space Reset
 */
* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0px;
}

ul {
	margin-left: 20px;
}

p, ul, table {
	margin-bottom: 20px;
}

.center {
	text-align: center;
}

/**
 * Body
 */
body {
	width: 900px;
	background-color: #5184B7;
	background-image: url(../images/background.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px auto;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

/**
 * Header
 */
div#header {
	height: 102px;
	width: 900px;
}

/**
 * Main
 */
div#main {
	width: 864px;
	background-color: #FFFFFF;
	border-left: 10px solid #5D90C3;
	border-right: 10px solid #5D90C3;
	margin: 0px auto;
}

/**
 * Splash Menu
 */
div#splash_menu {
	width: 830px;
	height: 14px;
	margin: 0px auto;
	font-size: 6px;
	text-align: right;
	word-spacing: 14px;
	font-family: Arial;
	padding-top: 17px;
	padding-right: 14px;
}

div#splash_menu a {
	font-size: 12px;
	text-decoration: underline;
	word-spacing: normal;
	color: #000000;
}

div#splash_menu a.current {
	text-decoration: none;
	font-weight: bold;
}

/**
 * Splash
 */
div#splash {
	width: 844px;
	height: 364px;
	background-image: url(../images/splash.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px auto;
	color: #FFFFFF;
}

div#splash h1 {
	font-size: 30px;
	font-weight: normal;
	padding: 25px 0px 0px 20px;
}

div#splash h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 60px 0px 50px 20px;
}

div#splash p {
	font-size: 18px;
	padding: 10px 0px 0px 20px;
	margin: 0px;
}

div#splash h3 {
	color: #1C1C1C;
	padding-top: 30px;
	font-size: 18px;
}

div#splash span.title {
	font-weight: bold;
}

div#splash p.special {
	color: #1C1C1C;
	font-size: 14px;
	padding-top: 2px;
	font-weight: bold;
	font-style: italic;
}

div#splash img.num {
	padding: 20px 0px 0px 30px;
}

div#splash img.submit {
	margin: 20px 0px 0px 370px;
	padding: 0px;
}

/**
 * Splash Bottom
 */
div#splash_bottom {
	width: 380px;
	height: 10px;
	background-image: url(../images/shoes.jpg);
	float: right;
	position: relative;
	margin-bottom: -10px;
	font-size: 0px;
}

/**
 * blocks
 */
div.large {
	width: 808px;
	margin: 0px auto;
	color: #3C3C3C;
	border: 10px solid #FFFFFF;
	margin: 10px 8px 38px 8px;
	padding: 10px;
}

div.large h1 {
	margin-bottom: 20px;
}

div.block1 {
	width: 366px;
	height: 171px;
	background-color: #FFFFFF;
	border: 10px solid #FFFFFF;
	margin: 0px 8px 38px 14px;
	float: left;
}

html > body div.block1 {
	margin: 0px 8px 38px 28px;
}

div.block2 {
	width: 366px;
	height: 171px;
	background-color: #FFFFFF;
	border: 10px solid #FFFFFF;
	margin: 0px 14px 38px 8px;
	float: right;
}

html > body div.block2 {
	margin: 0px 28px 38px 8px;
}

div.block3 {
	width: 788px;
	background-color: #FFFFFF;
	border: 10px solid #FFFFFF;
	margin: 0px 8px 38px 14px;
	float: left;
}

html > body div.block3 {
	margin: 0px 8px 38px 28px;
}

/* yellow */
div.yellow {
	background-image: url(../images/background_1st_block.gif);
	border-color: #FFCC00;
}

/* green */
div.green {
	background-image: url(../images/background_green.gif);
	border-color: #88E755;
}

/* blue */
div.blue {
	background-color: #F0F8FF;
	border-color: #91C5F8;
}

/**
 * Calculate
 */
div#calculate {
	
}

div#calculate h3 {
	color: #88E755;
	font-size: 18px;
	margin-top: 12px;
}

div#calculate h4 {
	color: #88E755;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	margin-top: 3px;
}

div#calculate p {
	color: #3C3C3C;
	font-size: 14px;
	padding: 0px 10px 10px 10px;
	clear: both;
}

div#calculate a {
	margin: 10px 0px 0px 220px;
	display: block;
}

div#calculate a img {
	border: 0px;
}

/**
 * Check
 */
div#check {
	
}

div#check h3 {
	color: #FFCC00;
	font-size: 18px;
	margin-top: 12px;
}

div#check h4 {
	color: #FFCC00;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	margin-top: 3px;
}

div#check p {
	color: #3C3C3C;
	font-size: 14px;
	padding: 0px 10px 10px 10px;
	clear: both;
}

div#check a {
	margin: 10px 0px 0px 220px;
	display: block;
}

div#check a img {
	border: 0px;
}

/** 
 * Rates
 */
div#rates {
	padding: 1px;
	height: 113px;
}

div#rates p {
	width: 479px;
	font-size: 18px;
	padding: 20px 0px 20px 9px;
	color: #3C3C3C;
	float: left;
}

/**
 * Inner Rates
 */
div#inner_rates {
	width: 291px;
	height: 113px;
	border-left: 3px solid #91C5F8;
	float: right;
}

div#inner_rates h3 {
	line-height: 26px;
	background-color: #91C5F8;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 6px;
	border-left: 1px solid #FFFFFF;
}

div#inner_rates div.price {
	width: 96px;
	height: 76px;
	background-image: url(../images/price_block.jpg);
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	float: left;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
}

div.price span.price {
	font-size: 24px;
	padding-top: 10px;
	display: block;
}

/**
 * Footer
 */
div#footer {
	margin-top: 11px;
	padding-bottom: 25px;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}

div#footer p.secondline {
	font-weight: bold;
	word-spacing: 12px;
	padding-top: 4px;
}

p.secondline a {
	word-spacing: normal;
	text-decoration: underline;
	color: #FFFFFF;
}

p.secondline span.special {
	text-decoration: underline;
	word-spacing: normal;
}

div#footer p.thirdline {
	padding-top: 20px;
}

div#footer p.thirdline a {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

/**
 * Clear
 */
div.clear {
	clear: both;
	font-size: 0px;
}

/**
 * Image Borders
 */
div#top_border {
	width: 884px;
	height: 10px;
	background-color: #91C5F8;
	margin: 0px auto;
	clear: both;
	font-size: 0px;
	filter: alpha(opacity=20);
	-moz-opacity: .20;
	opacity: .20;
}

div#bottom_border {
	width: 884px;
	height: 10px;
	background-color: #91C5F8;
	margin: 0px auto;
	clear: both;
	font-size: 0px;
	filter: alpha(opacity=20);
	-moz-opacity: 0.20;
	opacity: 0.20;
}

img.num {
	margin: 10px;
	float: left;
}

/**
 * Tables
 */
form table {
	margin-bottom: 20px;
}

td {
	vertical-align: top;
	padding: 2px;
}

/**
 * Form Elements
 */
input.small {
	width: 35px;
	text-align: left;
}
input.large {
	width: 250px;
}

textarea {
	width: 230px;
	height: 100px;
}

textarea.large {
	width: 800px;
	height: 600px;
}

textarea.contact {
	width: 780px;
	height: 380px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 10px;
}

.right {
	text-align: right;
}
