/* CSS Document */
*{ margin: 0; padding: 0; }

html, body
{
	padding: 0;
	margin: 0;
	background-color: #000;
	background-image: url("/common/images/bg.png");
	background-repeat: repeat-x;	
	text-align: center;
	height: 100%;
	color: #fff;
	font-family: "Lucida Grande","Segoe UI",Verdana,Helvetica,Arial,sans-serif;
	font-size: 0.90em;
}

#topbar
{
 	height: 30px;
	background-color: #000;
}

#layout
{
	margin: 0 auto;
	padding: 30px 0;
	text-align: left;
	width: 900px;
	height: 100%;
	
}

#main-nav
{
	padding: 20px 0 5px 0;
	text-align: right;
	font-size: 1em;
	 color: #999999;
}

#main-nav a
{
   color: #999999;
   text-decoration: none;
}

#main-nav a.current:link, #main-nav a.current:visited
{
	color: #fff;
	font-weight:700;
}

#main-nav a:hover
{
	color: #fff;
	text-decoration: underline;
}

#banner
{
  margin: 10px 0;
  border: 10px solid #2e2e2e;
  width: 900px;
}
.banner-inner
{
	padding: 10px 10px;
}

.page-wrap
{
	display: block;
	padding-bottom: 10px;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #585858;
}

.page-wrap ul
{
	margin: 0 0 0 15px;
	
}
.page-wrap li
{
	list-style-type: square;	
	margin: 0 0 5px 0;
	color: #fff;
}

.page-wrap li a
{
	color: #c2da94;
	text-decoration: none;
}

.page-wrap li a:hover
{
	color: #fff;
	text-decoration: underline;
}



#content
{
 	padding: 20px 0;
	height: 100%;
	font-size: 1.2em;
	color: #b2b2b2;
}

#page-content
{
	
	margin: 5px 0 0 0;
	padding: 10px 20px  20px;
	height: 100%;
	font-size: 1.2em;
	color: #b2b2b2;
}





#content b, #page-content b
{
	color: #fff;
}

#content p, #page-content p
{
	margin: 7px 0 7px 0;
	text-align: left;
}

#content .inner-left
{
	float: left;
	width: 425px;
	height: 100%;
	margin-right: 50px;
}

#content .inner-right
{
	float: left;
	width: 425px;
	height: 100%;
}

#content .col-left
{
	float: left;
	width: 250px;
	height: 100%;
	margin-right: 50px;
	
}

#content a
{
	color: #c4df9b;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
	
}

#page-content .col-left a, #page-content .col-right a
{
	color: #c2da94;
	text-decoration: none;
}



#page-content .col-left
{
	float: left;
	width: 400px;
	height: 100%;
	margin-right: 20px;
	padding: 0 0 0 20px;
}

#page-content .col-left p, #page-content .col-right p
{
	text-align: justify;
}

#page-content .col-right
{
	float: left;
	width: 400px;
	height: 100%;
}


#page-content h1.alt
{
	color: #c2da94;
	font-size: 1.5em;
}

#page-content h1
{
	color: #fff;
}

#page-content h2
{
	color: #fff;
}




p.hilite
{
	color: #c4df9b;	
}




.footer
{
	text-align: center;
	height: 100px;
	margin:100px 0 0 0;
	padding: 25px 25px;
	/*border-top: 1px solid #2e2e2e;*/
	font-size: 0.85em;
	color: #b2b2b2;
}


.footer a, .footer a:visited
{
	color: #c2da94;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.spacer
{
	clear:both;
}

.h250
{
	height: 250px;
}

.tp10
{
	padding-top: 10px;
}

.tp10 a, .tp10 a:visited
{
	color: #c2da94;
	text-decoration: none;
}

.tp10 a:hover
{
	text-decoration: underline;
}


.btm10
{
	padding-bottom: 10px;
}

.btn
{
	padding: 5px 10px;
	cursor: pointer;
}

.x-panel-box
{
	padding: 10px 10px;
	border: 2px solid #666666;
	background-color: #fff;
	background-image: url('/common/images/panel-bg.png');
	background-repeat: repeat-x;
	color: #000;
	margin: 0 0 20px 0;
	text-align: center;
}

.hdr
{
	margin-bottom: 10px;
	border-bottom: 1px dotted #aace57;
	padding: 0 0 5px 0;
}

.hdr-alt
{
	margin-bottom: 10px;	
	padding: 0 0 5px 0;
}

.x-break
{
	padding: 5px 0;
}
.x-left-break
{
	width: 1px; 
	height: 10px;
}

/* service */

#x-service
{
	height: 300px;
	width: 900px;
	background-image: url('/common/images/service-banner.jpg');
	background-repeat: no-repeat;
}

#x-service .info
{
	padding: 90px 60px 50px 65px;
	font-weight: bold;
	color: #333;
	font-size: 1.2em;
	
}

#x-service a
{
	color: #0066cc;
	text-decoration: none;
}

#x-service a:hover
{
	text-decoration: underline;
}

h1.title
{
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;	
}

img.x-portfolio-thumb
{
	border: 2px solid #2e2e2e;
	margin-bottom: 5px;
}

.x-thumb
{
	text-align: center;
	font-size: 0.85em;
	
}

.note
{
	font-weight: bold;
	color: #c2da94;
}

.note a, .note a:visited
{
	color: #fff;
}


/* faqs */
#x-faqs
{
	height: 200px;
	width: 900px;
	background-color: #fff;
	text-align: center;
	padding: 25px 0 25px 0;
}

.x-answers 
{
	padding: 15px 0 0 0;
}

.x-answers a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


.x-answers .x-row
{
	margin: 10px 0 50px 0;
}

.x-row a.grn:link, .x-row a.grn:visited, .x-sponsor-info a
{
	color: #c4df9b;
	text-decoration: none;
	font-weight: normal;
}

.x-row a.grn:hover
{
	text-decoration: underline;
}

.x-answers .x-row ul
{
	margin: 15px 0;
}
.x-answers .x-row li
{
	list-style-type:none;
}

.x-sponsor-row
{
	display: block;
	margin: 15px 0 25px 0;
}

.x-sponsor-info a:hover
{
	color: #fff;
	text-decoration: underline;
}


.x-thumb-wide
{
	float: left;
	margin-right: 25px;
	padding: 10px 0;
	width: 320px;
	height: 200px;
	background-color: #fff;
	text-align: center;
	border: 5px solid #2c2c2c;
}


/* contact */
#x-contact-form
{
	border-top: 1px dotted #e4e4e4;
	margin: 25px 0 0 0;
}

#x-contact-form .field, .x-demo-ct .field
{
	padding: 5px 5px;
	font-family: "Lucida Grande","Segoe UI",Verdana,Helvetica,Arial,sans-serif;
	font-size: 1em;
}



#x-contact-form .row, .x-demo-ct .row
{
	padding: 10px 0;
	border-bottom: 1px dotted #e4e4e4;
}

#x-contact-form .row label, .x-demo-ct .row label
{
	display:block;
	float:left;
	width: 150px;
	margin: 5px 0 0 0;
	color: #fff;
	font-weight: bold;
}

.req-field
{
	border: 2px solid #FF0000;
}

.tw
{
	color: #fff;
}
.tg
{
	color: #c2da94;	
}
.tb
{
	font-weight: bold;
}

.tn
{
	font-weight: normal;
}

#x-contact-form .req
{
	font-size: 0.80em;
	color: #ccc;
	
}

.x-terms ul
{
	margin: 5px 0 0 30px;
}

.x-terms ul li
{
	list-style-type: square;
}

.x-terms ol
{
	margin: 0 0 0 20px;
}
.x-terms p
{
	padding: 0 0 10px 0;
}

.x-terms a
{
	font-weight: normal;
	color: #c2da94;
}

span.term-section, span.block-header
{
	font-weight: bold;
	color: #fff;
}


.x-pricing-grid
{
	padding: 15px 0;	
}

.x-pricing-grid table
{
	border:  5px solid #2c2c2c;
}



.x-pricing-grid .tah15
{
	border: 1px solid #c2da94;
	padding: 5px 5px;
	background-color: #90b557;
	background-repeat: repeat-x;
	color: #fff;
	font-weight: bold;
}

.x-pricing-grid .planDetails
{
	padding: 5px 5px;
	border: 1px solid #474747;
	color: #fff;
}


.x-pricing-grid a, .x-pricing-grid a:visited, .x-pricing-grid .planLinks
{
	color: #c2da94;
}

.error
{
	padding: 10px 10px;
	background-color: #ffffda;
	border: 1px solid #e05a00;
	color:#990000;
	font-weight: bold;
	margin: 10px 0 15px 0;
}
