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


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	background: #D9D9D9 url(../_img/bg-body.gif) repeat-x;
}

a:link { color: #333333; text-decoration: none; }
a:visited { color: #333333; text-decoration: none; }
a:hover { color: #333333; text-decoration: underline; }
a:active { color: #333333; text-decoration: underline; }

img {
	border: 0;
}

#container {
	width: 1100px;
	margin: 0px auto 0px auto;
	padding: 0; 
}

#headerWrapper {
	width: 1050px;
	padding: 0px 0px 0px 50px;
}
#header {
	background: url(../_img/swatches.jpg) no-repeat 0px 115px;
	height: 550px;
}
#header .left {
	width: 735px;
	float: left;
}
h1 {
	text-indent: -9999px;
	height: 115px;
	background: url(../_img/hdr-main.png) no-repeat;
	width: 735px;
}
#header .right {
	float: right;
	padding: 85px 19px 0px 0px;
}
#mainWrapper {
	width: 1000px;
	padding: 0px 50px 0px 50px;
}
#main {
	background: #FFFFFF;
	padding: 40px 0px 30px 0px;
}
#main .left {
	float: left;
	width: 575px;
	height: 270px;
}
h2.experieince {
	text-indent: -9999px;
	height: 20px;
	background: url(../_img/hdr-experience.gif) no-repeat;
	width: 735px;
}
h2.contact {
	text-indent: -9999px;
	height: 20px;
	background: url(../_img/hdr-contact.gif) no-repeat;
	width: 735px;
}
#main .right {
	width: 405px;
	float: left;
	padding-left: 20px;
}
ul {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}
li {
	list-style-type: none;
	padding-top: 1px;
	padding-bottom: 8px;
}
.dark {
	color: #333333;
}


#footer {
	padding: 10px 0px 10px 50px;
	width: 1050px;
}
#footer .left {
	float: left;
	width: 575px;
}
#footer .right {
	width: 405px;
	float: left;
	padding-left: 20px;
}
#footer p {
	margin: 0;
	padding: 0;
}



.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

