@charset "utf-8";
/* CSS Document */

/* setting default margin and padding to 0 */

* {
	margin:0;
	padding:0px;	
}

/* the header div */

#brg
{
	width: 1014px;
	margin: 0 auto;
	background: url(/res/cyntax/brg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}

#container
{
	width: 1000px;
	margin: 0 7px;
}

#header{
	height:102px;
	background-image:url(/res/cyntax/header_bg.jpg);
	background-repeat:repeat-x;
}

#header #logo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	float: left;
	margin-left: 30px;
}

#header #logo img{
	margin: 20px 10px 0px 30px;
}

#header ul{
	background: #293438;
	float:right;
	margin: 8px 40px 0 0;
	border-left: 1px solid #556971;
	border-right: 1px solid #556971;
	border-bottom: 1px solid #556971;
	line-height:37px;
}

#header ul li{
	float:left;
	display:inline;
	margin: 0px 20px 0px 20px;
}

#header ul li a{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:8pt;
	color:#FFF;
	text-decoration:none;
}

#header ul li a:hover{
	color:#0485c8;
}

/* the banner div */

#banner{
	height:236px;
	background-image:url(/res/cyntax/banner_bg.jpg);
	background-repeat:repeat-x;
}

#banner img{
	float: left;
	margin-left: 30px;
}

#banner div
{
	float: right;
}

#banner div h1{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:28px;
	font-weight:normal;
	color:#0485c8;
	text-align:center;
	padding: 70px 60px 10px 0px;
	text-transform: uppercase;
}

#banner div h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#b0b2b2;
	text-align:center;
	padding: 10px 26px 10px 0;
	width:590px;
	line-height: 1.5em;
}

/* the content div */

#content{
	background-color:#ffffff;
	color:#7F8184;
	font-family:Verdana,Geneva,sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:25px;
	margin:10px 0;
	text-align:left;
}

#content .left{
	width:650px;
	float:left;
	padding: 15px 25px 20px 40px;
	border-right:1px dashed #DDDDDD;
	margin: 15px 0 15px 0;
}

#content .left h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#3b9ed1;
	text-align: center;
	margin: 5px 0px 20px 0px;
}

#content .left p{
	color:#7F8184;
	font-family:Verdana,Geneva,sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:25px;
	margin:10px 0;
	text-align:left;
}

#content .left p.faq
{
	color: #0485c8;
}

#content .left p a{
	text-decoration: none;
	color: green;
}

#content .left p a:hover{
	text-decoration: underline;
	color: green;
}

#content .right{
	width:280px;
	float:right;
}

#content .right .box{
	width:232px;
	height:113px;
	background-image:url(/res/cyntax/package_bg.jpg);
	background-position:center;
	background-repeat: repeat-x;
	margin:20px auto;
	padding: 16px 0 0 0;
}

#content .right .box img{
	float: left;
	margin: 24px 8px 20px 12px;
}

#content .right .box .info
{
	float: none;
}

#content .right .box .info h1 a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12pt;
	color:#056495;
	text-align:left;
	margin: 0 0px;
	padding-top: 16px;
	text-decoration: none;
}

#content .right .box .info p
{
	line-height:15px;
	padding:3px 8px 2px 5px;
	text-align: left;
}

#content .right .box .info a{
	color:#6E6E6E;
	font-family:arial;
	font-size:8pt;
	font-style:italic;
	text-decoration: none;
}

/* the services div */

#services{
	clear: both;
	border-top:1px solid #bbbbbb;
	background-color:#f6f6f6;	
	margin: 10px 25px 0px 25px;
	padding: 15px 20px 10px 20px;
	overflow: auto;
}

#services div{
	margin:0 auto;
}

#services .section{
	width:205px;
	float:left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom:10px;
}

#services .section h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#323232;
	text-align:left;
	padding-top: 1px;
	padding-bottom: 4px;
	border-bottom:1px dotted #bbbbbb;
	margin-bottom: 8px;
}

#services .section h1.one{
	padding-left: 22px;
	background: url(/res/cyntax/s1.gif);
	background-repeat: no-repeat;
}

#services .section h1.two{
	padding-left: 22px;
	background: url(/res/cyntax/s2.gif);
	background-repeat: no-repeat;
}

#services .section h1.three{
	padding-left: 22px;
	background: url(/res/cyntax/s3.gif);
	background-repeat: no-repeat;
}

#services .section h1.four{
	padding-left: 22px;
	background: url(/res/cyntax/s4.gif);
	background-repeat: no-repeat;
}

#services .section p{
	color:#6E6E6E;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	font-weight:normal;
	height:86px;
	line-height:20px;
	margin-bottom:10px;
	margin-left:0px;
	text-align:left;
}

#services .section a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#035bac;
	float:right;
	clear: both;
	text-decoration: none;
	margin-bottom: 10px;
}

#services .section a:hover{
	color: green;
}

/* the footer div */

#footer{
	height:47px;
	background-image:url(/res/cyntax/footer_bg.jpg);
	background-position:left;
	background-repeat:repeat-x;
	clear: both;
}

#footer div{
	width:900px;
	margin:0 auto;
}

#footer ul{
	float:left;
}


#footer ul li{
	float:left;
	display:inline;
}

#footer ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:8pt;
	color:#FFF;
	line-height:47px;
	text-decoration:none;
	border-right:1px solid #FFF;
	margin:0px 10px 0px 0px;
	padding:0px 10px 0px 0px;
}

#footer ul li a.last{
	border-right: none;
}

#footer ul li a.last:hover{
	border-right: none;
}


#footer ul li a:hover{
	color:#0485c8;
	line-height:47px;
	text-decoration:none;
	border-right:1px solid #FFF;
	margin:0px 10px 0px 0px;
	padding:0px 10px 0px 0px;
}

#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:8pt;
	float:right;
	color:#707579;
	line-height:47px;
}

/* common styles */
p.indent
{
	padding-left: 30px;
}

span.infospan
{
	padding: 3px 10px 3px 10px;
	background-color: #eaeaea;
	color: green;
	border-bottom: 1px dotted green;
}

div.error
{
	padding: 3px 10px 3px 10px;
	background-color: #eaeaea;
	color: green;
	border-bottom: 1px dotted green;
}

input[type=text]
{
	border: 1px solid #dcdcdc;
	padding: 3px 5px 3px 5px;
	font-family: arial, verdana;
	font-size: 10pt;
}

select
{
	border: 1px solid #dcdcdc;
	padding: 3px 5px 3px 5px;
	font-family: arial, verdana;
	font-size: 10pt;
}

input[type=button],input[type=submit],input[type=reset]
{
	border: 1px solid #dcdcdc;
	padding: 3px 5px 3px 5px;
	font-family: arial, verdana;
	font-size: 9pt;
	font-weight: bolder;
}
textarea
{
	border: 1px solid #dcdcdc;
	padding: 3px 5px 3px 5px;
	font-family: arial, verdana;
	font-size: 10pt;
}

