@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:url(../images/bg.gif) repeat-x;
	
}
#header {
	 background: url(../images/bg-header.gif) repeat-x;
	 height: 94px;
}

#logo h1 {
	display: block;
	width: 245px;
	height: 94px;
	text-indent: -9999px;
	background: transparent url(../images/logo-email-services.gif) repeat-x;
}

/* Main Navigation */
div#main-nav{
	height:36px;
	margin-top: 50px;
	
}
div#main-nav h2 {
	font-size: 1.5em;
	color: #fff;
}
div#main-nav ul {
	color:#fff;
	
	margin:0;
	padding:0;
	white-space:nowrap;
}
div#main-nav ul li a {
  float: left;
 
  text-indent: -9999px;
  text-decoration: none;
}
div#main-nav li, div#main-nav h2{
	display:inline;
	list-style-type:none;
	}

/* Navigation Sprites */	
div#main-nav ul li.home a {
 	width: 60px;
	height: 36px;
	background: url(../images/sprite-nav.gif) 0 -36px no-repeat;
}
	div#main-nav ul li.home a:hover{
	width: 60px;
	height: 36px;
	margin-top: -6px;
	background: url(../images/sprite-nav.gif) 0 6px no-repeat;
	}

div#main-nav ul li.about a {
 	width: 60px;
	height: 36px;
	background: url(../images/sprite-nav.gif) -60px -36px no-repeat;
}
	div#main-nav ul li.about a:hover{
	width: 60px;
	height: 36px;
	margin-top: -6px;
	background: url(../images/sprite-nav.gif) -60px 6px no-repeat;
	}
	
div#main-nav ul li.testimonials a {
 	width: 107px;
	height: 36px;
	background: url(../images/sprite-nav.gif) -119px -36px no-repeat;
}
	div#main-nav ul li.testimonials a:hover{
	width: 107px;
	height: 36px;
	margin-top: -6px;
	background: url(../images/sprite-nav.gif) -119px 6px no-repeat;
	}
div#main-nav ul li.gallery a {
 	width: 68px;
	height: 36px;
	background: url(../images/sprite-nav.gif) -225px -36px no-repeat;
}
	div#main-nav ul li.gallery a:hover{
	width: 68px;
	height: 36px;
	margin-top: -6px;
	background: url(../images/sprite-nav.gif) -225px 6px no-repeat;
	}
	
div#main-nav ul li.pricing a {
 	width: 69px;
	height: 36px;
	background: url(../images/sprite-nav.gif) -292px -36px no-repeat;
}
	div#main-nav ul li.pricing a:hover{
	width: 69px;
	height: 36px;
	margin-top: -6px;
	background: url(../images/sprite-nav.gif) -292px 6px no-repeat;
	}
	
div#main-nav ul li.contact a {
 	width: 78px;
	height: 36px;
	background: url(../images/sprite-nav.gif) -360px -36px no-repeat;
}
	div#main-nav ul li.contact a:hover{
	width: 78px;
	height: 36px;
	margin-top: -6px;
	background: url(../images/sprite-nav.gif) -360px 6px no-repeat;
	}
#contents {
	padding-left: 10px;
}
#contents h1 {
	font-size: 1.9em;
	font-weight: normal;
	padding-top: 14px;
}
#contents p, #contents li {
	font-size: 1.2em;
	color: #666;
}
.content-box h2 {
	font-size: 1.5em;
}
.content-box {
	font-size: .8em;
}
.content-box-img {
	padding: 2px; border: 1px solid #CCC;
}
#rolling {
	background:transparent url(../images/bg-sidebar.jpg) no-repeat scroll 0 0;
	height:353px;
	padding:75px 30px 0;
	width:228px;
}
#rolling ul {
	padding:  0 0 0 5px;
}

#sidebar {
	padding-bottom: 5px;
}
#footer {
	background:url(../images/bg-footer.gif) repeat-x;
	height: 50px;
	text-align: center;
}
div#footer-nav ul {
	padding-top: 15px;
}
div#footer-nav li{
	font-size: 1.1em;
	display:inline;
	list-style-type:none;
	padding-right: 10px;
	}
div#footer-nav li a {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}
div#footer-nav li a:hover {
	border-bottom: 1px solid #000;
	text-decoration: none;
}
.pricing-table { 
	font-size: 1.1em;
	width: 400px;
	border: 1px solid #666;
	padding: 2px;
}
.pricing-table th {
	font-size: 1.1em;
	color: #006e2e;
}
.pricing-table .odd {
	background: #ddd;
}
.pricing-table .even {
	background: #eee;
}
tr.even td {background:#eee;}
/* Forms */
form.contact {
	color:#555555 !important;
	padding:0 0 0px;
}

form.contact fieldset {
	border: 0;
	margin:40px 21px 21px 0;
	padding:15px;
}

form.contact .legend {
	color:#444237;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 0.8em;
}
form.contact label {
	color:#238b3f;
	display:block;
	font-size:1em;
	font-weight:bold;
	line-height:1.4;
	margin:1em 0.4em 0 0;
}

form.contact .text_field input {
	
	font-size:1.2em;
	margin:3px 0 0;
	width:400px;
}


	