* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	color:#444;
	background:#efefef url(../img/layout/top_bg.png) repeat-x 0 0;
}
#outer {
	text-align:left;
	min-height:1051px;
	margin:0 auto;
	width:938px;
	background:transparent url(../img/layout/body_bg.png) repeat-y -33px 0;
}

/***LAYOUT***/
/*HEAD*/
#head {
	height:131px;
	width:938px;
	background:transparent url(../img/layout/top_bar_938.png) no-repeat 0 top;
}
#head h1 {
	float:left;
	height:111px;
	width:264px;
	overflow:hidden;
}
#head h1 a {
	display:block;
	padding-top:111px;
	height:0px;
	width:264px;
	background:transparent;
	overflow:hidden;
}
#head ul {
	float:right;
	width:225px;
	list-style-type:none;
	margin-top:12px;
}
#head ul li {
	width:140px;
	list-style-type:none;
	clear:both;	
}
#head ul li a {
	color:#fff;
	font-size:1.5em;
	text-decoration:none;
	line-height:1.5em;
	margin:0;
	padding:0;
}
#head ul li span {
	width:15px;
	float:left;
	height:1.05em;overflow:hidden;
	font-size:1.5em;line-height:1.5em;
	color:#e4908e;
}
#head ul li a:hover {
	color:#efefef;
}
#head ul li a:hover span {
	color:#fff;
}

/*CONTENT*/
#content {
	width:938px;width:772px;padding:0 77px 0 89px;
	background:transparent url(../img/layout/top_bar_938.png) no-repeat 0 -131px;
}
#intro {
	width:378px;
}
#intro h1 {
	padding-top:0;
}
#contact {
	background:#ccc url(../img/layout/contact_box_bg.png) repeat-y -13px 0;
	width:378px;
	min-height:240px;
}
#contact form {
	background:transparent url(../img/layout/contact_box_bottom.png) no-repeat -13px bottom;
	min-height:240px;
	padding:0 25px 25px;
}
#contact h2 {
	font-size:1.7em;
	background:transparent url(../img/layout/top_bar_938.png) no-repeat -483px -130px;
	margin-top:0;
	padding:0 25px 5px;
	color:#888;
}
#contact #flashMessage {
	margin:0 25px 10px;
}
.portfolio {
	padding-bottom:20px;
}
.portfolio ul {
	list-style-type:none;
	width:751px;
	margin:0 5px 0 15px;
	padding:0;
}
.portfolio ul li {
	float:left;
	width:192px;
	height:129px;
	background:transparent url(../img/layout/portfolio.png) no-repeat -11px 0;
}
.portfolio ul li a {
	display:block;
	margin:12px 13px 12px 5px;
	/*background:red;*/
	width:165px;
	height:105px;
	overflow:hidden;
}
.portfolio ul li.last {
	width:175px;
}
.portfolio ul li.last a {
	margin:12px 7px 12px 5px;
}
.portfolio ul li.twolines span {
	display:block;
	margin:32px 7px 12px 5px;
	font-size:1.6em;color:#888;
	text-align:center;
}
.portfolio ul li.threelines span {
	display:block;
	margin:17px 15px 12px 0px;
	font-size:1.6em;color:#888;
	text-align:center;
}
#services {
	padding-bottom:100px;
}

/*FOOT*/
#foot {
	background:#ccc;
	border-top:1px solid #999;
	min-height:20px;
	text-align:center;
}
#foot .credit {
	width:810px;
	margin:0 auto;
	text-align:right;
}
#foot .credit a {
	color:#666;
	text-decoration:none;
}
#foot .credit a span {
	color:#941410;
}
#foot .credit a:hover {
	text-decoration:underline;
}
#foot .credit a:hover span {
	color:#666;
}
/***LAYOUT END***/

/***FORMS***/
.text input, textarea, select {
	border:1px solid #ccc;
	width:150px;
	padding:2px;
}
.error input, .error textarea, .error select {
	border:1px solid #e68080;
}
.error-message {
	color:#941410;
	font-size:0.9em;
}
textarea {
	height:120px;
}
label {
	display:block;
}
#contact fieldset.fn {
	clear:both;
	width:328px;
	padding:15px 0 0;
}
#contact .text input {
	width:148px;
}
#contact textarea {
	width:322px;
}
#contact .submit span {
	display:block;
}
#contact .submit input {
	background:#c01e1c;
	color:#fff;
	border:1px solid #666;
	padding:2px 10px;
}
#contact .submit {
	text-align:right;
}
/***FORMS END***/

/***GENERAL***/
.clearfloat {
	clear:both;
	width:100%;
	height:1px;
	background:transparent;
	overflow:hidden;
}
.fr {float:right;clear:none;}
.fl {float:left;clear:none;}
.pink {font-size:1.4em;color:#e68080;line-height:1.25;padding:15px 0 2px;}
.m {color:#941410;}
.small {
	font-size:0.9em;color:#666;
}
#flashMessage {
	padding:5px;
	background:#efefef;
	border:1px solid #ccc;
	text-align:center;
}
.c {text-align:center;}
.l {text-align:left;}
.r {text-align:right;}
.j {text-align:justify;}
/***GENERAL END***/
