/* CSS Document */
html,body {
	background-image:url(../images/wallpaper.jpg);
	height:100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	text-align: center;
	color:#000000;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

* html body {
    font-size: x-small; /* for IE5 Win */
    font-size: small; /* for other IE versions */
}

html>body {
    font-size: small; /* for opera */
}

/* hide hack from Mac-IE5 \*/
* html p { height: 1%; }
/* end hiding */

p { font-size: 85%; padding: .4em 0; line-height: 1.2em; text-align:justify; margin-bottom:-6px;}
ul, dl { font-size: 100%; padding: .5em 1em .5em 2em; }
ul li { line-height: 1.2em; }
img { border: 0; }

.wrapper {
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right:auto;
	width:760px;
	text-align:left;
}


.header {
	background-color:#000000;
	height:250px;
	margin-bottom:5px;
	}
	
.content {
	padding-left:10px;
	padding-right:10px;
}

h1 {
	font-size:1.6em;
	color:#0099FF;
	}
	
.imgright {
	float:right;
	margin-top:-2.6em;
	margin-left:20px;
	}	

.fixes {
	float:right;
	margin-top:-7.5em;
	margin-left:20px;
	background: url(../images/fixes.gif) no-repeat left top;
	height:290px;
	width:188px;
}	



.fixes h3 {
	margin-top:5px;
	padding-right:2px;
	padding-left:4px;
	color:#FFFFFF;
	padding-top:0;
	font-size:12px;
}

.fixes ul {
	margin-left:25px;
	padding-left:0;
	list-style-image:url(../images/bullet.gif);
}

.fixes ul li {
	font-size:12px;
}

.reasons {
	float:right;
	margin-top:-300px;
	margin-left:20px;
	background: url(../images/reasons.gif) no-repeat left top;
	height:375px;
	width:280px;
	
}

.reasons h3 {
	margin-top:10px;
	padding-right:2px;
	padding-left:50px;
	color:#FFFFFF;
	padding-top:0;
	font-size:16px;
	margin-bottom:35px;
}

.reasons ol {
	margin-left:25px;
	padding-left:10px;
	list-style-image:url(../images/bullet.gif);
}

.reasons ol li {
	font-size:14px;
}
	
#box1 {
	float:left;
	background: #FFCC33 url(../images/box1.gif) no-repeat left top;
	height:202px;
	width:239px;
	padding:10px;
	margin:20px 0;
}

#box1 h3 {
	display:inline;
	padding-left:48px;
	font-size:15px;
}	

#box1 p {
	padding-top:10px;
	font-size:12px;
}

#box2 {
	float:right;
	background: #00CCFF url(../images/box2.gif) no-repeat left top;
	height:202px;
	width:239px;
	padding:10px;
	margin:20px 0;
}



#box2 h3 {
	display:inline;
	padding-left:60px;
	font-size:15px;
}

#box2 p {
	padding-top:10px;
	font-size:12px;
}

#box3 {
	float:left;
	background: #66FF66 url(../images/box3.gif) no-repeat left top;
	height:202px;
	width:239px;
	padding:10px;
	margin:5px 0;
}

#box3 h3 {
	display:inline;
	padding-left:65px;
	font-size:15px;
}

#box3 p {
	padding-top:10px;
	font-size:12px;
}

#box4 {
	float:right;
	background: #CCCCCC url(../images/box4.gif) no-repeat left top;
	height:202px;
	width:239px;
	padding:10px;
	margin:5px 0;
}

#box4 h3 {
	display:inline;
	padding-left:60px;
	font-size:15px;
}

#box4 p {
	padding-top:10px;
	font-size:12px;
}

.learn {
	color:#0033FF;
	font-size:14px;
	}

.learn a:link, #header a:visited {
	text-decoration: none;
	color:#0099FF;
}

.learn a:hover, #header a:active{
	text-decoration: none;
	color:#FF6600;
}
	
.footer {
	background-image:url(../images/footer.gif);
	background-color:#000000;
	background-repeat:no-repeat;
	background-position: bottom left;
	font:90% Verdana, Arial, Helvetica, sans-serif;
	height:52px;
	margin-top:auto;
	text-align: center;
	clear:both;
	line-height:1.4;
	color:#FFFFFF;
	margin-top:20px;
}

.footer p {
	color:#FFFFFF;
	text-align:center;
}


.footer a:link, #footer a:visited {
	text-decoration: none;
	color:#FFFFFF;
}

.footer a:hover, #footer a:active {
	text-decoration: none;
	color:#00CCFF;
}
	
.footer li {
	display:inline;
	color:#FFFFFF;
}

.footer ul {
	list-style: none;
	margin:0;
	padding:0;
}

.footer a:link, .footer a:visited {
	text-decoration: none;
	color:#FFFFFF;
}

.footer a:hover, .footer a:active {
	text-decoration: none;
	color:#FF3300;
}

.clear {
	clear:both;
}

form {
	width:465px;
}

form p {
	clear:left;
	margin:0;
	padding:0;
	padding-top: 5px;
}

form p label {
	float:left;
	width:30%;
	font-weight: bold;
	font-size: 1.2em;
}

form .submit {
	margin-left:300px;
}

input:focus { background:  #CEFABC;
}

.warning {
	color:#FF0000;
	font-size:80%;
	font-weight:bold;
}

.error {
	text-align:center;
	color:#FF0000;
	font-size:120%;
	font-weight:bold;
}

.success {
	text-align:center;
	color:#0099FF;
	font-size:120%;
	font-weight:bold;
}

.info {
	font-size:13px;
}

/* hide hack from Mac-IE5 \*/
* html .info { height: 1%; }
/* end hiding */

table.services {
	border-width:1px;
	border-style:solid;
	border-color:#4F4F4F;
	border-collapse:collapse;
	text-align:center;
}

table.services td {
	width:55%;
	border-width:1px;
	border-style:solid;
	border-color:#4F4F4F;
	padding:5px;
}

tr.shaded {
	background: #F0F0F0;
}

/* hide hack from Mac-IE5 \*/
* html h3 { height: 1%; }
/* end hiding */
