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

* {
	margin:0;
	padding:0;
	border:0;
}
html, body {
font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight:normal;
	font-size:12px;
	margin:0 auto 0 auto;	
	background-image:url(../images/background_main.jpg);
	background-repeat:repeat-x;
}

a {
	font-weight:normal;	
	text-decoration:none;
	color:#fff;	
}

a:hover {
	font-weight:normal;
	text-decoration:underline;		
} 

h2 {font-size:36px;}
ul {list-style-type:none;}





/*--------------------MAIN WRAP--------------------*/

#wrapper {
	width:950px;
	margin: 0px auto;
	position:relative;
}

#logo_wrap {
	width:950px;
	height:125px;
	margin: 0px auto;
	float:left;
	background-image:url(../images/background_01.jpg);
	background-repeat:no-repeat;
}

#logo_icon {
padding-top:0px;
text-align:center;}

#logo_sticker {
	position:absolute;
	width:152px;
	height:149px;
	left: 753px;
	top: 25px;
}


#welcome_wrap {
	width:950px;
	height:263px;
	margin: 0px auto;
	float:left;
	background-image:url(../images/background_02.jpg);
	background-repeat:no-repeat;
}

#welc_left{
padding-top:50px;
padding-left:20px;
float:left;
	width:400px;
	font-size:1.5em;
	color:#CCCCCC;
}

#cap {
  font-size: 3em;
  float: left;
  padding-right:8px;

}

#welc_tools {
	position:absolute;
	width:500px;
	height:319px;
	left: 412px;
	top: 138px;
}


#skills_wrap {
	width:970px;
	height:241px;
	margin: 0px auto;
	float:left;
	background-image:url(../images/background_03.jpg);
	background-repeat:no-repeat;

}

.list {
	color:#CCCCCC;
	float:left;
	width:220px;
	font-size:20px;
	margin-top:20px;
}

#skills_cont{
	float:left;
	width:800px;
	padding-top:30px;
	padding-left:20px;
	margin: 0px auto;
}

#custcare_wrap {
	width:970px;
	height:338px;
	margin: 0px auto;
	float:left;
	background-image:url(../images/background_04.jpg);
	background-repeat:no-repeat;
}

#cust_cont{

	width:800px;
	padding-top:30px;
	padding-left:20px;
}

#contactme_wrap {
	width:970px;
	height:357px;
	margin: 0px auto;
	float:left;
	background-image:url(../images/background_05.jpg);
	background-repeat:no-repeat;
}

#contact_cont{
	float:left;
	width:900px;
	padding-top:30px;
	padding-left:20px;
	margin: 0px auto;
}

#contact_text{
width:300px;
padding-top:30px;
float:left;
font-size:18px;
}

#cont_form {
float:right;
width:350px;
padding-right:40px;
}

.formstyle {
	border: 1px solid #292929;
	/** remember to change image path **/
	background: url(bg773506517) repeat-x #292929;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 18px;
	color: #ffffff;
}

.formlabels {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: bold;
	font-size: 18px;
	color: #000000;
}

#errormessage {
	margin-bottom:10px;
	color:red;
	font-size:10px;
}

.star {
color:#FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: bold;
	font-size: 18px;}


#quote_bottom {
	position:absolute;
	width:140px;
	height:148px;
	left: 805px;
	top: 939px;
}




#footer_wrap {
	width:900px;
	height:76px;
	margin: 0px auto;
	float:left;
	background-image:url(../images/background_06.jpg);
	background-repeat:no-repeat;
}


#footer_text {
	padding-top:30px;
	text-align:center;
	color:#8f8e8e;

}
