/*
	project: web application template
	author: luka cvrk (www.solucija.com)
*/

*{ margin: 0; padding: 0; }*
body { margin: 40px 0 0; background: #fff url(../images/bg.gif) repeat-x; font: .75em "Droid Sans", Arial, Sans-Serif; color: #444; }
	h1 { font-size: 3em; font-weight: normal; float: left; }
	h1 a { text-decoration: none; }
	h2 { font-size: 2em; color: #FFF2B3; font-weight: normal; margin: 0 0 .8em; }
	h3 { font-size: 1.33em; border-bottom: 1px solid #eee; margin: 0 0 .8em; }
	p  { margin: 0 0 1em 0; line-height: 1.8em; }
	em { border-bottom: 1px dotted #fff; cursor: pointer; }
	a { color: #339999; font-weight: bold;}
	a:hover { color: #B02B2C; text-decoration: none; }
	img { border: 0; }
	.red { color: #CC0000; }
	.dull { color: #446666; }
	.vibrant { color: #339999; }
	.amber { color: #DAA520; }
	
.wrap { width: 900px; margin: 0 auto; }
 
#header { width: 900px; height: 60px; padding:0; margin: 0 auto;  background: #fff;}
    #logo  { float: left; padding:0; margin:0;}
	#menu  { float: right; padding: 10px 0 0 0; list-style: none; }
		#menu li { display: inline; }
		#menu a { display: block; float: left; margin-left: 30px; padding: 7px; text-decoration: none; font-size: 1.17em; color: #000000; }
		#menu a:hover { color: #000; border-bottom: 2px solid #ccc; }
		#menu .active a { border-bottom: 2px solid #C70012; color: #9D2900;}
 
#teaser { clear: both; height: 237px; background: #fff url(../images/teaserbg.jpg) repeat-x; }
	.box { float: left; padding: 50px 0 0; width: 480px; color: #C7E3EE; }
	#image { float: right; width: 388px; position: relative; top: 0px; background: url(../images/logotype.jpg) no-repeat top right; height: 237px; }
	#imgbar-brain { float: right; width: 388px; position: relative; top: 0px; background: url(../images/bar_brain.png) no-repeat top right; height: 237px; }
	#imgbar-brain2 { float: right; width: 388px; position: relative; top: 0px; background: url(../images/bar_brain2.png) no-repeat top right; height: 237px; }
	#imgbar-mega { float: right; width: 388px; position: relative; top: 0px; background: url(../images/bar_mega.png) no-repeat top right; height: 237px; }
	#imgbar-tools { float: right; width: 388px; position: relative; top: 0px; background: url(../images/bar_tools.png) no-repeat top right; height: 237px; }
	#imgbar-com { float: right; width: 388px; position: relative; top: 0px; background: url(../images/bar_com.png) no-repeat top right; height: 237px; }
	#imgbar-server { float: right; width: 388px; position: relative; top: 0px; background: url(../images/bar_server.png) no-repeat top right; height: 237px; }
	#imgbar-sex { float: right; width: 388px; position: relative; top: 0px; background: url(../images/bar_sex.png) no-repeat top right; height: 237px; }
	
#bar { height: 40px; margin: 0 0 30px; padding: 8px 0 0 0; background: url(../images/bar.gif) repeat-x; }
	.step { cursor: pointer; color: #FAFDDD; padding: 5px 0 0 10px; margin: 0 35px 0 0; font-size: 1.4em; float: left; text-align: center; background: url(../images/step.gif) no-repeat; height: 30px; }
	.step .num { margin: 0 14px 0 0; }
	.step a { color: #fff; text-decoration: none;}
	.step a:hover { color: #B02B2C; }
	
.col3 { float: left; width: 276px; margin: 0 30px 16px 0; }
	.last { float: right; margin: 0; }
	.info { border: 1px solid #e0e0e0; background: #f4f4f4; padding: 7px; }
.col1 { float: left; width: 750px; margin: 0; }


#footer { clear: both; width: 900px; margin: 0 auto; padding: 15px; border-top: 1px solid #e0e0e0; background: #fff;}	
	#footer .right { float: right; margin: 0 0px 0 0; }





#contact-area {
	width: 560px;
}

#contact-area .captchabar {
	width: 300px;
	margin-left:215px;
	margin-bottom:8px;
	float: left;
}

#contact-area input, #contact-area textarea {
	padding: 2px;
	width: 325px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ddd;
	background:#eee;
	font: 1em "Droid Sans", Arial, Sans-Serif; color: #444;
	float: left;
}

#contact-area input.captcha {
	width:75px;	
	margin: 0px 0px 2px 0px;
}


#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #339999;
	background:#eee;
}

#contact-area input.submit-button {
	width: 100px;
	margin-left:215px;
	float: left;
	background:#eee;
	color:#444;
	font: 1em "Droid Sans";
}
#contact-area input.submit-button:hover {
	background:#339999;
	color:#eee;
	border: 1px solid #339999;
}

#contact-area .righttext {
	float:right;
	margin:4px 0px 0px 0px;
}

#contact-area label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 200px;
	padding-top: 3px;
	clear:both;
}