body{
	margin: 0;
	font-family: Arial, Helvetica;
	font-size: 14px;
	line-height: 20px;
}

.clr{
	clear: both;
}

h1{
	color: #000000;
	font-weight: bold;
	font-family: "Century Gothic", Arial;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 15px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
}

h2{
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	padding-bottom: 5px;
}

h3 {
	color: #000000;
	font-weight: normal;
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

/* @group Header */

#header{
	width: 100%;
	padding: 5px 0;
}

body.inbg #header{
	width: 100%;
	padding: 10px 0;
	border-bottom: 3px solid #077abd; 
	margin-bottom: 30px;
}

#header #header-inner{
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#header #logo{
	float: left;
}

#header #nav{
	float: right;
        margin-top: 100px;
}

#header #nav ul{
	padding: 0;
	margin: 0;
	float: right;
	list-style: none;
}

#header #nav ul li{
	float: left;
	margin: 0 5px;
        border-left: 1px solid #000000;
        padding-left: 7px;
}

#header #nav ul li:first-child{
	border-left: none;
}

#header #nav ul li a{
	display: block;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
        font-weight: bold;
}

#header #nav ul li a.login,
#header #nav ul li a.contact_us{
        color: #0a5084;
}

#header #nav ul li a:hover,
#header #nav ul li a.active { 
	color: #0a5084;
	font-size: 14px;
	font-weight: bold;
}

/* @end */

#banner{
	width: 100%;
        height: 272px;
        overflow: hidden;
	padding: 0;
	margin-bottom: 20px;
	background: #0b76bd url(../img/template4/bg_banner.jpg) no-repeat top center;
}

#banner #banner-inner{
	position: relative;
        width: 960px;
	margin: 0 auto;
}

#banner td{
	vertical-align: top;
}

#slide-left{
	width: 450px;
	float: left;
	color: #ffffff;
	font-size: 18px;
	text-shadow: 1px 1px 0 #222;
}

#slide-left h1{
	color: #ffffff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	text-shadow: 1px 1px 0 #222;
	line-height: 30px;
	padding: 30px 0 0 0;
        border: none;
}

#slide-left h3{
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	text-shadow: 1px 1px 0 #e1e1e1;
	margin-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}

#slide-left p span.readmore a{
	color:#333333;
}

#slide-left ul{
	margin: 5px 10px;
	padding: 0 10px;
	font-weight: bold;
}

#slide-left ul li{
	line-height: 25px;
}

a.button { 
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 26px;
	font-family: Arial, Helvetica;
	text-transform: uppercase;
	margin: 10px 0 0 80px; 
	padding: 10px 20px; 
	*padding-bottom:5px; 
	width: 185px; 
	border:1px solid #777777; 
	text-shadow:1px 1px 3px #000;
	line-height:30px;
  	background: #000000; /* Old browsers */
  	background: -moz-linear-gradient(top,  #000000 0%, #555555 50%, #555555 51%, #000000 100%); /* FF3.6+ */
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(50%,#555555), color-stop(51%,#555555), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  	background: -webkit-linear-gradient(top,  #000000 0%,#555555 50%, #555555 51%,#000000 100%); /* Chrome10+,Safari5.1+ */
  	background: -o-linear-gradient(top,  #000000 0%,#555555 50%,#555555 51%,#000000 100%); /* Opera 11.10+ */
  	background: -ms-linear-gradient(top,  #000000 0%,#555555 50%,#555555 51%,#000000 100%); /* IE10+ */
  	background: linear-gradient(top,  #000000 0%,#555555 50%,#555555 51%,#000000 100%); /* W3C */
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#555555',GradientType=0 ); /* IE6-9 */
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px; 
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

#content-inner #content-right a.button { 
	margin: 10px 0 10px 55px;
}

input.button { 
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica;
	text-transform: uppercase;
	margin: 10px 0 0 70px; 
	padding: 5px 10px; 
	*padding-bottom:5px; 
	width: 125px; 
	border:1px solid #777777; 
	text-shadow:1px 1px 3px #000;
	line-height:30px;
  	background: #077abd; /* Old browsers */
  	background: -moz-linear-gradient(top,  #4db8f7 0%, #077abd 50%, #077abd 51%, #4db8f7 100%); /* FF3.6+ */
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4db8f7), color-stop(50%,#077abd), color-stop(51%,#077abd), color-stop(100%,#4db8f7)); /* Chrome,Safari4+ */
  	background: -webkit-linear-gradient(top,  #4db8f7	 0%,#077abd 50%,#077abd 51%,#4db8f7 100%); /* Chrome10+,Safari5.1+ */
  	background: -o-linear-gradient(top,  #4db8f7 0%,#077abd 50%,#077abd 51%,#4db8f7 100%); /* Opera 11.10+ */
  	background: -ms-linear-gradient(top,  #4db8f7 0%,#077abd 50%,#077abd 51%,#4db8f7 100%); /* IE10+ */
  	background: linear-gradient(top,  #4db8f7 0%,#077abd 50%,#077abd 51%,#4db8f7 100%); /* W3C */
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4db8f7', endColorstr='#077abd',GradientType=0 ); /* IE6-9 */
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px; 
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

#content{
	margin-bottom: 25px;
	min-height: 600px;
}

#content-inner{
	width: 960px;
	margin: 0 auto;
}

#content-inner td{
	vertical-align: top;
}

#content-inner #content-left{
	width: 550px;
	margin: 0 50px 0 0;
	padding: 10px 15px 20px;
	border: 0 0 5px #eeeeee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 10px #bdbdbd;
	-webkit-box-shadow: 0 0 10px #bdbdbd;
	box-shadow: 0 0 10px #bdbdbd;
}

#content-inner #content-right{
	padding: 10px 15px;
	border: 0 0 5px #eeeeee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 10px #bdbdbd;
	-webkit-box-shadow: 0 0 10px #bdbdbd;
	box-shadow: 0 0 10px #bdbdbd;
}

#content-inner #content-right h2{
	margin-bottom: 20px;
	line-height: 23px;
}

#content-right ul{
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

#content-right ul li{
	margin-bottom: 10px;
}

.social-icons{
	text-align: center;
	margin-top: 20px;
}

.social-icons img{
	margin-right: 10px;
}

#footer{
	background: #323233;
	padding: 10px 0;
	color: #ffffff;
	font-size: 12px;
	min-height: 80px;
}

#footer #footer-inner{
	width: 960px;
	margin: 0 auto;
}

#footer p{
	margin: 0 0 10px 0;
	line-height: 15px;
}

#foot-left{
	width: 50%;
	float: left;
	padding-top: 2%;
}

#foot-left a{
	color: #ffffff;
	text-decoration: none;
}
#foot-right{
	width: 50%;
	float: right;
	padding-top: 3%;
}
#foot-right ul{
	padding: 0;
	margin: 0;
	float: right;
	list-style: none;
}
#foot-right ul li{
	float: left;
}

#foot-right ul li a{
	color: #ffffff;
	text-decoration: none;
	border-left: 1px solid #ffffff;
	padding: 0 10px;
}

#foot-right ul li:first-child a{
	border-left: none;
}

#foot-right ul li a:hover{
	text-decoration: underline;
	color: #cccccc;
}


form {
	clear: both;
	margin-right: 0;
	padding: 0;
}

label {
	display: block;
	font-size: 100%;
	margin-bottom:3px;
	color: #333333;
	font-weight: bold;
}

input{
	border: 1px solid #cccccc;
	padding: 3px;
	margin-bottom: 8px;
	width: 200px;
}

textarea{
	border: 1px solid #cccccc;
	width: 200px;
	height: 100px;
}

input[type=checkbox],
input[type=radio],
input[type=submit]{
	width: auto;
}

form .submit input[type=submit] {
	background:#333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000));
	background-image: -moz-linear-gradient(top, #333333, #000);
	border-color: #333333;
	color: #ffffff;
	font-weight: normal;
	padding: 5px 10px;
}

select{
	margin-bottom: 8px;
}

label{
	font-weight: bold;
}

label.error{
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

label.error { display: none; }	

.signups h3{
	color: #333333;
	font-weight: normal;
	font-family: "Century Gothic", Arial;
	font-size: 20px;
	border-bottom: 1px solid #333333;
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.signups input{
	border: 1px solid #cccccc;
}

#contactdetails table{
	width: 95%;
	background-color: transparent;
}

#creditcard .col1{
	float: left;
	width: 50%;
}

#creditcard .col2{
	float: left;
}

#creditcard td.ccexp div{
	float: left;
	margin-right: 30px;
}

#contactdetails table td,
#creditcard table td{
	border: none;
	padding: 0;
}

table.plan{
	width: 80%;
}

table.plan label{
	float: left;
}

table.plan input{
	float: left;
	margin-right: 10px;
}

table.plan th,
table.plan td{
	text-align: center;
}

.rightcont .account tr.altrow td{
	background-color: #e7e7e7;
	border-bottom: 1px solid #d8d8d8;
}

table.plan th,
.rightcont .account table th{
	text-align: center;
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}

table.plan .col1{
	width: 50%;
	text-align: left;
}

table.plan .col2{
	width: 49%;
	text-align: center;
}

table.plan .col3,
table.plan .col4{
	width: 15%;
	text-align: center;
}

table.plan input{
	width: auto;
}


/* @end */

#UserLoginForm legend{
	display: none;
}

#UserLoginForm fieldset{
	border: none;
}

/* @group My Account */

#account{
	width: 100%;
}

#account .leftcont{
	float: left;
	width: 24%;
	padding-right: 15px;
	border-right: 1px solid #dddddd;
}

#account .leftcont ul{
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

#account .leftcont ul li{
	margin-bottom: 5px;
	list-style-type: square;
}


#account .rightcont{
	float: left;
	width: 70%;
	border-left: 1px solid #dddddd;
	margin-left: -1px;
	padding-left: 15px;
	min-height: 400px;
}

#account h3{
	color: #333333;
	font-weight: normal;
	font-family: "Century Gothic", Arial;
	font-size: 20px;
	border-bottom: 1px solid #333333;
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#account table td{
	vertical-align: top;
}

#account .rightcont .account td{
	padding: 5px;
	border-bottom: 1px solid #d8d8d8;
}

#account .bar{
	border: 1px solid #dddddd;
	padding: 2px;
	width: 200px;
	background-color: #eeeeee;
}

#account .barinner{
	background-color: #fd9748;
	color: #333;
	font-size: 10px;
	padding: 2px;
	text-align: center;
}

#account .usage{
	font-size: 10px;
	color: #4b4c4c;
}


div.error-message{
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

h4.alert_error {
	display: block;
	width: 95%;
	margin: 20px 3% 0 3%;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F3D9D9 url(../img/admin/icn_alert_error.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #D20009;
	color: #7B040F;
	padding: 10px 0;
	text-indent: 40px;
	font-size: 14px;
}

h4.alert_success {
display: block;
width: 95%;
margin: 20px 3% 0 3%;
margin-top: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #E2F6C5 url(../img/admin/icn_alert_success.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #79C20D;
color: #32510F;
padding: 10px 0;
text-indent: 40px;
font-size: 14px;}

div.form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}

table.orders{
	width: 100%;
	border-collapse: collapse;
}

table.orders th{
	border: 1px solid #dddddd;
	border-bottom: 2px solid #333333;
	padding: 8px 5px 8px 5px;
	text-align: left;
}

table.orders th a.asc:after {
	content: ' â‡£';
}
table.orders th a.desc:after {
	content: ' â‡¡';
}

table.orders td,
table.orders td{
	padding: 8px 5px;
	border: 1px solid #dddddd;
}

/* @end */

/* @group Paging */

div.paging{
	height: 20px;
	margin-top: 10px;
}

div.paging.top{
	margin-bottom: 10px;
}

div.paging span a, div.paging span.current{
	display: block;
	background: url(../img/admin/icons/number.png) no-repeat;
	width: 20px;
	height: 17px;
	text-align: center;
	padding: 3px 0;
	font-size: 11px;
	float: left;
	margin-right: 5px;
	border: none;
}

div.paging .next{
	padding: 0;
	background: url(../img/admin/icons/next.png) no-repeat;
	text-indent: -99999px;
	width: 20px;
	height: 20px;
	border: none;
}

div.paging .prev{
	padding: 0;
	background: url(../img/admin/icons/prev.png) no-repeat;
	text-indent: -99999px;
	width: 20px;
	height: 20px;
	border: none;
}

div.paging span.disabled{
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	padding: 0;
	margin-top: 0;
	margin-right: 5px;
	filter:alpha(opacity=60); 
	-moz-opacity:0.6;
	opacity:0.6;
	border: none;
}

div.paging .counter{
	float: right;
}


/* @end */

dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 80%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 150px;
	margin-top: -2em;
	vertical-align: top;
}

h3 span a{
	font-size: 14px;
	font-weight: bold;
	float: right;
}


#comment{
	padding: 10px;
	margin-top: 10px;
	display: none;
}

#comment h3{
	margin-top: 0;
}

#comment textarea{
	border: 2px solid #bbbbbb;
	width: 450px;
	height: 140px;
}

#account td.date,
#account td.details,
#account td.spacer {
	border-bottom: none;
	padding: 0;
}

#account td.spacer{
	height: 25px;
}
#account td.date{
	width: 150px;
}

#account td.date .name{
	font-weight: bold;
}

#account td.date .dateline{
	font-size: 11px;
}

#account td.details div{
	padding: 10px;
	background-color: #f1f1f1;
	border: 1px solid #dddddd;
	margin-bottom: 15px;
}

div.form div.input{
	float: left;
	width: 50%;
	margin-bottom: 5px;
}

div.form div.input.i_100{
	width: 100%;
}

div.form div.textarea{
	width: 100%;
	margin-bottom: 10px;
}

.phone{
     position: relative;
     z-index: 100px;
     width: 960px;
     margin: 0 auto;
     font-family: "Arial Black", Arial;
     font-size: 38px;
     font-weight: bold;
}

#phone1{
     position: absolute;
     top: -150px;
     z-index: 100px;
     right: 0;
}

.middle-boxes{
     width: 960px;
     margin: 0 auto 10px;
     height: 201px;
     background: transparent url(../img/template4/bg_boxes.jpg) no-repeat bottom center;
}

.box{
    width: 272px;
    height: 130px;
    padding: 10px 20px;
    background-color: #f6f6f6;
    border: 1px solid #e9e9e9;
    margin-bottom: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 14px;
}

.box h3{
    font-size: 18px;
    font-weight: bold;
    font-family: "Myriad Pro", Arial;
    border-bottom: none;
}

.borderbt{
    border-bottom: 2px solid #000000;
    padding-bottom: 5px;
    vertical-align: middle;
}

.sidebar{
    list-style: none;
}

.sidebar li{
    background: url(../img/template4/li_arrow.png) no-repeat left 4px;
    padding-left: 20px;
}