@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.mainBody #background {
	background-image:url(http://www.surfezy.com/images/background.png);
	background-repeat:repeat;
	height:100px;

}
.mainBody #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*background-image:url(images/background_middle_2.jpg);*/
	background-repeat:no-repeat;
	background-position:center;
	text-align: left;
}
.ie7 .mainBody #header {
	margin-top:-5px;
	width:100%;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.mainBody #header {
	width:100%;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.mainBody #header p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	text-align:left;
	margin-left:20px;
	color:#FFF;
}
.headerTable {
	width:100%;
	white-space:nowrap;
}
.ie7 .headerTable {
	width:100%;
	white-space:nowrap;
	margin-top:5px;
}

.mainBody #Logo {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(http://www.surfezy.com/images/logos/logo_seo.png);
	background-repeat:no-repeat;
	margin-top:0px;
	margin-left:20px;
	width:250px;
	height:60px;
	position:absolute;
}
.ie .mainBody #Login {
padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:right;
	margin-right:10px;
	padding-top:10px;
	background-image:url(http://www.surfezy.com/images/login_background.png); 
	height:75px; background-repeat:no-repeat; background-position:right;
}
.webkit .mainBody #Login {
padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:right;
	margin-right:10px;
	padding-top:10px;
	background-image:url(http://www.surfezy.com/images/login_background.png); 
	height:75px; background-repeat:no-repeat; background-position:right;
}
 .mainBody #Login {
padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:right;
	margin-right:10px;
	padding-top:10px;
}
.ie7 .mainBody #Login {
padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:right;
	margin-right:10px;
	margin-top:-12px;
	background-image:url(http://www.surfezy.com/images/login_background.png); 
	height:75px; background-repeat:no-repeat; background-position:right;
}

.loginForm{
font-size:14px;
font-family:Verdana, Geneva, sans-serif;
	vertical-align:top;
		color:#666;
}
.loginTable {
	width:100%;
	white-space:nowrap;
	vertical-align:top;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
margin-top:22px;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
text-align:justify;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
text-align:justify;
}

#hostingLogin {
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;	
	margin-left:300px;
	margin-top:25px;
	width:350px;
	height:30px;
}

#hostingLogin a {
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	text-decoration:underline;
	
}
#hostingLogin a:hover {
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	text-decoration:underline;
	
}
#hostingLogin a:visited {
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	text-decoration:underline;
	
}
.mainBody #footerSearch { 
	/* padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(http://www.surfezy.com/images/background.png);
	background-repeat:repeat;
	height:70px;
	margin-top:0px;
	width:auto;
	position:relative;
} 
.mainBody #footer { 
	/* padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top:0px;
	width:100%;
	background-color:#FFF;
} 
.mainBody #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */  
	font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
	text-align:center;
	color:#666;
	line-height:16px;
}
.mainBody #footer a {
	font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
	color:#09F;
}
.mainBody #footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
	color:#09F;
}
.mainBody #footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
	color:#09F;
}
.mainBody #searchContent { 
	/* padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-left:25px;
} 
.mainBody #footerContent { 
	/* padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	width:580px;
	margin-left:125px;
	text-align:center;
	position:relative;
} 
.mainBody #footerContent p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */  
	font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
	text-align:center;
	color:#000;
	line-height:16px;
}
.title
{
	font-family:Arial, Helvetica, sans-serif;
    font-size:24px;
	text-align:justify;
	font-weight:normal;
	color:#000;		
}
.subtitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	color:#09C;
	float: left;
	padding: 5px;
}
.h2_title
{
	font-family:Verdana, Geneva, sans-serif;
    font-size:15px;
	text-align:justify;
	color:#666;	
	font-weight:bold;
}
.h2_features
{
	font-family:Verdana, Geneva, sans-serif;
    font-size:13px;
	text-align:justify;
	color:#666;	
	font-style:italic;
	font-weight:bold;
}
.text{
	font-family:Verdana, Geneva, sans-serif;
    font-size:12px;
	text-align:justify;
	color:#666;	
}
.checkbox{
	font-family:Verdana, Geneva, sans-serif;
    font-size:12px;
	text-align:left;
	line-height:22px;
	color:#666;	
}
ul.checkbox {
  	list-style-type: none;
	margin: 0;
	padding: 0;

/*  list-style-image: url('http://www.surfezy.com/images/icons/green_tick_small.png');
  margin-left:30px;
  padding-left:0px;  */
}
ul.checkbox li {
	background-image:url(http://www.surfezy.com/images/icons/green_tick_small.png);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding:0 0 0 25px;
	margin-top:5px;

}
.pricetitle {
		font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	font-weight:bold;	
	color:#F00;
}
.detailstitle {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	text-align:left;
	font-weight:bold;
	color:#000;
}
.details{
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	text-align:left;
	color:#000;		
}
.pagefooter
{
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	text-align:justify;
	color:#666;	
}
.pagefooter a {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	text-align:justify;
	color:#666;
    text-decoration:underline;
}
.pagefooter a:hover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	text-align:justify;
	color:#666;
    text-decoration:underline;
}
.pagefooter a:visited {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	text-align:justify;
	color:#666;
    text-decoration:underline;
}
.logintext{
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	text-align:left;
	color:#000;		
}
.titleunderline
{
background-image:url(http://www.surfezy.com/images/title_underline_blue.png);
padding-left:0px;
}
