/* CSS Document */

html, body {
	background-image:url('images/bg_tile.jpg');
	background-repeat:repeat-x;
	background-color:#5A7F94;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:auto;

}

#page {
	width:755px;
	height:auto;
} 

#header {
	margin:7px auto 0 auto;
	height:135px;
	width:755px;
	z-index:0;
	background-image:url(images/header1.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.wA {
	float:left;
}

#logo {
	height:135px;
	width:235px;
	z-index:1;
	position:absolute;
}

#nav {
	width:520px;
	height:25px;
	float:right;
	z-index:-5;
	margin-top:100px;
	
	
}

ul#nava { padding:0px; float:left; margin-left:0px; margin-top:0px; position:relative; top:1px; }
ul#nava li { padding:0; margin:0; margin-right:4px; list-style-type: none; line-height:0px; float:left; }
ul#nava li a { display:block; padding-top:12px; margin: 0; text-align:center; text-decoration:none; text-transform:uppercase;}

ul#nava li.nav a { background:url(images/nav_bg.png) 100% 0px; width:69px; height:13px; margin: 0px; color:#000000;  font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}

ul#nava li.nav a:hover { background:url(images/nav_bg.png) 100% -25px; color:#FFFFFF; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}

ul#nava li.home a { background:url(images/nav_bg_home.png) 100% 0px; width:76px; height:13px; margin: 0px; color:#000000;  font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
ul#nava li.home a:hover { background:url(images/nav_bg_home.png) 100% -25px; color:#FFFFFF; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}

ul#nava li.home a strong { position:relative; left:3px; }


*html ul#nava li.nav a {
	position:relative; 
	background-image: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/nav_bg.png,sizingMethod='crop');
}

*html ul#nava li.nav a:hover {
	width:69px;
	position:relative; 	
	background-image: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/nav_on.png,sizingMethod='crop');
}

*html ul#nava li.home a {
	position:relative; 
	background-image: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/nav_bg_home.png,sizingMethod='crop');
}

*html ul#nava li.home a:hover {
	width:76px;
	position:relative; 	
	background-image: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/nav_on_home.png,sizingMethod='crop');
}

html>body ul#nava li.nav a strong, html>body ul#nava li.home a strong{ line-height:1em; position:relative; top:-3px; }



ul#nava li a strong { }
ul#nava li a.current { background-position:100% 0; }


#cContainer {
	width:755px;
	margin:0 auto 0 auto;
}

#topContent {
	width:735px;
	height:auto;
	padding:10px;
	background-image:url(images/content_bg.png);
	background-position:left;
	background-repeat:repeat-y;
}

#topContent a {
	color:#3661A0;
	text-decoration:none;
}

#topContent a:visited {
	color:#3661A0;
	text-decoration:none;
}

#topContent a:hover {
	color:#3661A0;
	text-decoration:none;
}

#topContent ul {
	line-height:15px;
	font-size:10px;
	color:#333333;
	list-style-image:url(images/bulletBall.gif);
}

#search {
	height:55px;
	color:#000000;
	font-size:12px;
	text-align:right;
	font-weight:bold;
	float:right;
	width:300px;
	margin-bottom:10px;
}

.domains {
 float:right;
 margin-top:5px;
}

.domainName {
	background-color:#F7F7F7;
	width:138px;
	border:1px solid #EBEBEB;
	padding-left:4px;
	padding-right:4px;
}

.domainDot {
	background-color:#F7F7F7;
	border:1px solid #EBEBEB;
	width:39px;
	margin-left:5px;
	padding-left:4px;
	padding-right:4px;
}

.go {
	background-image:url(images/go.jpg);
	background-repeat:no-repeat;
	width:27px;
	height:26px;
	border:0px;
	margin-left:5px;
}

h1 {
	 font-size:24px;
	 color:#2EA6BC;
	 font-family:"Trebuchet MS", Arial;
}

h2 {
	font-size:18px;
	color:#FF6633;
	font-family:"Trebuchet MS", Arial;
}

p {
	font-size:10px;
	color:#66666 
	line-height:15px;
}

#base {
	width:755px;
	height:5px;
	margin:0 auto 10px auto;
	background-image:url(images/content_base.png);
}

*html #base {
	width:755px;
	height:5px;
position:relative; 
	background-image: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/content_base.png,sizingMethod='crop');
}

#baseContainer {
	width:755px;
	height:257px;
	margin:10px auto 0 auto;
}

.deals {
	margin-top:69px;
}

.signup {
	margin-left:7px;
	position:relative;
}

#baseContainer ul {
	font-size:12px;
	list-style-image:url(images/bullet_arrow.jpg);
	margin-bottom:10px;
}

#baseContainer ul li {
	list-style-image:url(images/bullet_arrow.jpg);
	line-height:22px;
	padding-left:2px;
}

*html #baseContainer ul li {
	list-style-image:url(images/bullet_arrow.jpg);
	line-height:22px;
	padding-left:2px;
	verticle-align:middle;
}

*html #baseContainer {
	margin-top:-10px;
}

#dealOne {
	width:243px;
	height:255px;
	margin-right:14px;
	background-image:url(images/dealOne.png);
	background-repeat:no-repeat;
	float:left;
}

*html #dealOne {
	background-image:url('images/dealOne.png');
	background-image:none;
	position:relative; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/dealOne.png,sizingMethod='crop');	
}

#dealTwo {
	width:243px;
	height:255px;
	margin-right:14px;
	background-image:url(images/dealTwo.png);
	background-repeat:no-repeat;
	float:left;
}

*html #dealTwo {
	width:243px;
	height:255px;
	position:relative; 
	background-image: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image, src='images/dealTwo.png');
}

#dealThree {
	width:241px;
	height:255px;
	background-image:url(images/dealThree.png);
	background-repeat:no-repeat;
	float:left;
}

*html #dealThree {
	position:relative; 
	width:241px;
	height:255px;
	background-image: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/dealThree.png,sizingMethod='crop');
}

#footer {
	width:700px;
	margin:0 auto 0 auto;
}

#footer p {
	text-align:center;
	color:#333333;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	text-align:center;
	color:#00CCFF;
	text-decoration:none;
}


.infobox {
	width:205px;
	height:auto;
	padding:0px;
	margin:0px;
}

.infoTop {
	background-image:url('images/info_container_top.jpg');
	background-repeat:no-repeat;
	height:12px;
	width:205px;	
}

*html .infoTop {
	height:6px;
	background-image:url('images/info_container_mid.jpg');
	background-repeat:repeat-y;
}

.infoMid {
	height:auto;
	background-image:url('images/info_container_mid.jpg');
	background-repeat:repeat-y;
	width:205px;
}

.infoMid h1 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	margin-left:25px;
	margin-bottom:5px;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	width:130px;
	color:#000000;
}

.infoMid P {
	margin-left:20px;
	margin-top:0px;
	padding-left:6px;
	padding-right:6px;
	margin-bottom:0px;
}

.infoMid ul {
	margin-left:0px;
	width:175px;
	margin-top:10px;
	margin-bottom:0px;
	padding-left:26px;
}

.infoMid ul li {
	list-style-image:url('images/bulletBall.gif');
	padding-bottom:4px;
}

*html .infoMid ul li {
	
	vertical-align: 50%;
}

.infoBot {
	background-image:url('images/info_container_bot.jpg');
	background-repeat:no-repeat;
	height:12px;
	width:205px;
}

.UnderlinedText {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border: thin none #000000;
	height: auto;
	width: auto;
}
.blacktextstriked {
	text-decoration: line-through;
}

.buttons
{
  height: 20px;
  color: #333333;
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
  background: url(/images/logingrad.gif) repeat-x #f0f0f0;
  border: 1px solid #a4a4a4;
}

.inputs
{
  height: 15px;
  color: #333333;
  font-size: 10px;
  padding-left: 0px;
  padding-right: 0px;
  border: 1px solid #a4a4a4;
}

.textarea
{
  color: #333333;
  font-size: 10px;
  padding-left: 0px;
  padding-right: 0px;
  border: 1px solid #a4a4a4;
}

.dropdowns
{
  height: 20px;
  color: #333333;
  font-size: 12px;
  padding-left: 0px;
  padding-right: 0px;
  border: 1px solid #a4a4a4;
}

.widgets
{
  height: 12px;
  color: #333333;
  padding-left: 0px;
  padding-right: 0px;
  border: 0px solid #a4a4a4;
}

.inactive
{
	height: 12px;
	color: #333333;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px solid #a4a4a4;
	text-decoration: none;
}

.styleLive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3661A0;
}
