   

html, body {border: 0; margin: 0; padding: 0;}

body {
  	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

  	line-height: 130%;
  	width: 100%;
  	min-width: 950px;
  	color: #333;

	background-color:#232323;
}



a {
	color:#F60;
	text-decoration: none;
}

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

a img {
  border: none;/*remove border for linked images*/
}

h1{
	font-size:34px;
	color:#9BC035;
	margin:0;
	padding:0;
		font-family: 'Molengo', arial, serif;
		text-shadow: 0px 2px 2px #333;
}

h2 {
	color:#9BC035;
	font-family: 'Molengo', arial, serif;
		text-shadow: 0px 1px 1px #333;
	font-size:24px;
	margin:3px 0 2px 0;
	padding:0;
	
}

h3 {
	color:#9BC035;
	font-family: 'Molengo', arial, serif;
		text-shadow: 0px 1px 1px #333;
	font-size:20px;
	margin:2px 0 1px 0;
	padding:0;
	
}

/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
	background-image:url(../styles/bg.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
} 

#container2 {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
	background-image:url(../styles/bg2.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
}

.titlepage {
	width:950px;
	height:50px;
	padding:35px 0px 0px 10px;
	color:#FFF;

	
}

.titlepage h1{
	color:#fff;	
	
}

#content {
  	width: 950px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}

#content .left{
	width:700px;	
	float:left;
	line-height:20px;
	margin-left:10px;
	
}

#content .right{
	width: 200px;
	float:right;
	margin-right:10px;
	text-align:left;
	
}

#content .right h2{
	margin-bottom:10px;
}
#footerlinks {
	background-color:#2c2c2c;
	padding:10px;
	padding-bottom:20px
	
}

#footerlinks h2{
	color:#ccc;	
	margin-bottom:5px;
	
}

#footerlinks a{
	text-decoration:none;
	color:#666;
	
}
 #footerlinks a:hover{
		text-decoration: underline;
	 
 }


#footercontent {
  	width: 930px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 10px;
	color:#666;
}

#footercontent .col{
	width: 295px;
	float:left;
	border-right: 1px dotted #666;
	margin-right:15px;
	height:100px;
	
}

#footercontent .col3{
	width: 295px;
	float:left;
	height:100px;
	
}

#copyright {
  	width: 930px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
	color:#CCC;
}

.logo {
	
	width:143px;
	margin-left:8px;
	float:left;
	
}

.nav {
	width: 790px;

	text-align:right;
	float:right;
	margin-top:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	
}

.nav a{
	color:#fff;	
	padding:10px;
	
}

.nav a:hover {
	color:#232323;
	background-color:#A6CE38;
	text-decoration:none;
	
}

.featureblock {
	clear:both;
	width:950px;
	height:298px;
	background-image:url(../styles/greenbg.png);
	background-repeat:no-repeat;
	
}



.col4 {
	padding-right:0px;	

	width:490px;
	float:left;
	
}

.col4 a {
	border-bottom: 1px dashed #eaeaea;
	display:block;
	padding: 10px 0px 10px 0px;
	color:#333;
	text-decoration:none;
	
}

.col4 a:hover{
	background-color:#eaeaea;
	color:#F90;
	padding: 10px 0px 10px 7px;
	
}	

.homeimg {
	float:left;	

	
}

.inputtext {
	background-image:url(../styles/inputbg.png);
	background-repeat:no-repeat;
	width:180px;
	height:29px;
	line-height:29px;
	padding: 0 10px 0 10px;
	border:none;
	margin:2px 0 1px 0;
}

.passinput {
		background-image:url(../styles/passinput.png);
	background-repeat:no-repeat;
	width:129px;
	height:29px;
	line-height:29px;
	padding: 0 10px 0 10px;
	border:none;
	margin:2px 0 1px 0;
	
}

.loginbutton {
	margin: 2px 0px 1px 0;
	float:right;
	background-image:url(../styles/login.png);
	background-repeat:no-repeat;
	border:none;
	background-color:none;
	width:60px;
	height:29px;
	line-height:29px;
	color:#FFF;
	font-weight:bold;

	
}

.loginbutton:hover {
	background-image:url(../styles/loginhover.png);
	
}

#featured-images {
	width:416px;
	height:268px;
	position:relative;
	top:18px;
	left:24px;
	float:left;
	z-index: 50000;
	
}

#featured-info {
	width:450px;
			float:right;
		position:relative;
	top:18px;
	color:#FFF;
	margin-right:30px;

}
#featured-info ul li{
	height:200px;
	
}


#featured-info h1 {
	color:#FFF;	
	font-family: 'Molengo', arial, serif;
	text-shadow: 0px 2px 2px #000;
	font-size:42px;
	margin:10px 10px 5px 0px;
	
}

.clearfix {
	clear:both;	
	
}

.prevnext {
	float:right;
	text-align:right;
	position:relative;
	top:20px;
	right:30px;
	font-family: 'Molengo', arial, serif;
	text-shadow: 0px 2px 2px #000;
	font-size:26px;
	color:#FFF;	
	text-align:right;
	
}

.prevnext a {
		
	color:#F90;	
	text-decoration:none;	
	
}

.prevnext a:hover {
	color:#fff;
	text-decoration:none;	
	
}

a.readmore {

		font-family: 'Molengo', arial, serif;
	text-shadow: 0px 1px 1px #000;
	font-size:20px;
	color:#F90;	
	text-decoration:none;
}

a.readmore:hover {

		font-family: 'Molengo', arial, serif;
	text-shadow: 0px 1px 1px #000;
	font-size:20px;
	color:#fff;	
	text-decoration:none;
	
}

.expand{clear:both; margin:0; padding-bottom:.75em}

.collapse {
  margin-bottom:0;
  overflow:hidden;
}


#outer {
	border: 1px dotted #efefef;
	padding:5px;
	
}

.demo h4 a{
	background-color:#eaeaea;	
	text-decoration:none;
	color:#333;
	padding: 2px 10px 2px 5px;
	
}

.portfolio {
	border-top:1px dotted #CCC;	
	padding-top:10px;
	
}

.portfolioimg {
	width:270px;
	float: left;
	height:210px;
	
}

.portfoliotext{
	width:430px;
	float:right;
	
}

table .quote {
	font-size:12px;	

}

.errors {
	border:1px solid #C00;
	background-color:#FEE9ED;
	color:#C00;
	
	
}

.success {
		border:1px solid #030;
	background-color:#E8FFE8;
	color:#030;
	padding:10px;
	
}

.creditbutton {
	text-indent:130px;
	background-image: url(../images/Untitled-1_03.png);
	width:103px;
	height:42px;
	border:none;
	cursor:pointer;
	margin-left:6px;
	float:left
}

.title {
    color: #555;
    display: block;
    font-size: 16px;
    
    margin-top: 7px;
	width:200px
}

.creditform {
    background-color: #F1F1F1;
    margin-top: -10px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    width: 640px;
	border:10px solid #dfdfdf
}
.creditform i {
    float: left;
    margin-left: 7px;
    margin-top: 2px;
}

.clear
{	clear:both}

.creditfield {
    width: 390px;
    height: 20px;
	margin-left: 12px;
	
}

.creditfield_amount {
    width: 100px;
    height: 20px;
	
	
}

.creditfield_comment {
    height: 100px;
    margin-left: 12px;
    width: 390px;
}

.creditfield_invoice {
    width: 190px;
    height: 20px;
	margin-left: 12px;
	
}

.application input:focus, .application option
{	color:#444}

.application input, .application select
{	color:#858585}

.application select {
    margin-left: -3px;
    width: 466px;
}

form .domaindrop
{	width:84px;
margin-left:0}

form .domain
{	width:250px;
	margin-left:19px
}

form .domain_bottom
{	margin-left:116px;
}

.application label {
    display: inline-block;
    width: 224px;
		margin-bottom:5px;
		font-size:14px;
		color:#333333
}

.input
{	width:460px;}

.submit_btn
{	background-image:url(../images/query.jpg);
	background-position:top;
	border:none;
	width:83px;
	height:31px;
	text-indent:-9999px;
	display:block}
	
.asterix
{	color:#F00}
