/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px; 
	height: 100%;
}

  .initial { color:#000000 }

  .normal { }
  .highlight { background-color: #FBF4E9}
  
img.shadow {
	display: block;
}

#headbar {
	background-image: url(Pictures/headerbar.png);
	float: middle
	width: 724px;
	height: 20px;
}

#button {
	background-image: url(Pictures/button.png);
	width: 251px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	float: middle;
	padding-top: 8px;
	padding-bottom: -8px;
	clear: both;
}

#button a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}
#button a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bolder;
}

#header {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 131px;
	margin-right: 5px;
}

#body_content {
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
}
	
#footer_container { 
	height: 20px; 
	width: 724px; 
	background-image: url(Pictures/headerbar.png);
	float: middle;
	margin-bottom: -2px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#footer li
{
	list-style-type: none;
	line-height: 15px;
	margin-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.gradient {
	background-color: #FFFFFF;
}

.gradients {
	background-image: url(Pictures/navbar.png);
	float: left;
}

.pages {
    width: 724px;
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.keywords {
	width: 724px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
	color: #FFFFFF;
}

.pages2 {
	width: 724px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}
#body_content {
	margin: 0px 0px 0px 0px;
	padding: 0;
}

#navigation {
	float: middle;
	clear: both;
	margin-right: 0px;
	font-weight: bolder;
}
#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}
#navigation a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bolder;
}

#text h2 {	
	font-size: 18px;
	text-align: left;
	line-height: 50px;
	margin-left: 20px;
	margin-right: 20px;
}
#text h2 font {
    color: #4fb4e2;
    font-size: 18px;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#text h4 {
	color: #FFFFFF;
	text-align: center;
	font-size: 2pt;
}

#text h4 font {
	color: #FFFFFF;
	text-align: center;
	font-size: 2pt;
}

#h4 {
	color: #FFFFFF;
	text-align: center;
	font-size: 2px;
}

#text p
{
    font-size: 16px;
    text-align: left;
    margin-left: 40px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
}

#text p2 {
	color: #FFFFFF;
	text-align: center;
	font-size: 2px;
}

/**********************************/

/*** Nav bar styles ***/
ul.nav {
	padding: 0;
	float: left
	background-image: url(Pictures/navbar.png);
	margin: 0;
	list-style: none;
}

/* Stylizes top-level menu */
.nav li {
	float: left;
	text-align: left;
	display: block;
	padding-bottom: 0px;
	clear: none;
	padding-top: 10px;
	padding-left: 5px;
	height: 23px;
	
}
.nav li a {
	text-align: right;
	padding-left: 28px;
	display: block;
}

/* Stylizes the drop-down menu */
.nav li ul {
	display: none;
	position: absolute;
	margin-top: 10px;
	width: 150px;
	background-color: #4FB4E2;
	background-repeat: repeat;
	list-style: none;
}

/* Aligns specific drop-down menus */
li ul.prices {
	margin-left: -25px;
	padding-left: 0px;
}
li ul.specials {
	margin-left: -50px;
	padding-left: 0px;
}
li ul.news {
	margin-left: -25px;
	padding-left: 0px;
}
li ul.faq {
	margin-left: 0px;
	padding-left: 0px;
}
li ul.about {
	padding-left: 0px;
	margin-left: 10px;
}
li ul.contact {
	padding-left: 0px;
	margin-left: 10px;
}

/* Controls spacing for individual list items */
.nav li ul li {
	display: block;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: none;
	float: right;
}
.nav li ul li.noborder {
	display: block;
	line-height: 14px;
	border-bottom-style: none;
}
.nav li ul li a {
	padding-right: 8px;
}

/* Contact Form
-------------------------------------------------------------*/
#contactform
{
    text-align: center;
}
#contactform form
{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#contactform label
{
    padding-right: 100px;
}
#contactform td
{
    padding-bottom: 5px;
}

#builder,#offer_div
{
	width:100%;
	min-height:320px;
	font-size:12px;
}
#next_button
{
	margin:10px 0px 0px 0px;
	background:transparent url('Pictures/next.gif') 0px 0px no-repeat;
	width:84px;
	height:33px;
	outline-style: none; 
	outline-width: medium; 
	cursor: pointer;
}
#next_button:hover
{
	background:transparent url('Pictures/next.gif') 0px -33px no-repeat;
}


#page0,#page1,#page2
{
	margin-top:50px;
}
#description_box
{
	width:600px;
	text-align:justify;
	
}
#price_table
{
	text-align:center;
	margin-top:15px;
	border-collapse:collapse;
}
#price_table td
{
	border:#1E536C 1px solid;
	width:150px; 
}
#frow
{
	font-weight:bold;
	background:#4FB3E1;
}
a.soffer
{
	color:#17303C;
	font-weight:bold;
	text-decoration:none;
}
a.soffer:hover
{
	color:#4FB3E1;
}

a.soffer:visited
{
	color:#738187;
}
/****************tips***********************/



 .toolTipElement
{
	cursor:help;
}
.tip-title {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 8px 8px 4px;
	background:#4FB3E1;
	z-index: 139000;
	border:#1E536C 1px solid;
	border-bottom:#1A3947 1px solid;
	text-align:center;
	width:200px;
	
}
 
.tip-text {
	font-family:arial;
	font-size: 12px;
	padding: 3px 8px 8px 8px;
	color:#eeeeee;
	background:#1E536C;
	z-index: 139000;
	opacity:0.9;
	filter:alpha(opacity=90);
	border:#1A3947 1px solid;
	border-top:0px;
	text-align:center;
	width:200px;
}
