@charset "UTF-8";
body {
	background-color: #FFFFFF;
	background-image: url(images/general/bg_large.jpg);
	background-repeat: repeat;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 16px;
}

.menu {
	height: 600px;
	width: 180px;
	margin-left: 40px;
	background-color: #FFFFFF;
	float: left;
	display: inline;
	padding: 0px;
}

#main-holder {
	background-color: #FFFFFF;
	height: 560px;
	width: 800px;
	float: left;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#contact-holder table {
	margin-top: 145px;
	margin-left: 18px;
}

#main {
	background-color: #FFFFFF;
	height: 560px;
	width: 800px;
	overflow: auto;
}

.scroll-pane {
	width: 400px;
	overflow: auto;
	background: #fff;
	float: left;
}

.top-buffer {
	height: 40px;
	width: 900px;
}

img {
	float:left;
	border: none;
}

#main img {
	float:left;
	border: none;
	margin-bottom: 12px;
	margin-right: 12px;
}

.menu .work-menu {
	height: 120px;
	width: 150px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 180px;
}

.menu .work-menu .column {
	float: left;
	height: 120px;
	width: 30px;
}

#work-holder {
	background-color: #FFFFFF;
	height: 555px;
	width: 800px;
	float: left;
	margin-left: 20px;
}

#clients-holder #client-column {
	float: left;
	padding-top: 36px;
	padding-left: 20px;
	width: 200px;
	height: 544px;
	line-height: 27px;
}
.work-description {
	background-color: #231f20;
	height: 30px;
	width: 780px;
	margin-left: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 15px;
}

#clients-holder #client-column a {
	color: #d6005c;
	text-decoration: none;	
}

#clients-holder #client-column a:hover {
	color: #d6005c;
	text-decoration: none;
}

#main a {
	color: #d6005c;
	text-decoration: none;	
}

#main a:hover {
	color: #d6005c;
	text-decoration: none;
}	

h1 {
	padding-top: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #d6005c;
	margin-bottom: -10px;
}

h2 {
	font-size: 10px;
	font-weight: normal;
	color: #d6005c;
	margin-bottom: -10px;
}

hr {
	border: none;
	background-color: #333;
	height: 1px;
	clear: both;
}
#clients-holder {
	background-color: #FFFFFF;
	height: 600px;
	width: 800px;
	float: left;
	margin-left: 20px;
}
#contact-holder {
	background-color: #D91C5C;
	height: 600px;
	width: 800px;
	float: left;
	margin-left: 20px;
	background-image: url(images/general/contact-bg.gif);
	background-repeat: no-repeat;
}
.form-name {
	float: left;
	background-repeat: no-repeat;
	background-image: url(images/general/form/yourname.gif);
	height: 40px;
	padding-top: 25px;
	margin-left: 18px;
	margin-top: 128px;
}
.form-company {
	float: left;
	background-repeat: no-repeat;
	background-image: url(images/general/form/company.gif);
	height: 42px;
	margin-left: 20px;
	margin-top: 128px;
	padding-top: 25px;
}
.form-email {
	background-repeat: no-repeat;
	background-image: url(images/general/form/email.gif);
	height: 42px;
	margin-left: 18px;
	float: left;
	clear: both;
	padding-top: 25px;
	margin-top: 12px;
}
input {
}
form {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.form-request {
	background-repeat: no-repeat;
	background-image: url(images/general/form/request.gif);
	margin-left: 18px;
	float: left;
	clear: both;
	padding-top: 25px;
	margin-top: 12px;
}
.submit-but {
	clear:both;
	float: left;
}
#thankyou-holder {
	background-color: #D91C5C;
	height: 600px;
	width: 800px;
	float: left;
	margin-left: 20px;
	background-image: url(images/general/form/thankyou.gif);
	background-repeat: no-repeat;
}
