@charset "UTF-8";
/***************/
/* BASIC STUFF */
/***************/
body{
	margin: 0;
	padding: 0;
	background-color: #4c4c4c;
	
	/* fu?"!· explorer 6 !!! */  
    behavior:url("css/csshover3.htc");  
    /* fu?"!· explorer 6 !!! */  
}

#wrapper {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 100px;
}

/*********************/
/* UPPER NAV */
/********************/
#navTop{
	width: 500px; /*moves the space between the words*/
	position: relative;
	left: 50%;
	padding-top: 45px;
	padding-left: 50px;
	padding-bottom: 2px;
	/*border: medium double rgb(250,0,255);*/
}

#navTop a{	
	font-family: "Helvetica Neue Light", Arial, sans-serif;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}	

#navTop a:hover{
	color: #640707;
}

/*********************/
/* Content */
/*********************/
#content{
	background-image: url(images/p2-content.png);
	width: 1017px;
	height: 705px;
	background-repeat: no-repeat;
	/*border: medium double rgb(250,0,255);*/
}

#contentTwo {
	margin-left: 100px;
	margin-right: 110px;
	margin-top: 150px;
	/*border: medium double rgb(250,0,255);*/
}

.homeTitle{
	font-family: "Helvetica Neue Light", Arial, sans-serif;
	font-size: 26px;
	color: #6e0404;
	}

#main-title{
	width: 500px;
	float: left;
	margin-left: 50px;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 50px;
	/*border: medium double rgb(250,0,255);*/
	}	
	
p {
	font-family: "Helvetica Neue Light", Arial, sans-serif;
	color: #ffffff;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
	padding-left: 100px;
	padding-right: 100px;
	
	/*border: medium double rgb(250,0,255);*/
}

.bold {
	font-family: "Helvetica Neue Light", Arial, sans-serif;
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 18px;
	text-align: justify;
	padding-left: 100px;
	padding-right: 100px;
}

.text{
	padding-top: 100px;
	/*border: medium double rgb(250,0,255);*/
}

.client{
	padding-top: 40px;
	float: none;
	/*border: medium double rgb(250,0,255);*/
}

.info {
	font-family: "Helvetica Neue Light", Arial, sans-serif;
	font-weight: bold;
	font-size: 16px; 
	color: #ffb1b1;
	padding: 0;
	/*border: medium double rgb(250,0,255);*/
}

.name {
	font-family: "Helvetica Neue Light", Arial, sans-serif;
	font-weight: bold;
	font-size: 12px; 
	padding: 0;
}

.normal {
	font-family: "Helvetica Neue Light", Arial, sans-serif;
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	padding: 0;	
}

ol {
	list-style-type: none;
	font-family: "Helvetica Neue Light", Arial, sans-serif;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 25px;
	padding-left: 300px;
}

#mainImg{
	padding: 50px 10px 0 10px;
}

#mainImg2{
	padding: 50px 10px 0 10px;
}

.fixedwidth 
{
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	/* width:3000px; */
	width:1000px;
	height:500px;
	white-space: nowrap;
	position: relative;
	color: black;
	padding: 1px;
	/*border: medium double rgb(250,0,255);*/
}

ol, ul, li { list-style:none }

* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dashed borders */
a img { border:none } /* Gets rid of IE's blue borders */

#contact{
	width:700px; 
	margin:10px;
	/*border: medium double rgb(250,0,255);*/
	float: left;
}

/**********************/
/* FORM */
/*********************/
#subForm{	
	font-family: "Helvetica Neue Light", Arial, sans-serif;
	padding-top: 20px;
	/*border: medium double rgb(250,0,255);*/
}

#subForm .label{
	float: left;
	width: 150px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear: left;
	font-family: "Helvetica Neue Light", Arial, sans-serif;
	font-size: 0.8em;
	/*border: medium double rgb(250,0,255);*/
}

input#submit {
	margin-left: 160px;
	background-color: #CBD893;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

select#refer {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

input#name, input#phone, input#email, textarea#comments {
	background-color: #FBEF99;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.9em;
	width: 200px;
}

input#name:focus,
input#phone:focus,
input#email:focus,
textarea#comments:focus,
select#refer:focus {
	background-color: #FDD041;
}

/*********************/
/* FOOTER */
/*********************/
#footer{
	padding: 68px;
	font-size: 10px;
	font-family: "Helvetica Neue Light", Arial, sans-serif;		
	font-weight: normal;
	color:#fff;
	border: medium double rgb(250,0,255);
}			

#footerTwo{
	padding-top: 1px;
	padding-left: 68px;
	font-size: 10px;
	font-family: "Helvetica Neue Light", Arial, sans-serif;		
	font-weight: normal;
	color:#fff;
	/*border: medium double rgb(250,0,255);*/
}		