@charset "UTF-8";
/*******************************************************
 *
 *  File     :  css/myka.css
 *  Version  :  v1.0
 *  Website  :  faduchigroup.com
 *  Author   :  Josh Horvath - FaduchiGroup.com (c) 2009
 *
 ******************************************************/

* { margin: 0; padding: 0; }

body {
	background: #471e17;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}


/*---------
   Links 
---------*/

a, a:visited {
	color: #c1af9e;
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
}

a#faduchiGroup,
a#faduchiGroup:visited {
	position: absolute;
	top: 708px;
	left: 943px;
	display: block;
	background: url(../images/btn_faduchiGroup.png) top;
	width: 87px;
	height: 27px;
	text-indent: -9000px;
	overflow: hidden;
}
a#faduchiGroup:hover {
	background-position: bottom;
}

/*-------------
   Container 
-------------*/

div#container {
	position: relative;
	margin: auto;
	width: 1100px;
	height: 825px;
	background: url(../images/background.jpg) no-repeat;
}


/*-------------
   Body Text 
-------------*/


#main {
	position: absolute;
	left: 86px;
	width: 530px;
	top: 395px;
}
#main h2 {
	display: none;
}
#main p {
	padding: 0 0 12px 0;
	line-height: 18px;
	text-align: justify;
	font-size: 13px;
}
#fineprint {
	position: absolute;
	top: 760px; left: 63px;
	font-size: 10px;
	text-align: left;
	color: #e1ba77;
}



/*---------
   Menu 
---------*/

#containMenu {
	position: absolute;
	left: 463px; top: 105px;
	width: 372px; height: 185px;
	display: block;
	text-indent: -9000px; overflow: hidden;
}
#containMenu:hover {
	background: url(../images/menu.jpg) no-repeat;
}



/*---------
   Forms 
---------*/
form {
	position: absolute;
	left: 665px;
	top: 325px;
	width: 355px;
}
form h2 {
	background: url(../images/title_makeARequest.png);
	width: 211px; height: 30px;
	text-indent: -9000px; overflow: hidden;
	margin-left: 150px;
}
label {
	width: 150px; line-height: 25px;
	text-align: right;
	display: block;
	float: left;
	margin-right: 5px;
	font-size: 11px;
}
input, textarea {
	background: url(../images/bkg_form.jpg) 0 0;
	padding: 5px 3px;
	font-size: 12px;
	width: 190px;
	color: black;
	outline: none; border: 1px solid black;
	float: left;
	margin-bottom: 5px;
}
input:focus,
textarea:focus {
	background: white;
}
input.two 	{ background-position: 0 -30px; }
input.three { background-position: 0 -60px; }
input.four 	{ background-position: 0 -90px; }
input.five 	{ background-position: 0 -120px; }
textarea.five 	{ background-position: 0 0; }

input#submit {
	background: none;
	color: white;
	border: 0;
	text-align: right;
	float: left;
	margin-left: 157px;
	cursor: pointer;
	width: 105px;
}
input#submit:hover {
	outline: 1px solid white;
	background: #471e17;
}
