@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Tahoma, Helvetica;
	padding:0px;
	margin:0px;
	background:#666666 url('../images/background.jpg') repeat-x;
	}
#body-wrapper {
	margin:0px auto;
	width:920px;
	background:url('../images/body_edge.png') repeat-y;
	padding-left:1px;
}
#body {
	width:900px;
	margin:0px auto;
}
#topmost {
	margin:0px auto;
	height:110px;
	overflow:hidden;
}
#navigation {
	height:29px;
}
#banner {
	position:relative;
}
#main {
	padding:10px;
	padding-top:5px;
}
#footer {
	background:#000000;
	height:48px;
	font-size:11px;
	color:#ffffff;
	padding:20px;
}
/*LEVEL 2*/
#topmost .logo {
	margin-top:15px;
	margin-left:20px;
	float:left;
}
#topmost .testimonial {
	margin-top:22px;
	margin-left: 17px;
	float:left;
}
#topmost .contact {
	margin-right:15px;
	float:right;
}
#navigation ul.links {
	list-style-type:none;
	margin:0px;
	margin-left:15px;
	padding:0px;
	list-style-type:none;
}
#navigation ul.links li {
	float:left;
	font-size:13px;
	font-weight: bold;
	height:29px;
	background:url('../images/nav_bg.jpg') repeat-x;
	margin:0px;
	padding:0px;
}
#navigation ul.links li.active {
	float:left;
	font-size:13px;
	font-weight: bold;
	height:29px;
	background:url('../images/navselected_bg.jpg') repeat-x;
	margin:0px;
	padding:0px;
}
#navigation ul.links a.active {
	color:#183361;
}
#navigation ul.links li.last {
	float:left;
	font-size:13px;
	height:29px;
	background:#990000 url('../images/nav_red_bg.jpg') repeat-x;
	margin:0px;
	padding:0px;
}
#navigation ul.links li a {
	padding-left:20px;
	padding-right:20px;
	background:url("../images/nav_sep.jpg") no-repeat;
	height:29px;
	line-height:29px;
	display:block;
	color:#666666;
	text-decoration:none;
}
#navigation ul.links li.active a.first {
	background:url('../images/navcurve_left.jpg') no-repeat;
}
#navigation ul.links li.last a {
	color:#ffffff;
	background:url('../images/navcurve_right.jpg') right no-repeat;
}
#main .contentbar {
	width:545px;
}
#main .contentbar h1 {
	font-size:18px;
	font-weight:bold;
	color:#cc0000;
	margin-top:10px;
	margin-bottom:5px;
}
#main .contentbar p {
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;
}
#main .contentbar .box {
	background:#ffffff url('../images/box_bg.jpg') repeat-x;
	width:270px;
	margin-bottom:5px;
}
#main .contentbar .box h2 {
	width:259px;
	height:32px;
	line-height:32px;
	background:url('../images/box_header_bg.gif') no-repeat;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	margin-top:6px;
	margin-left:6px;
	padding-left:6px;
}
#main .contentbar .box h2 span {
	float:right;
	margin-right:20px;
}
#main .contentbar .box h2 span:first-child {
	float:left;
	margin-right:20px;
}
#main .contentbar .box .col1 {
	text-align:center;
	width:100px;
	margin-left: 8px;
	margin-top:5px;
}
#main .contentbar .box .col2 {
	width:145px;
	font-size:11px;
	font-weight:bold;
	margin-top:5px;
	margin-right:6px;
}
#main .sidebar {
	width:293px;
	background:#cccccc url('../images/sidebar_bg.jpg') repeat-x;
	padding:6px;	
}
#main .sidebar .sidebox {
	margin-bottom:6px;
}
#main .sidebar .sidebox h3 {
	padding-left:2px;
	padding-right:2px;
	margin:0px;
	margin-bottom:7px;
	border:1px solid #9a9a9a;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#ffffff;
	background:#666666;
	height:20px;
}
#main .sidebar .sidebox h3 span {
	font-size:11px;
	float:right;
}
#main .sidebar .sidebox h3 span:first-child {
	float:left;
	font-size:16px;
}
#main .sidebar .sidebox h3 span a {
	color:#ffffff;
	text-decoration:none;
}
#main .sidebar .sidebox h3 span a:hover {
	text-decoration:underline;
}
#main .sidebar .sidebox .sample-design {
	text-align:center;
}
#main .sidebar .sidebox .sample-design img {
	margin:3px;
	border:2px solid #ffffff;
}
#main .sidebar .sidebox .clients {
	text-align:center;
}
#main .sidebar .sidebox .clients img {
	margin-right:1px;
	margin-bottom:3px;
	width:92px;
}
#main .sidebar .sidebox ul.news {
	font-size:12px;
	color:#ffffff;
}
#main .sidebar .sidebox ul.news {
	padding-left:20px;
	list-style-type:square;
	list-style-image: url('../images/arrow_right_white.png');
}
#main .sidebar .sidebox h4 {
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	margin-top:5px;
	margin-bottom:5px;
}
#main .sidebar .sidebox p {
	margin-top:3px;
	margin-bottom:3px;
}
#main .sidebar .sidebox p img {
	margin-bottom:5px;
	margin-right:5px;
}
#content {
	margin-right:15px;
	margin-left:15px;
	margin-bottom:15px;
}
#content h1 {
	font-size:24px;
	font-weight:bold;
}
#footer ul.links{
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size:11px;
}
#footer ul.links li{
	display:inline;
	padding-left:15px;
}
#footer ul.links li a {
	color:#ffffff;
	text-decoration:none;
}
#footer ul.links li a:hover {
	text-decoration:underline;
}
/*GENERAL*/
a img {
	border:none;
}
a {
	color:#C90207;
}
.fright {
	float:right;
}
.fleft {
	float:left;
}
.clear {
	clear:both;
}
.yellow {
	color:#ffcc00;
}
.red {
	color:#ff0000;
}
.f11 {
	font-size:11px;
}
.f11b {
	font-size:11px;
	font-weight:bold;
}
.f10 {
	font-size:10px;
}
.f10b {
	font-weight:bold;
	font-size:10px;
}
.f12 {font-size:12px;}
.f12b {font-size:12px;font-weight:bold;}
.f14 {font-size:14px;}
.f14b {font-size:14px;font-weight:bold;}
.f16 {font-size:16px;}
.f16b {font-size:16px;font-weight:bold;}
.f18 {font-size:18px;}
.f18b {font-size:18px;font-weight:bold;}

/*products.php*/
.tblproducts {
	border-width:0 0 1px 1px;
	border-style:solid;
	border-color:#000000;
	border-spacing:0;
}
.tblproducts td {
	border-width:1px 1px 0 0;
	border-style:solid;
	border-color:#000000;
	margin:0;
	padding:4px;
}
.tblproducts .trhead td {
	background-color:#cc0000;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	height:50px;
}
.tblproducts .trdata td {
	font-size:12px;
	text-align:center;
}
.tblproducts .trdata .tdfeatures {
	text-align:left;
	width:140px;
}
/*
.product2 td.detail, .product2 td.head {
background-repeat:repeat-x;
border-left:1px solid #053577;
border-right:1px solid #053577;
}
.product2 td.leftborder {
border-left:1px solid #053577;
}
.product2 td.rightborder {
border-right:1px solid #053577;
}
.product2 {
padding-top:10px;
background:#053577;
color:#000000;
}
.product2 .head {
background-image:url(../images/product_head_bg.jpg);
color:#DCE106;
font-size:14px;
font-weight:bold;
height:33px;
margin-bottom:1px;
margin-right:1px;
text-align:center;
vertical-align:middle;
}
.product2 .detail {
background-image:url(../images/product_bg.jpg);
color:#FFFFFF;
font-size:12px;
font-weight:normal;
height:25px;
text-align:center;
vertical-align:middle;
}
.product2 .feature {
background-image:url(../images/product_bg.jpg);
color:#DCE106;
font-size:12px;
font-weight:normal;
height:25px;
padding-left:10px;
text-align:left;
vertical-align:middle;
}
*/

/*contact-us.php*/
form .fields {
	font-size:12px;
	margin-top:5px;
}
form .fields .label {
	width:150px;
	float:left;
	text-align:right;
}
form .fields .value {
	float:left;
	margin-left:3px;
	width:360px;
}
form .errormsg {
	float:left;
	color:#EB0308;
	margin-left:5px;
}
form .errorhead {
	color:#EB0308;
}
form .fields input, .fields textarea {
	border:1px solid #777777;
}
form .fields input[type="text"]{
	width:170px;
}
form .fields textarea {
	width:350px;
	height:150px;
}
.error_box {
	border:1px solid #B7120C;
	background:#FFFFAA;
	padding:10px;
}
.error_box .error_head {
	font-weight:bold;
	font-size:12px;
}
.error_box .error_list {
	font-size:12px;
	color:#EB0308;
}

/*sign-up.php*/
.package {
background-position:0 10px;
background-repeat:repeat-x;
float:left;
height:100px;
margin-left:25px;
width:95%;
}
.package li {
float:left;
font-family:Geneva,Arial,Helvetica,sans-serif;
}
.package li h1 {
margin:15px 0 0 30px;
width:328px;
}
.package_content img {
float:left;
margin-left:30px;
}
.package_content .p1 {
float:left;
font-size:10px;
line-height:13px;
margin-left:10px;
width:220px;
}
.package_content .p2 {
color:#A0D4FC;
float:left;
font-size:10px;
line-height:14px;
margin-left:10px;
width:150px;
}
#onecolumn {
float:left;
margin-left:40px;
padding-top:20px;
text-align:left;
width:90%;
}
#onecolumn div h1 {
color:#DCE106;
}
#onecolumn div hr {
color:#DCE106;
float:left;
margin-left:10px;
width:95%;
}
#onecolumn div p {
float:left;
font-size:12px;
line-height:16px;
margin-left:10px;
margin-top:10px;
padding-bottom:4px;
}
#onecolumn fieldset p {
float:left;
margin-left:20px;
}
#onecolumn fieldset {
padding-bottom:10px;
width:100%;
}
#onecolumn legend {
color:#E4990C;
font-size:12px;
font-weight:bold;
margin-left:10px;
}
#onecolumn ul {
float:left;
margin-left:20px;
margin-top:20px;
}
#onecolumn li {
float:left;
margin-bottom:5px;
margin-right:20px;
width:730px;
}
#onecolumn li label {
float:left;
font-size:12px;
margin:2px;
padding-bottom:5px;
text-align:right;
width:160px;
}
#onecolumn fieldset.customize li .full {
	margin:2px;
	margin-left:20px;
	margin-right:30px;
	text-align:left;
	width:200px;
	float:left;
	font-size:12px;
	padding-bottom:5px;
}
#onecolumn li .text {
background-color:#F8F8F8;
border:1px solid #999999;
float:left;
height:15px;
margin:2px;
}
#onecolumn li .select {
background-color:#F8F8F8;
border:1px solid #999999;
float:left;
height:22px;
margin:2px;
padding:1px;
width:265px;
}
#onecolumn .text2 {
background-color:#F8F8F8;
border:1px solid #999999;
height:15px;
margin:2px;
}
#onecolumn li .code {
float:left;
margin-left:50px;
width:100px;
}
#onecolumn textarea {
background-color:#F8F8F8;
border:1px solid #999999;
float:left;
margin-left:50px;
width:520px;
}
#onecolumn .submit {
background-color:#6F0241;
border:2px solid #6C0436;
float:left;
margin-left:230px;
margin-top:10px;
padding:3px;
width:80px;
}
#onecolumn .submit2 {
float:left;
margin-top:5px;
}
#onecolumn .header {
color:#DCE106;
float:left;
font-size:12px;
font-weight:bold;
margin-top:10px;
width:90%;
}
#onecolumn .ok {
font-family:Verdana,Geneva,sans-serif;
font-size:12px;
font-weight:bold;
margin:20px auto auto;
text-align:center;
width:97%;
}
#onecolumn .error {
color:#FF7D7D;
font-family:Verdana,Geneva,sans-serif;
font-size:12px;
font-weight:bold;
margin:10px auto auto;
text-align:center;
width:97%;
}
.customize li {
float:left;
font-size:12px;
margin-top:10px;
padding-bottom:1px;
text-align:left;
}
#onecolumn .customize li textarea {
margin-left:5px;
}
#onecolumn fieldset.customize ul {
margin:0;
padding:0;
list-style-type:none;
}
#onecolumn fieldset.customize li {
margin:0 0 5px;
padding:0;
}
#onecolumn fieldset.customize li label {
margin-left:20px;
margin-right:30px;
text-align:left;
width:200px;
}

/*clients.php*/
#columns {
}
#columns .left-col {
float:left;
width:270px;
}
#columns .right-col {
float:left;
width:570px;
}
#columns .left-col .feature-box {
background:transparent url(../images/feature_border_edge.jpg) repeat-y scroll 0 0;
color:#FFFFFF;
margin:auto;
width:230px;
}
#columns .left-col .feature-box .feature-content {
background:transparent url(../images/feature_border_top.jpg) no-repeat scroll 0 0;
}
#columns .left-col .feature-box .feature-border-bottom {
background:transparent url(../images/feature_border_bottom.jpg) no-repeat scroll 0 0;
height:6px;
}
#columns .left-col .feature-box .feature-content h3 {
border:1px solid transparent;
font-size:20px;
font-weight:normal;
padding-bottom:15px;
padding-top:15px;
text-align:center;
}
#columns .left-col .feature-box .feature-content p {
font-family:Geneva,Arial,Helvetica,sans-serif;
font-size:12px;
line-height:15px;
margin:0 auto;
padding:0 0 10px;
width:190px;
}
#columns .left-col .feature-box .feature-content p a {
color:#FFEF04;
}
#columns .left-col .feature-box .feature-content .feature-img-gold {
text-align:center;
}
#columns .left-col .feature-box .feature-content .feature-img-gold img {
border:2px solid #D5A65F;
width:190px;
}
#columns .right-col {
font-family:Geneva,Arial,Helvetica,sans-serif;
}
#columns .right-col .right-col-content-title {
height:31px;
}
#columns .right-col .right-col-content-title h1 {
display:block;
font-size:18px;
font-weight:normal;
line-height:31px;
padding-left:25px;
}
#columns .right-col .right-col-content {
font-size:12px;
margin-top:10px;
padding-left:25px;
}
.carousel img.client-thumb {
width:86px;
}
.carousel .client-name {
color:#769BBB;
font-size:11px;
}
.carousel .client-name a {
text-decoration:underline;
}
.carousel .client-name a:hover {
text-decoration:underline;
}
.carousel .client-box {
height:125px;
text-align:center;
}

/*product details pages*/
.pd-product-features {
	list-style-type:square;
	list-style-image:url('../images/check.png');
	margin-top:0px;
}
.pd-product-details {
	width:400px;
}
.pd-product-features li {
	line-height:22px;
}
.pd-product-cost tr td {
	padding:4px;
}
.pd-product-cost tr td.contract, .pd-product-cost tr td.cost {
	font-size:14px;
	font-weight:bold;
}
.pd-product-cost tr td.contract {
	text-align:right;
	padding-right:40px;
	color:#444444;
}