@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#222222;
	font-size:12px;
	margin:0px 0px 0px 0px;
	background-image:url(images/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#23a723;
	}

/* HEADER STYLES */	
#ultratek_header{
	width:100%;
	height:116px;
	margin:0px 0px 0px 0px;
	background-image:url(images/ultratek_header_background.gif);
	background-repeat:repeat-x;
	position:relative;
	top:0px
	left:0px;
	}
	
#ultratek_logo{
	margin: auto auto auto 100px;
	border:0px;
	float:left;
	position:relative;
	}
	
#header_buttons{
	position:relative;
	display:inline;
	float:right;
	top:75px;
	margin:0 10px 0 0;
	}

.header_button{
	border:0px;
	margin:0px;
	}


/* TWD Layout Styles */
#content_container{
	position:relative;
	display:block;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	}
	
.center{
	text-align:center;
	}
	
.banner_bottom{
	text-align:center;
	margin-top:35px;
	}
	
#twd_menu{
	width:160px;
	height:156px;
	border:0px;
	position:relative;
	top:10px;
	left:0px;
	}

#twd_logo{
	border:0px;
	float:left;
	margin:5px 10px 5px 30px;
	}

#content{
	margin-top:70px;
	padding:0px 15px 15px 15px;
	}
	
#gallery{
	margin-top:30px;
	margin-bottom:30px;
	}

#contact_info{
	width:200px;
	border:1px dotted #222222;
	background-color:#CCFF66;
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 15px;
	float:right;
	}

	
/*IMAGE STYLES */
.right{
	border:0px;
	float:right;
	margin:5px 5px 5px 10px;
	}

.left{
	border:0px;
	float:left;
	margin:5px 10px 5px 5px;
	}
	

/* CONTENT STYLES */
h1{
	margin:0px auto 0px 0px;
	display:inline;
	font-size:18px;
	color:#006600;
	}
	
h2{
	margin:0px auto 10 10px 0px;
	display:block;
	font-size:16px;
	color:#006600;
	}

p{
	text-align:justify;
	margin:0px 0px 15px 0px;
	}
	
.underline{
	text-decoration:underline;
	}
	
a{
	color:#006600;
	text-decoration:underline;
	}

a:hover{
	text-decoration:none;
	}

#website_categories{
	width:500px;
	border:0px;
	margin:30px auto 30px auto;
	}
	
#website_categories td{
	width:160px;
	padding:3px;
	background-color:#006600;
	color:#ffffff;
	}

#website_categories a{
	color:#ffffff;
	text-decoration:none;
	}

#website_categories td:hover, #website_categories td:hover a{
	background-color:#99FF66;
	color:#222222;
	}
	
#services{
	width:340px;
	border:0px;
	margin:0px 0px 15px 15px;
	float:right;
	}
	
#services td{
	width:340px;
	padding:5px;
	background-color:#006600;
	color:#ffffff;
	}

#services a{
	color:#ffffff;
	text-decoration:none;
	}

#services td:hover, #services td:hover a{
	background-color:#99FF66;
	color:#222222;
	}

ul{
	font-size:13px;
	font-style:italic;
	color:#FF6600;
	font-weight:bold;
	}

	
/*FORM STYLES*/			
#formcontainer	{
	width:400px;
	margin:10px 10px 0px 0px;
	background-color:#dddddd;
	border:1px dotted #222222;
	padding:15px 15px 15px 15px;
				}
				
.clearfix	{
	display: inline-block;
	padding:5px 0px 5px 0px;
			}		
			
label	{
	width:120px;
	float:left;
	text-align:right;
	margin-right:5px;
	font-size:13px;
	font-family:"Century Gothic",Arial,sans-serif;
		}			
