/* STANDARD STYLES */
body, html {
    font-family: arial,sans-serif;
    font-size: 12px;
    color: #120A08;
    background: #FFF;
    margin: 0;
    padding: 0;
    line-height: 125%;
}

a {
    color: #353C4F;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #990000;
    text-decoration: underline;
}

p {
    padding-bottom: 15px;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

ul {
    margin: 0 15px 15px;
    padding:0;
}

li {
    list-style: square;
    margin: 0 0 0 25px;
    padding:0 5px 0 5px;
}

h1 {
    font-size: 32px;
    line-height: 125%;
    padding: 5px 0 5px;
}

h2 {
    font-size: 18px;
    line-height: 125%;
}

h2 a {
    font-weight: normal;
}

h3 {
    font-size: 18px;
    line-height: 175%;
    margin: 10px 0 0;
}

h4, h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 125%;
}

hr {
    border: 1px;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	width: 100%;
    margin: 25px 0;
}

td {
	white-space:nowrap;
}

label{
    line-height: 55px;
    font-size: 16px;
}

textarea{
	color:#404040;
}

td > button{
	text-indent:8px;
}

strong {
	font-weight: bold;
}

/* CLASS STYLES */
.wrapper {
    width: 1000px;
    margin: auto;
}

.logo {
    margin: 0 0 0 10px;
}

.clear {
    clear: both;
}

.left_column {
    width: 690px;
    float: left;
    text-align: left;
}

.right_column {
    width: 300px;
    margin-left: 700px;
    text-align: right;
}

h1.attachment {
    background: url(../images/icons/attachment.png);
    background-repeat: no-repeat;
    padding-left: 55px;
}

h1.bulb {
    background: url(../images/icons/bulb.png);
    background-repeat: no-repeat;
    padding-left: 55px;
}

h1.gear {
    background: url(../images/icons/gear.png);
    background-repeat: no-repeat;
    padding-left: 55px;
}

h1.link {
    background: url(../images/icons/link.png);
    background-repeat: no-repeat;
    padding-left: 55px;
}

h1.arrow {
    background: url(../images/icons/redo.png);
    background-repeat: no-repeat;
    padding-left: 55px;
}

h1.refresh {
    background: url(../images/icons/refresh.png);
    background-repeat: no-repeat;
    padding-left: 55px;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.separator {
    clear: both;
    display: block;
    height: 15px;
}

.phone {
    background: url(../images/phone.jpg);
    background-repeat: no-repeat;
    padding-left: 15px;
}

.vcf {
/*    background: url(../images/vcard.gif);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 15px;*/
}

.vcf a {
    color: #CBC592 !important;
}

.org {
    font-weight: bold;
}

.email_address {
    background: url(../images/email.jpg);
    background-repeat: no-repeat;
    padding-left: 15px;
}

h2.intro {
    font-size: 18px;
    font-weight: normal;
}

h3.intro {
    margin-top: 20px;
    font-size: 22px;
    color: #353C4F;
    font-weight: normal;
}

.float_left_img {
    float: left;
    padding: 5px;
}

.tags, .tags a {
    font-size: 10px;
    font-weight: normal;
}

/* HEADER STYLES */
#header_bar {
    /*background: url(../images/header-bar.jpg);*/
    /*background-repeat: repeat-x;*/
    height: 60px;
    width: 100%;
    background-color: #111;
    border-bottom: 0 solid #222;
}

#menu {
    margin: 0;
    color:#FFF;
    white-space:nowrap;
    list-style-type:none;
    text-transform: uppercase;
    font-size: 1.4em;
    padding: .25em 0 0;
}

#menu li {
    display:inline;
    margin: 0;
    padding: 0;
}

#menu li a {
    padding: .7em 1.1em .3em 1.1em;
    color:#FFF;
    text-decoration:none;
    float:left;
}

#menu li a:hover {
    background: #393939;
    color: #CBC592;
}

#menu li.client_area a  {
    background-image: url(../images/client-login.jpg);
    background-repeat: no-repeat;
    width: 128px;
    height: 34px;
    padding: .7em 0 0 0;
    margin-left: 30px;
    font-size: 90%;
    color: #B9B26E;
    text-align: center;
}

#menu li.client_area a:hover  {
    background: url(../images/client-login.jpg);
    background-repeat: no-repeat;
    color: #EF4627;
}

/* BANNER STYLES */
#slideshow {
    position:relative;
    height:210px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#slideshow a {
    padding: 0; margin: 0;
}

#slideshow img {
    padding: 0; margin: 0;
}

#rotator {
    position:relative;
    height:210px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#rotator ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#rotator li {
    padding: 0;
    margin: 0;
    list-style: none;
}	

#rotator ul li {
    float:left;
    position:absolute;
    list-style: none;
}
	
#rotator ul li.show {
    z-index:500;
}



/* BANNER STYLES */
#header {
    background: url(../images/header-background.jpg);
    background-repeat: repeat-x;
    height: 285px;
    width: 100%;
    display: block;
    padding-top: 10px;
}

#banner {
    background: url(../images/header-background.jpg);
    background-repeat: repeat-x;
}

#social_buttons {
    padding: 0 5px 0 0;
}

#social_buttons img {
    padding: 5px;
}



/* NEWS */

#news {
    
}

#news h3 {
    text-transform: lowercase;
    background: #E8E8E8;
    border-bottom: 1px solid #CCC;
    padding: 3px;
}

#news h4 {
    color: #333;
    padding: 10px 0 2px;
}

.date {
    color: #888;
    font-weight: bold;
    line-height: 100%;
    font-size: 11px;
    padding: 0;
}

.read_more a {
    color: #003247;
    padding: 5px;
    margin-right: 15px;
    text-transform: lowercase;
    text-align: right;
    font-style: italic;
    font-weight: bold;
    line-height: 100%;
    font-size: 12px;
    float: right;
}

.read_more a:hover {
    color: #FFF;
    background: #003247;
}

.domain {
    margin: auto;
}
.domain th {
    font-weight: bold;
}

.hr_separator {
    border-bottom: 1px dotted #CCC;
    width: 60%;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 0;
}

/* BODY STYLES */
#body {
    line-height: 150%;
    clear: both;
    padding-top: 25px;
    margin: auto;
    text-align: left;
    width: 1000px;
    margin: auto;
}

#column_left {
    width: 680px;
    float: left;
    margin-left: 20px;
}

#column_right {
    margin-left: 725px;
    width: 275px;
}

#column_right h3 {
    color: #B9B26E;
}


.body_left {
    width: 275px;
    float: left;
    margin: 25px 0 0;
    padding: 10px;
}

.body_left h3 {
    padding-bottom: 10px;
}

.body_middle {
    width: 275px;
    margin: 25px 0 0 325px;
    padding: 10px;
}

.body_middle h3 {
    padding-bottom: 10px;
}


.body_right {
    width: 275px;
    float: right;
    margin: 25px 0 25px;
    padding: 10px;
}

.body_right h3 {
    padding-bottom: 10px;
}


.news {
    font-size: 12px;
    line-height: 110%;
}
.hoverme:hover .hasBackgroundColor {
	background-color:#333 !important;
}

.two_column_list ul {
    clear: both;
    width: 650px;
    list-style: square;
}

.two_column_list li {
    width:285px;
    list-style: square;
    margin: 0 0 0 25px;
    padding:0 5px 0 5px;
    float:left;
}

/* FOOTER STYLES */
#footer {
    clear: both;
    margin-top: 45px;
    background-color: #000;
    height: 250px;
    color: #FFF;
    font-size: 10px;
    
}

#footer h3 {
    font-size: 12px;
    border-bottom: 1px solid #666;
    font-weight: bold;
    padding: 5px 0 0; margin: 0;
}

#footer h3 a {
    color: #CBC592;
}

#footer a {
    color: #FFF;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer ul {
    list-style: none;
    padding: 0; margin: 0;
}

#footer li {
    list-style: none;
    padding: 0; margin: 0;
}

#footer_contact {
    /*background: url(../images/footer-contact-background.jpg);*/
    /*background-repeat: no-repeat;*/
    width: 187px;
    height: 194px;
    padding: 10px 10px 10px 18px;
}

#footer_contact h3 {
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding-top: 45px;
}

#footer_contact p {
    font-size: 12px;
    line-height: 140%;
    margin: 5px 0;
    padding-bottom: 0;
}


#footer img {
    padding: 10px;
}

td.footer_column {
    vertical-align: top;
    width: 100px;
    padding: 10px;
}

#copyright {font-size: 12px; font-style: italic; }

/* HOSTING TABLE STYLES */
.hosting_table {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
}
.hosting_table th {
    padding: 5px 0;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
}

.hosting_table td {
    width: 25%;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	width: 100%;
    
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #FFF;
	border-left: none;
	margin-bottom: -1px;
	background: #FDDE8B;
	overflow: hidden;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #EF4627;
    color: #FDDE8B;
}	
html ul.tabs li.active  {
	background: #EF4627;
    color: #FDDE8B;
	border-bottom: 1px solid #FFF;
}

html ul.tabs li.active a:hover  {
    color: #FDDE8B;
}
.tab_container {
	border: 1px solid #FFF;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: bold;
	padding-bottom: 0;
	font-size: 16px;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	padding: 5px 0;
}

/* CONTACT FORM */
.contact_form {
    margin:0 auto;
    position:relative;
}

.contact_form label {
    width:100%;
    display: block;
    padding:3px 0 3px 0;
}

.contact_form label span {
    display: block;
    font-size:14px;
    float:left;
    width:100px;
    text-align:right;
    padding:0 25px 0 0;
}

.contact_form .input_text {
    padding:5px;
    width:250px;
    background:#FFF;
    border-bottom: 1px double #CCC;
    border-top: 1px double #CCC;
    border-left:1px double #EEE;
    border-right:1px double #EEE;
}

.contact_form .message {
    padding:7px 7px;
    width:350px;
    background:#FFF;
    border-bottom: 1px double #CCC;
    border-top: 1px double #CCC;
    border-left:1px double #EEE;
    border-right:1px double #EEE;
    overflow:hidden;
    height:150px;
}

.contact_form .button {
    margin:0 0 10px 0;
    padding:5px 10px;
    background:#EEE;
    border:0px;
    position: relative;
    top:10px;
    left:124px;
    width:100px;
    border-bottom: 1px double #999;
    border-top: 1px double #999;
    border-left:1px double #CCC;
    border-right:1px double #CCC;
}

/* BLOCKS */
.block {
	float:right;
	width:250px;
	font-size:12px;
	
}

.block_top {
	float:left;
	width:250px;
	height:17px;
	background: url(../images/block-top.jpg) no-repeat top left;
}
	
.block_middle {
	float:left;
	width:250px;
	background: url(../images/block-middle.jpg) repeat-y top left;
	padding:0 15px 10px 15px;
}
	
.block_bottom {
	float:left;
	width:250px;
	height:16px;
	background: url(../images/block-bottom.jpg) no-repeat top left;
}

.required {
color: #990000;
}

.single {padding:0; margin: 0; }

/* FRONTPAGE PROMOTIONS */
#promo {
  width: 610px;
  height: 236px;
  margin: auto;
  background: url(../images/promo-bg.jpg) no-repeat;
  font-size: 15px;
}

#promo p {
  font-size: 14px;
  padding: 6px 0 0 30px;
}

#promo .reg ul {
  font-size: 14px;
  padding: 0;
  line-height: 100%;
  margin: 0 0 0 50px;
}
#promo .reg li {
  font-size: 14px;
  padding: 0;
  line-height: 110%;
  margin: 0;
}

#promo ul {
  font-size: 11px;
  padding: 0;
  line-height: 100%;
  margin: 0 0 0 50px;
}

#promo li {
  font-size: 11px;
  padding: 0;
  line-height: 100%;
  margin: 0;
}

#promo h2 {
  font-size: 28px;
  font-weight: bold;
  font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
  text-align: center;
  padding: 20px 0 5px 35px;
}

#promo img {
  float: right;
  margin: 15px 20px 0 0;
}

#promo .promo_intro {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  padding: 0 0 0 35px;
  line-height: 110%;
}
.promo_small {
  font-size: 11px;
  padding: 0;
}

/*Terms of service*/

#terms h1, #terms h1 a:hover {
    text-decoration: none;
    color: #000;
}

#terms h2 {
    background-color: #F9F9F9;
    border-bottom: 1px solid #CCC;
    padding: 3px 0;
    font-weight: normal;
    text-decoration: none;
    color: #1A1A1A;
    font-size: 25px;
}

#terms h2 a:hover {
    text-decoration: none;
    color: #1A1A1A;
    font-size: 25px;
}

#terms h3, #terms h3 a, #terms h3 a:hover  {
    font-weight: normal;
    text-decoration: none;
    color: #1A1A1A;
}

#terms ol {
    margin-left: 25px;
}

#terms ol li {
    list-style: decimal;
}

#terms li li {
    list-style: lower-alpha;
}

/*Sitemap*/
#sitemap {
    width: 100%
}

#sitemap tr {
}

#sitemap td {
    width: 50%;
    vertical-align: top;
}

#sitemap h3 a {
    border-left: 4px solid #B9B26E;
    padding-left: 10px;
    color: #000;
    font-weight: normal
}

#sitemap h3 a:hover {
    border-left: 4px solid #000;
    color: #B9B26E;
    text-decoration: none;
    padding-left: 10px;
}

#sitemap a {
    color: #000;
}

#sitemap a:hover {
    color: #B9B26E;
}

/* right navigation */
ul.side_menu {
	font-size: 1.2em;
	float: right;
	margin: 10px 25px 15px 0;
	width: 200px;
	padding: 0;
	list-style: none;
	/*background: #B5D38B;*/
	border-bottom: 1px solid #B9B26E;
	border-top: 1px solid #B9B26E;
}

ul.side_menu li {
	list-style: none;
	margin: 0;
	padding: 0
}

ul.side_menu li a{
	display: block;
	color: #000;
	text-decoration: none;
	width: 155px;
	padding: 10px 10px 10px 35px;
	background: url(../images/side-arrow.gif) no-repeat 5px 7px;
	/*border-top: 1px solid #75A13F;*/
	border-bottom: 1px solid #B9B26E;
}
/* show / hide effect on right navigation */
ul.side_menu li a:hover {
	background: #F9F9F9 url(../images/side-arrow.gif) no-repeat 5px 7px;
	border-top: 1px solid #B9B26E;
}
ul.side_menu li span{	display: none; }
ul.side_menu li a:hover span {
	display: block;
	font-size: 0.8em;
	padding: 10px 0;
}

/*hosting horiziontal menu*/
#horizontal_menu {
text-align: left;
border-bottom: 1px solid #EEE;
padding: 10px;
width: 825px;
}

#horizontal_menu a {
padding: 5px;
}

#horizontal_menu a:hover {
color: #EF4627;
}
