html, body, div, span, h1, h2, h3, p, a, img, ul, li, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background-color: #F1F1F1;
	font: normal 12px Georgia, Palatino, Palatino Linotype, serif;
	color: #666;
}
#head {
	height:43px;
	background-image: url(img/top.png);
	background-repeat: repeat;
}
#head ul {
	list-style: none;
	position: absolute;
	top: 0px;
	right: 0px;
}
#head li {
	float: right;
}
#head li a, .curr {
	background-image: url(img/link.png);
	background-position: left top;
	padding-right: 30px;
	padding-left: 30px;
	height: 41px;
	font-size: 16px;
	line-height: 41px;
	text-decoration: none;
	color: #666666;
	display: block;
	padding-bottom: 2px;
}
.curr {
	background-position: 0 -86px;
	color: #CCCCCC;
}
#head li a:hover {
	background-position: 0 -43px;
} 
h1 {
	position: absolute;
	left: -2000px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 6px;
	padding-left: 15px;
	font-variant: small-caps;
	margin-top: 14px;
}
p {
	padding: 15px;
	line-height: 1.7em;
	text-align: left;
}
a {
	color:#C67272
}
form {
	margin: 15px;
	background-color: #F6F6F6;
	display: block;
	border: 1px solid #C67272;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
form p {
	padding: 0px;
	margin: 0px;
}
input {
	width:400px
}
.clear {
	clear:right;
	line-height: 15px;
	height: 15px;
}
.portfolio_item {
	margin: 15px;
	background-color: #F6F6F6;
	display: block;
	clear: right;
	border: 1px solid #C67272;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
.portfolio_item h2 {
	margin-left: -15px;
	font-size: 1.1em;
	font-variant: normal;
}
.portfolio_item span {
	font-size: 0.9em;
	display: block;
	margin-bottom: 6px;
	background-color: #F1F1F1;
	margin-left: -3px;
	width: 300px;
	padding: 3px;
}
.portfolio_item p {
	padding: 0px;
	display: block;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.portfolio_divider {
	padding-top: 45px;
	background-image: url(img/portfolio_divider.png);
	background-repeat: repeat-x;
}
.two_links a {
	display: block;
	text-decoration: underline;
	margin-bottom: 15px;
}
.img_holder {
	float: right;
	margin-left: 15px;
	width: 170px;
	text-align: center;
}
.img_holder a {
	font-size: 12px;
	text-decoration: underline;
}
.img_holder img {
	display: block;
	margin-bottom: 8px;
	border: 1px solid #999999;
}
.contact_submit {
	width: 400px;
	text-align: right;
}
.contact_submit textarea {
	width: 100%;
	margin-bottom: 15px;
}
.sub_btn input {
	width: 160px;
}
.required {
	color: #C67272;
	font-size: 16px;
}
.divided {
	margin-bottom: 10px;
}
.si {
	height: 126px;
	width: 300px;
	position: absolute;
	background-color: #666666;
	top: 43px;
	right: 0px;
	text-align: right;
	border: 1px solid #000000;
	color: #F1F1F1;
	display: none;	
}
.si form {
	background-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
.si input {
	width: 119px;
}
.si span input {
	width: 190px;
	margin-left: 6px;
}
.si span {
	display: block;
	margin-bottom: 4px;
}
.si h3 {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	padding-left: 5px;
	background-color: #333333;
}
.si h3 a {
	background-color: #999999;
	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	float: right;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-weight: bold;
}
#foot {
	background-color: #FFFFFF;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding-top: 8px;
	background-image: url(img/foot.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 2px;
}
