/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background-color:#FFFFFF
	background:url();
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:1.333em;
	color:#66FFFF;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {
	color:#FFFFFF;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
	color: #BA1123;
}
p {padding-top:16px;}

/* ============================= main layout ====================== */

.main-bg {
	background-color: #CCCCCC;
}
.top-tail {background:url(images/header-tail.gif) top repeat-x;}
.bottom-tail {
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	background-position: bottom;
}
.leftshadow {background:url(images/left_edge_bg.gif) top repeat-y;
position:relative;
	left: 0px;
	top: 0px;
	width: 15px;}

h2 {
	color:#f5f3f0;
	font-size:2.167em;
	line-height:1em;
	font-weight:normal;
	letter-spacing:-1px;
	margin:10px 0 5px 0;
}

.link {color:#333333; background:url(images/link-bg.gif) no-repeat 0 6px; padding-left:8px; font-weight:bold;}

li { background:url(images/list-bg.gif) no-repeat 0 10px; padding-left:16px; line-height:1.833em;}
li a {font-weight:bold;}

.price-list li {background:url(images/price-line.gif) bottom left repeat-x; padding:0; line-height:1.417em;}
.price-list li a {text-decoration:none; background:url(images/content-bg.gif);}
.price-list li span {float:right; background:url(images/content-bg.gif);}
.price-list li a:hover {color:#bbb;}

.imgindent {margin:0 33px 0 0; float:left;}
.imgindent2 {margin:0 20px 0 0; float:left;}

/* ============================= header ====================== */

.flash {
	position:relative;
	left: 0px;
	top: 0px;
	width: 900px;
}

.title {
	position:relative;
	margin-top: -38px;
	margin-right: 0;
	margin-bottom: 22px;
	margin-left: 35;
	left: 0px;
	font-size: 19px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 35px;
	padding-top: 5px;
}

/* ============================= content ====================== */

.col-pad1 {padding-right:62px;}
.col-pad2 {padding-right:40px;}
.padding1 {padding-bottom:14px;}
.padding2 {padding-top:18px;}
.line1 {background:url(images/line.gif) bottom left repeat-x; padding-bottom:24px; margin-bottom:11px;}

.text2 {color:#333333; line-height:1.5em;}
.phone {float:right; margin-right:64px;}

/* ============================= footer ====================== */

#footer {
	color:#FF0000;
	padding:35px 46px 0 52px;
	line-height:2em;
}
#footer .mail {float:right; border-left:1px solid #928c80; padding-left:37px;}
#footer .mail span {background:url(images/mail-bg.gif) no-repeat 0 4px; padding-left:20px;}

/* ============================= forms ============================= */


#ContactForm .rowi {height:20px;}
#ContactForm .link {float:right; margin:0 10px 0 10px;}

.input {width:169px; height:15px; border:1px solid #d5d2c0; background:none; padding:0 0 0 2px; font-size:1em;}
textarea {width:169px; height:130px; border:1px solid #d5d2c0; background:none; padding:0 0 0 2px; overflow:auto; font-size:1em; margin-bottom:19px;}
.link_large {
	color:#FFFFFF;
	background:url(images/link-bg.gif) no-repeat 0 6px;
	font-weight:bold;
	font-size: 13px;
	text-decoration: none;
}
