@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../img/bg_header.png) repeat-x top;
	font: 12px Tahoma, Geneva, sans-serif;
	color: #919191;
}

a {
	color: #59afec;
}
a img { border: 0; }

.container {
	width: 980px;
	padding-left: 20px;
	margin: 0 auto;
}

h1 {
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #369;
}
h2 {
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	border-left: 16px solid #369;
}
h2 span {
	display: block;
	margin-left: 4px;
	padding: 0 13px;
	background: #59afec;
}
h3 
{
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #369;  
}

/* {{{ header */
.header {
	position: relative;
	height: 143px;
}
.logo {
	position: absolute;
	top: 8px;
	left: 0;
}
.logo-qq {
	position: absolute;
	top: 12px;
	left: -70px;
}
.main-menu, .main-menu2, .service-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.main-menu li, .main-menu2 li, .service-menu li {
	float: left;
}

.main-menu {
	left: 172px;
	top: 0;
}
.main-menu li {
	margin-right: 4px;
}
.main-menu li a, .main-menu li strong {
	float: left;
	border-top: 4px solid #c3c3c3;
	color: #5a5a5a;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
}
.main-menu li a:hover, .main-menu li strong {
	border-top-color: #6fa8e0;
	color: #6fa8e0;
}

.main-menu2 {
	left: 172px;
	top: 48px;
}
.main-menu2 li a, .main-menu2 li strong {
	float: left;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0px 16px 0px 15px;
	font-size: 14px;
	background: url(../img/bg_menu.png) repeat-x top;
}
.main-menu2 li a:hover, .main-menu2 li strong {
	background-position: bottom;
}

.service-menu {
	left: 172px;
	top: 94px;
	width: 577px;
	height: 16px;
	background: url(../img/bg_servicemenu.png) no-repeat;
}
.service-menu li {
	width: 192px;
	text-align: center;
	font-size: 9px;
	height: 10px;
	line-height: 10px;
	padding-top: 6px;
}
.service-menu a {
	color: #c3c3c3;
	text-decoration: underline;
	background-image: url(../img/ico_service.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 23px;
}
.m-home a { background-position: -30px 2px; }
.m-contact a { background-position: -15px -11px; }
.m-login a { background-position: 0px -28px; }
.header .phone {
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
	padding: 12px 25px;
	background: url(../img/bg_call.png) no-repeat;
	height: 92px;
	color: #888787;
	font-size: 9px;
	text-align: center;
}
.header .phone b, .header .phone strong {
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	text-transform: uppercase;
}
.header .phone strong {
	color: #e11e1e;
}
.header .phone ins {
	font-weight: bold;
	text-decoration: none;
}
/* }}} header */

/* {{{ content */
/* {{{ main content */
.main-content {
	width: 740px;
	float: left;
}
.info
{
  border-top: 2px solid #59afec;
  background: url(../img/bg_info.png) repeat-x bottom;
  padding: 15px;
  color: #5b5b5b;
  font-size: 13px;
}
* html .info { background: none; }
.info p {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
.sections {
	margin: 0 -2px 35px 0;
	padding: 0;
	list-style: none;
}
html>body .sections { overflow: hidden; }
* html .sections { height: 1%; }
.sections li {
	float: left;
	margin-right: 2px;
}
.sections li.last {
	margin-right: 0;
}

/* {{{ templates block */
.templates {
	position: relative;
	width: 100%;
	padding: 40px 0;
}
.templates h2 {
	position: absolute;
	top: 0;
	left: 0;
}
* html .templates { height: 1%; }
.templates h2 span {
	float: left;
}
.nav {
	position: absolute;
	right: 0;
	font-size: 9px;
}
.nav span {
	font-weight: bold;
	color: #59afec;
}
.nav ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav li {
	display: inline;
	list-style: none;
	color: #999;
}
.nav a {
	color: #999;
}
.nav1 {	top: 5px; }
.nav2 { bottom: 50px; }
.next-button {
	clear: both;
	display: block;
	margin: 0 auto;
}

.designs {
	margin: 0 0 20px 0;
	padding: 30px 0 10px;
	list-style: none;
	background: url(../img/dotted1.gif) repeat-x bottom;
}
html>body .designs { overflow: hidden; }
* html .designs { height: 1%; }
.designs li {
	width: 50%;
	float: left;
}
.designs h3 {
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #5a5a5a;
}
.designs img {
	display: block;
	margin: 15px auto 0px;
}
html>body .designs .buttons { overflow: hidden; }
* html .designs .buttons { height: 1%; }
.designs .buttons {
	width: 210px;
	margin: 0 auto;
	padding-right: 10px;
	padding-top: 4px;
}
.designs .buttons input {
	float: left;
}
.designs .buttons a {
	float: right;
	color: #6a6a6a;
	font-size: 9px;
	background: url(../img/ico_preview.gif) no-repeat left center;
	padding-left: 15px;
	height: 22px;
	line-height: 22px;
}
/* }}} templates block */
/* }}} main content */

/* {{{ sidebar */
.sidebar {
	width: 220px;
	float: right;
	border-left: 1px solid #e2e2e2;
	padding-left: 10px;
}
.testimonials {
	padding: 25px 0 25px 25px;
	background: url(../img/dotted1.gif) repeat-x bottom;
	margin-bottom: 25px;
}
.testimonials p {
	margin: 0 0 1em 0;
	padding: 0;
}
.features {
	margin: 15px;
	padding: 0;
	list-style: none;
}
.features li {
	background: url(../img/bul1.gif) no-repeat 0 2px;
	padding-left: 15px;
	list-style: none;
	color: #468dbf;
	font-weight: bold;
	margin-bottom: 15px;
}
.features li.odd {
	color: #21abeb;
}

.faq li 
{
  background: url(../img/bul1.gif) no-repeat 0 2px;
  padding-left: 15px;
  list-style: none;
  margin-bottom: 5px;
}
.faq li ul li
{
  list-style: none;
  background: none;
}

/* }}} sidebar */
/* }}} content */

/* {{{ footer */
.footer {
	background: url(../img/bg_footer.png) repeat-x bottom;
	text-align: center;
	font-size: 10px;
	padding: 28px 0 18px;
	clear: both;
}
.footer .phone {
	padding-bottom: 5px;
}
.copy {
	background: #69c;
	padding: 5px 0;
	color: #fff;
}
/* }}} footer */
.redstar 
{
  font-size: 11px;
  color: Red;
}
.Input
{
  font-size: 12px;
  color: #696969;
  padding-left: 5px;
}
.field
{ 
 color: #696969; 
 padding-left: 5px;
}
 
