body {
	margin: 0px;
	background: url('../images/bg.jpg') fixed;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
}
::-moz-selection{ background: #FF5E99; color: #fff; text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2) }
::selection { background: #FF5E99; color: #fff; text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); }
.container {
	width: 1020px;
	margin: 0px auto;
	font: normal 13px 'Lato', Cambria, Georgia, Helvetica, Arial, serif;
	color: #333;
}
.wrapper {
	width: 1020px;
	padding-top: 20px;
	overflow: auto;
}
.left {
	width: 290px;
	float: left;
	position: fixed;
	text-align: right;
}
.logo_link {
	text-decoration: none;
}
.logo_link img {
	border: 0px;
}
.about {
	font-size: 13px;
	margin-top: 20px;
	padding: 10px 0px 10px 0px;
	border-top: #ccc 1px dashed;
	border-bottom: #ccc 1px dashed;
	line-height: 22px;
}
.about a { color: #09f; }
.availability {
	height: 28px;
	border-bottom: #ccc 1px dashed;
	font-weight: bold;
}
.availability a {
	color: #09f;
	text-decoration: none;
}
.availability a:hover {
	text-decoration: underline;
}
.menu {
	list-style-type: none;
	margin-top: 20px;
}
.menu li {
	margin-top: 10px;
}
.menu a {
	padding: 2px 2px 3px 0px;
	font-size: 20px;
	color: #5B2A77;
	text-decoration: none;
}
.menu a:hover {
	padding: 2px 2px 3px 23px;
	color: #bc4139;
}
.follow {
	height:  20px;
	margin-top: 24px;
	padding: 4px 0px 0px 36px;
	background: url('../images/twitter.png') no-repeat;
}
.follow a {
	color: #09f;
	text-decoration: none;
	font-weight: bold;
}
.follow a:hover { text-decoration: underline }
.footer_note {
	margin: 20px 0px 0px 0px;
	padding-top: 10px;
	border-top: #ccc 1px dashed;
	font-size: 12px;
}
.right {
	width: 700px;
	float: right;
	margin-right: 5px;
	margin-bottom: 40px;
}
h1 {
	margin-top: 0px;
	padding: 3px;
	background: rgba(255, 255, 255, 0.5);
	font-family: 'Merriweather', 'Lato', Cambria, Georgia, Helvetica, Arial, serif;
	font-size: 24px;
	border-bottom: #ccc 1px dashed;
}
h1 em {
	display: block;
	font-size: 42px;
	font-style: normal;
	font-weight: 900;
}
h1 span {
	font-family: 'Lato', Cambria, Georgia, Helvetica, Arial, serif;
	font-size: 19px;
	color: #5b2a77;
}
h2 {
	margin: 38px 0px 0px 0px;
	font-family: 'Merriweather', 'Lato', Cambria, Georgia, Helvetica, Aril, serif;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: -1px;
	color: #bc4139;
}
h3 {
	width: 422px;
	margin: 20px 0px;
	padding-bottom: 6px;
}
h3.title {
	font-size: 16px;
	margin: 10px 0px 0px 0px;
}
.products_wrapper {
	margin-top: 18px;
}
.product {
	margin-top: 10px;
	padding: 5px 0px 10px 5px;
	overflow: hidden;
	clear: both;
	border-bottom: #ccc 1px dashed;
}
.product_image {
	width: 230px;
	height: 173px;
	float: left;
	padding: 5px;
	background-color: #fff;
	box-shadow: 1px 1px 2px #ccc;
}
.product_image:hover {
	box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
}
.product_image img { border: 0px; }
.product_specs {
	width: 440px;
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
.product_specs li {
	margin-top: 10px;
}
.product_specs a {
	text-decoration: none;
	color: #09f;
	font-weight: bold;
}
.product_specs a:hover { text-decoration: underline; }
.contact_note {
	margin-top: 12px;
	font-size: 13px;
	line-height: 20px;
}
.contact_note a {
	color: #09f;
	text-decoration: none;
	font-weight: bold;
}
.contact_note a:hover { text-decoration: underline }
form { margin: 10px 0px 0px 0px; }
.contact_ul, .selects_ul {
	width: 430px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', Cambria, Georgia, Helvetica, Arial, serif;
}
.contact_ul li {
	margin-top: 8px;
	position: relative;
}
.selects_ul li {
	height: 19px;
	margin-top: 20px;
	position: relative;
}
.selects_ul select {
	width: 175px;
	position: absolute;
	top: 0px;
	right: 80px;
}
.selects_ul .required { top: 1px }
.contact_ul label {
	font-weight: bold;
	padding-top: 2px;
}
#name, #email, #company, #website {
	width: 340px;
	height: 27px;
	border: #ccc 1px solid;
	padding: 0px 3px 0px 5px;
	font-family: 'Lato', Cambria, Georgia, Helvetica, Arial, serif;
	font-size: 14px;
	line-height: 16px;
	color: #666;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#name:focus, #email:focus, #company:focus, #website:focus, textarea:focus {
	color: #333;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
textarea {
	width: 345px;
	border: #ccc 1px solid;
	padding: 3px 0px 0px 3px;
	font-family: 'Lato', Cambria, Georgia, Helvetica, Arial, serif;
	font-size: 13px;
	color: #666;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.required {
	position: absolute;
	top: 6px;
	right: 0px;
	padding: 0px 0px 3px 21px;
	background: url('../images/required.png') no-repeat;
	color: #bc4139;
}
.default { margin: 10px 0px 0px 0px; }
.answer {
	margin: 10px 0px 0px 0px;
	padding: 1px 0px 2px 22px;
	font-size: 13px;
	font-weight: bold;
	color: #bc4139;
	background: url('../images/required.png') no-repeat;
}
.send_button { margin-top: 8px }
.send_button input {
	background: url('../images/send.png') no-repeat;
	width: 161px;
	height: 36px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}
.attached label { font-weight: bold }
.attached input { margin-left: 10px }
.latest_project {
	width: 520px;
	height: 391px;
	position: relative;
	margin-top: 10px;
	border: #fff 5px solid;
	box-shadow: 1px 1px 2px #ccc;
}
.latest_project img { display: block; z-index: 1 }
.latest_project .hover {
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	width: 500px;
	height: 100px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	padding: 0px 10px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	text-shadow: 0px 1px 0px #000;
	transition: all 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
}
.latest_project:hover .hover {
	opacity: 100;
	-moz-opacity: 100;
	-webkit-opacity: 100;
	filter: alpha(opacity=100);
}
.latest_project .hover  h3 {
	width: 100%;
	padding: 0px;
	margin: 8px 0px 0px 0px;
	font-size: 22px;
	border: none;
}
.latest_project .hover p { margin: 10px 0px 0px 0px }
.latest_project .hover a {
	color: #09f;
	font-weight: bold;
	text-decoration: none;
}
.latest_project .hover a:hover { text-decoration: underline }
