* {
	margin: 0;
	padding: 0;
}

body {
	background: #2A9AD9 url(images/body_bg.jpg) repeat-x;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 13px;
}

a, a:visited {
	color: #FF379F;
}

a:hover, a:active, a:focus {
	color: #FF379F;
}

sup {
	font-size: .5em;
}

* html sup {
	position: relative;
	top: -.25em;
}


h2 {
	color: #669900;
	font-size: 14px;
	font-weight: normal;
}

.largetext {
	font-size: 17px;
}



span.img_replace {
	display: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}


#about p {
	margin: 0px 10px 10px 0px;
	width: 410px;
}

#about1 p {
	margin: 0px 10px 10px 0px;
	width: 590px;
}





body {
	background: #2A9AD9 url(images/body_bg.jpg) repeat-x;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 13px;
}

a, a:visited {
	color: #FF379F;
}

a:hover, a:active, a:focus {
	color: #FF379F;
}

sup {
	font-size: .5em;
}

* html sup {
	position: relative;
	top: -.25em;
}



h2 {
	color: #669900;
	font-size: 14px;
	font-weight: normal;
}

.largetext {
	font-size: 17px;
}



span.img_replace {
	display: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}





* html #pagecontent {  /* horrible max-width hack for IE6 */
	width:expression( 
	    document.body.clientWidth > 880 ?
	        "880px":
	        "auto" );
}



#about p {
	margin: 0px 10px 10px 0px;
	width: 410px;
}

#about1 p {
	margin: 0px 10px 10px 0px;
	width: 590px;
}

h1.logo {
	width: 417px;
	height: 90px;
	background: transparent url(images/logo.png);
}

* html h1.logo {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png');
}

#about form {
	margin-top: 20px;
	padding-top: 10px;
}





* html .submitbutton {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/signup.png');
}






.featurespage {
	background: transparent url(images/blog_bg.png) repeat;
}

* html .featurespage {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/blog_bg.png", sizingMethod="scale");
}

* html .featurespage * {
	position: relative;
}

.featurespage .largetext {
	margin-top: 10px;
}

.featuresection {
	float: left;
	clear: left;
	margin: 10px 0px;
	width: 880px;
}

.featuresleft {
	float: left;
	width: 322px;
	margin-right: 8px;
	margin-left: 30px;
	display: inline;
}



.featuresright {
	float: right;
	width: 500px;
	margin-top: 50px;
	margin-right: 10px;
	display: inline;
}

.featurespage {
	background: transparent url(images/blog_bg.png) repeat;
}

* html .featurespage {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/blog_bg.png", sizingMethod="scale");
}

.featurespage .largetext {
	margin-top: 10px;
}

.featuresection {
	float: left;
	clear: left;
	margin: 10px 0px;
	width: 880px;
}

.featuresleft {
	float: left;
	width: 322px;
	margin-right: 8px;
	margin-left: 30px;
	display: inline;
}




.featuresright {
	float: right;
	width: 500px;
	margin-top: 50px;
	margin-right: 10px;
	display: inline;
}

#footer, #footer p {
  text-align: center;
  margin: auto;
}

#container {
width:780px;
text-align:left;
margin-left:auto;
margin-right:auto;
}

h1 {
	font-size: 20px;
	font-weight: normal;
}
.texth1 {
	font-size: 20px;
	font-weight: normal;
}
#rightcol {
	width: 360px;
	min-height: 200px;
	float: left;
	background: transparent url(images/divider.gif) no-repeat;
}

#leftcol {
	width: 400px;
	float: left;
	margin-top: 20px;
}

#right { 
	float:right;
	display:inline;
	width:180px;
	padding-top:10px;
}
#left { 
	float:left;
	display:inline;
	width:180px;
	padding-top:10px;
}

#why_use {
	margin-left: 1px;
	padding-left: 1px;
	margin-top: 20px;
}

#why_use ul {
	margin-top: 15px;
}

#why_use li {
	list-style: none;
	background: url(images/bullet.png) no-repeat 0px center;
	padding-left: 10px;
	font-size: 13px;
	margin-top: 5px;
}
#pagecontent {
	margin: auto;
	width: 780px;
	display: block;
}

#navbar {
	width: 100%;
	height: 40px;
	margin-top: 0px;
	background: url(images/navbar_bg.png) repeat-x;
}

* html #navbar {
	text-align: center;
}

#navbarcenter {
	width: 650px;
	margin: auto;
}


#navbar ul {
	height: 40px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#navbar li {
	list-style: none;
	display: inline;
}

#navbar a, #navbar a:visited, #navbar a:active {
	font: 14px Arial;
	color: white;
	text-decoration: none;
	width: 108px;
	height: 40px;
	line-height: 30px;
	display: block;
	float: left;
	text-align: center;
}

#navbar a.active {
	background: url(images/navbar_active.png);
}

#navbar a:active, #navbar a:focus, #navbar a:hover {
	background: url(images/navbar_hover.png);
}
#navbar1 {
	width: 100%;
	height: 200px;
	margin-top: 0px;
	vertical-align: middle;
	}

#footercol {
	width: 780px;
	float: left;
	margin-top: 20px;
}
.blue {
	color: #3399CC;
}
.red {
	color: #FF0033;
}