@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);*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.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:8px;
}
.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_mail.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;
	height:50px;
	padding-top:10px;
	background-image:url(http://www.surfezy.com/images/login_mozilla_background.png); 
	height:75px; background-repeat:no-repeat; background-position:right;
}

.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:8px;
	padding-top:7px;
	background-image:url(http://www.surfezy.com/images/login_mozilla_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_mozilla_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;
}

.loginForm{
font-size:14px;
font-family:Verdana, Geneva, sans-serif;
	vertical-align:top;
		color:#666;
}
.loginbutton{
font-size:14px;
font-family:Verdana, Geneva, sans-serif;
	vertical-align:top;
		color:#666;
		border:0;
}
.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;
}

.mainBody #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 auto;
	margin-top:65px;
	width:550px;
	height:300px;
	position:relative;
}
.mainBody #mainContent 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: 0 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:14px;
	font-weight:bold;
	text-align:center;
	color:#000;
}
.mainBody #mainContent h3 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 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:22px;
	font-weight:bold;
	text-align:center;
	color:#000;
}
.spacers {
	font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#000;
}

.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%;
} 
.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;
		 text-decoration:none;
}
.mainBody #footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
	color:#09F;
		 text-decoration:underline;
}
.mainBody #footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
	color:#09F;
		 text-decoration:none;
}
.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;
} 
.h1
{
	font-family:Arial, Helvetica, sans-serif;
    font-size:17px;
	text-align:justify;
	font-weight:bold;
	color:#000;		
}
.h1_left
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
	font-weight:bold;	
	color: #000;
}
.h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	color:#000;
}
.h2_bold
{
	font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
	text-align:justify;
	color:#09C;	
	font-weight:bold;
}

.h2 a {
	font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
	color:#09F;
	 text-decoration:none;

}
.h2 a:hover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
	color:#09F;
    text-decoration:underline;
}
.h2 a:visited {
	font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
	color:#09F;
		 text-decoration:none;
}
.question_title
{
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
	text-align:justify;
	color:#09F;	
	font-weight:bold;
	
}

.h4
{
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	text-align:left;
	color:#000;		
}
.h4 a {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	text-align:left;
	color:#09F;
		 text-decoration:none;
}
.h4 a:hover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	text-align:left;
	color:#09F;
    text-decoration:underline;
}
.h4 a:visited {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	text-align:left;
	color:#09F;
		 text-decoration:none;
}
.h5
{
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
	text-align:justify;
	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;
}
.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;
}
.text{
	font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
	text-align:justify;
	color:#000;	
}
.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;		
}
.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;
}
.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;
}
.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;

}