@charset "utf-8";
/* Reset */


 html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
caption, thead, tfoot {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table, tr, td, th, tbody {
	margin: 0;
	padding: 0;
	font-size: 100%;
/*	border: 0;*/
}

a:link {
	color: #0033FF;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
p
{
	padding-top: 10px;
}

body {

	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #f2f2f2;
	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 */
	color: #000000;
	background-image: url(images/bgstripe.jpg);
	background-repeat: repeat-x;
	background-position:top;
	
	line-height: 1;
	font-family: Helvetica,sans-serif;

}

#container {
	width: 850px;
	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff;
	font-size: 14px;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
}

#header {
	background-image: url(images/mainlogo.jpg);
	height: 95px;
}

#navbar {

	width: 850px;
	height: 37px;
	background-image: url(images/navbar.jpg);
	background-repeat:no-repeat;
	color: #ffffff;
	text-align: center;
        vertical-align: baseline; 
	
}

#navbar ul li {
display: inline;
text-decoration: none;
color:#ffffff;
padding-right: 20px;
padding-left: 20px;
position: relative;
top: 17px;

}

#navbar a {
color: #ffffff;
text-decoration: none;
}

#navbar a:hover {
color: #ffd24c;
text-decoration: none;
}



#content {
/*position: absolute:*/

}

#mainContent {
	padding-left: 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 40px;
	padding-bottom: 25px;
	margin: 0px;
	font-size: 14px;
	text-decoration: none;
	font-style:normal;
	width: 770px;
	max-width: 770px;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff;

	
}

#mainContent li {
margin-left: 25px;
padding-left: 9px;
}


#mainContent h1 {
padding-bottom: 10px;
font-size: 16px;
margin-top: 25px;
}

#mainContent p {
padding-bottom: 15px;

}

#mainContent th {
vertical-align: top;
padding: 4px;
}

#pricing td {
	padding-right: 10px;
	padding-left: 10px;
	border: 1px;
	border-color: #666666;
}

#pricing table td th tr {
	border: 1px;
	border-color: #666666;
}

#contact {
padding: 5px;
}
 
#bullet {
padding: 8px;
}

#footer {
clear: right;
text-align: center;
width: 850px;
height: 72px;
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
margin-top: 15px;
line-height: 45px;
font-size: 14px;
color:#666666;
        vertical-align: baseline;
}

#reg_box
{
	width: 450px;	
	background-color:#CCCCCC;
	margin-left: 20px;
	padding: 1px 20px 10px 20px;
}

.L_title
{
	display: block;
	margin-top: 20px;
	margin-bottom: 3px;
}

#reg_box h1
{
	margin: 5px 10px 0 10px;
	padding-bottom: 3px;
}

#reg_box hr
{
	margin: 0px 0px;
}

.error
{
	color: #FF0000;
}

.dropdown
{
	color:#000000;
}

.hidden
{
	display: none;
	
}
