/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	background: url(../images/bg-top-tail.gif) top repeat-x #292623;
	text-align: center;
}

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.333em;
	color: #eCe9e6;
	/* color: #ACA9A6; */
}

input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.733em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

input,select {
	vertical-align: middle;
	font-weight: normal;
}

a {
	color: #FFFFFF;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	padding-top: 15px;
	line-height: 1.333em;
}

a img {
	border: 0;
}

ul {
	list-style: none;
}

img {
	vertical-align: top;
}

h3 {
	font-size: 2.75em;
	color: #E6E5E4;
	line-height: 1.2em;
	padding: 12px 0 19px;
}

strong {
	color: #F9AD16;
	text-transform: uppercase;
}

object {
	outline: none;
}

.link1 {
	text-decoration: none;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	color: #F9AD16;
}

/* ============================= main layout ====================== */
.imgindent {
	float: left;
	margin-right: 15px;
}

.indent1 {
	padding-left: 6px;
}

.indent2 {
	padding-top: 6px;
}

.indent3 {
	padding-left: 24px;
}

.indent4 {
	padding-bottom: 25px;
}

.space1 {
	margin-right: 24px;
}

.space2 {
	margin-top: 35px;
}

.space3 {
	margin-top: 15px;
}

.space4 {
	margin-right: 20px;
}

/* ============================= header ====================== */
.row-1 {
	height: 128px;
	padding-top: 1px;
}

.row-2 {
	height: 300px;
}

/* ============================= content ====================== */
#content {
	padding: 11px 0 15px;
}

.column4 {
	width: 1px;
	background: url(../images/separator.gif) bottom no-repeat #3F3C39;
}

.list1 {
	margin-top: -7px;
}

.list1 li {
	line-height: 2.167em;
}

.list1 li a {
	background: url(../images/marker1.gif) 0 5px no-repeat;
	padding-left: 12px;
	color: #ACA9A6;
	text-decoration: underline;
}

.list1 li a:hover {
	color: #fff;
	text-decoration: underline;
}

.phone {
	float: left;
	width: 135px;
}

.email {
	float: left;
	width: 84px;
}

/* ============================= footer ====================== */
#footer .tail {
	background: url(../images/footer-bg-tail.gif) top repeat-x;
}

#footer .bg-left {
	background: url(../images/footer-bg-left.gif) top left no-repeat;
}

#footer .bg-right {
	background: url(../images/footer-bg-right.gif) top right no-repeat;
	text-align: center;
	padding-top: 29px;
	height: 47px;
}

#footer a {
	color: #ACA9A6;
}

/* ============================= forms ============================= */
#ContactForm {
	line-height: 1em;
}

label {
	height: 30px;
	display: block;
}

#ContactForm input {
	width: 282px;
	height: 16px;
	border: 1px solid #A4A4A4;
	background: #34312E;
	padding: 2px 0 0 5px;
	font-size: 1em;
	line-height: 1em;
}

#ContactForm textarea {
	width: 282px;
	height: 206px;
	border: 1px solid #A4A4A4;
	background: #34312E;
	padding: 2px 0 0 5px;
	overflow: auto;
	font-size: 1em;
	line-height: 1em;
}

h1 {
	color: white;
	font-size: 2.7em;
	font-weight: normal;
	line-height: 1.5em;
}

h2 {
	color: #F9AD16;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.7em;
	text-transform: capitalize;
}

.list {
	list-style-type: disc;
	margin: 10px 0;
}

.list li {
	margin: 0 0 0 20px;
}

.testi_item {
	border: 2px solid #777;
	padding: 20px;
	margin: 20px;
}

.portfolio_item {
	float: left;
	width: 320px;
	height: 280px;
	text-align: center;
	margin-top: 13px;
}

.portfolio_item h2 {
	font-size: 1.4em;
}

.portfolio_item img{
	margin: 5px 0;
}