/* Global Reset */
html, body, ul, li, p, img, h1, h2, h3, h4, frameset, fieldset, table, td, span, div {

	margin: 0px;
	padding: 0px;

	
}

body {
	
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 62.5%;
	
}



fieldset { border: 0px; }

input, textarea {

	border: 1px solid #d6d6d6;
	
	background: url('../images/inputgradient.png') repeat-x;
	
}

input:focus, textarea:focus {

	border: 1px solid #000000;
	
	background: #FFFFFF !important;
}


a img { border: none;  }
a { outline:none; }

/* Main Container */
#main_container {

	width: 100%;
	min-height: 239px;

	background: url('../images/topgradient.png') repeat-x;
		
}

/* inner container */
#inner_container {

	margin:auto;
	
	width: 939px;
	
}

/* logo container */
#logo_container {

	margin-left: 138px;
	padding-top: 10px;
	
}
#logo_container h1 {

	font-size:1.8em;
	color:#737172;
	padding:5px 0 0 0;
	
}

/* control buttons */
#control_container {

	width:939px;
	height: 37px;
	
	background: url('../images/controlbg.png') no-repeat;
	
}

	#slideshow_text {
	
		float: right;
		
		padding-top: 20px;
				
		font-size: 1.2em;
		font-style: italic;
		
		color: #b3afb2;
		
	}
	
	#buttons_container {
	
		float: right;
		
		margin-right: 142px;
		
			/*background: red;*/
		
	}
	
/* slide area */
#slide_container {

	width: 939px;
	height: 444px;
	
}

	#slide_area {
	
		margin-left: 96px;	

		width: 733px;
		height: 444px;
		
		background: url('../images/slidebg.png') no-repeat;
		
		
	}
	
	
	#slider_holder { width: 682px; margin-left: 20px; overflow:hidden; }
	
	#slide_area h1{ display:inline;clear: both;  padding-bottom: 5px; border-bottom: 1px dotted #b7b9bb; font-size: 2.2em; color: #143a81; text-align: center; }
	#slide_area h2{ font-size: 1.2em; color: #b3afb2; text-align:center; font-style: italic; }
	#slider { width: 682px; }
	
		.h1container { text-align:center;padding-top: 22px; }
		.h2container { margin-top: 10px; }
		
	.image_container { position: absolute; margin-left: 130px; margin-top: 26px; width: 650px; height: 379px; border: 1px solid #eed3e7; }

	.slide_element { float: left; background: url('../images/slidebginner.png') no-repeat; background-position: bottom; }
	
	/* screenshots & text */
	.screenshots { float: left; margin-left: 22px; margin-top: 11px; width: 341px; height: 324px; }
		.screenshots_left { float: left; width: 163px; }
		.screenshots_right { float: left; width: 178px; }
		
	.text { float: left; width: 317px; padding-left: 8px; margin-top: 11px; height: 324px; font-size: 1.3em; color: #737172; }
		.text p { margin-left: 8px; width: 300px; margin-bottom: 18px; }
		.text p a { color: #c3509e; border-bottom: 1px dotted #c3509e; text-decoration: none; }
		.text p a:hover { color: #c3509e; border-bottom: 0px; text-decoration: none; }		
		.text h4 { margin-left: 8px; color: #143a81; }
		
		
/* contact area */
#contact_container {

	margin: auto;
	
	width: 733px;
	min-height: 318px;
	
		/*background: green;*/
	
}

	#contact_area { margin-left: 42px; }
	#contact_area h3 { color: #bd4997; font-size: 1.6em; margin-bottom: 5px; }
	#contact_area p { color: #b3afb2; font-size: 1.3em; margin-bottom: 30px;padding:0 40px 0 0; }
	#contact_area p a { color: #c3509e; border-bottom: 1px dotted #c3509e; text-decoration: none; }
	#contact_area p a:hover { color: #c3509e; border-bottom: 1px solid #c3509e; text-decoration: none; }		
	#contact_left { float: left; width: 282px; font-size: 1.3em; color: #a2a1a2; }
	#contact_right { float: left; width: 377px; padding-left: 23px;  font-size: 1.3em; color: #a2a1a2;}
	
		.contact_field_left { float: left; width: 86px; margin-bottom: 5px; }
		.contact_field_right { float: left; width: 154px; margin-bottom: 5px;}