
/* CSS Document */

body { font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
 
margin:0;
padding:0;
border: 0;
outline: 0;
font-size: 100%;

background: transparent;
background-color:#aaaaaa;}  
body
 {
 	background:#aaaaaa url(images/background_gradient.png) repeat-x scroll 0 0;
	}
body {
	line-height: 1;
}
html, div, span,head,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, font, img,
small, strong, ol, ul, li
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;



 }
 
.container {
width: 885px;  
margin: 0 auto;   
 }  
 
 
#main {
    background: url(images/page_background.png) no-repeat scroll 0 0; 
	margin:0 auto;
	padding:0;
	height:430px;
}

/*------header styles-----*/
#header
{
	margin:auto;
	margin-top:40px;
	height:50px;
	}
#logo
{
	position:relative;
	float:left;
	padding-left:42px;
	
	}
#contact_details
{
	float:right;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:normal;
	line-height:22px;
	padding-right:42px;
	text-align:right;
	}

#contact_details a
{
	color:#333333;
	font-size:13px;
	text-decoration:none;
	letter-spacing:0.5px;
	
}

/*------content styles-----*/	
#content
{
	padding:10px 44px;
}
.text
{
	text-align:center;
	margin-top:20px;
	padding-bottom:10px;
	border-bottom:1px solid #000000;
}
.text h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#e5e5e5;
	font-style:normal;
	font-variant:normal;
	font-weight:lighter;
	letter-spacing:2px;
	}

#submit_button  {
background: url('images/submit-btn.png') no-repeat 0px 5px; 
width:110px;
height:45px;
text-decoration:none;
/*background:none;*/
border:none;
cursor:pointer;
font-weight:bold;

}

#submit_button:hover {
   color:white;
}

#submit_button:active {
   color:blue;
}
	
.textbox {
 background: url('images/text2.png') repeat-x 0px -3px; 
 border: 1px solid #ccc;
 border-top: 1px solid #999;
 font-family: Georgia,"Bitstream Vera Serif","Times New Roman",serif;
 font-size: 22px;
 line-height: 1em;
 padding: 5px 6px;
 width: 50%;
 text-align: center;
 font-weight:bold;
 color:white;
/* Rounded corners in most browsers! */
 -moz-border-radius: 4px; /* For Mozilla Firefox */
 -khtml-border-radius: 4px; /* For Konqueror */
 -webkit-border-radius: 4px; /* For Safari */
 border-radius: 4px; /* For future native implementations */
}

.code {
  font: 1em sans-serif; 
  background-color: #ffffff; 
  border: 1px solid #e6e6e6; 
  border-top: 1px solid #aaaaaa;
  padding: 0.2em; 
  margin-bottom: 0.3em; 
  height: 1.2em; 
  width:70%;
  font-family:Courier New;
}

#details-content {
   padding:5px;
   text-align:center;
   border-top:1px solid #666666;
}

#details-content h3 {
   color:#e5e5e5;
   margin:10px 0px 3px 0px;
}

