html, body
{
	background-color:#99D1B7;
	background-image: url(./../images/bg.jpg);
	background-position: top left;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:Georgia, Arial, Tahoma, Verdana;
	font-size:20px;
	color:#5C4229;
	text-align:center;
}

a
{
	color:#5C4229;
	text-decoration:none;
}

a:hover
{
	text-decoration:none;
}

form {margin:0;padding:0;}

input, textarea, select
{
	font-family:Georgia, Arial, Tahoma, Verdana;
	font-size:20px;
}

h2
{
	font-weight:normal;
	margin:0 0 0px 0;
	padding:0;
	font-size:30px;
}

p
{
	margin:0 0 10px 0;
	padding:0;
}

a img
{
	border:none;
}

ul
{
	list-style:none;
	padding:0;
	margin:0;
}

ul li
{
	clear:both;
	margin:0 0 5px 0;
}

ul li img
{
	float:left;
	vertical-align:bottom;
	margin-right:5px;
	border:none;
}



/* ////////////////////// Layout ////////////////////// */
#pagewidth
{
	width:1000px;
	margin:0 auto;
	text-align:left;
	background-image: url(./../images/content.png);
	background-position:top center;
	background-repeat:repeat-y;
}

#pagewidth .pad
{
	float:left;
	clear:both;
	width:900px;
	padding:30px 50px 0 50px;
}

#pagewidth hr
{
	height:5px;
	width:100%;
	border:none;
	background:#FAA40F;
	margin:30px 0;
}

.intro
{
	background-image:url(./../images/intro.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:380px;
	padding-top:17px;
	height:125px;
}

#portfolio
{
	float:left;
	clear:both;
	width:960px;
	height:268px;
	padding:20px;
	margin-top:30px;
	background-image:url(./../images/portfolio.png);
	background-position:center left;
	background-repeat:no-repeat;
	font-size:13px;
}
/*
#portfolio a
{
	float:left;
	padding:10px 10px 7px 10px;
	color:#F2E19B;
	background-color:#5C4229;
	text-transform:uppercase;
	margin:0 0 10px 0;
}

#portfolio a.right
{
	float:right;
}

#portfolio a.clear
{
	clear:both;
}*/

/*#portfolio a.center
{
}



#portfolio a.gapr
{
	margin-left:85px;
}

#portfolio a.gapl
{
	margin-right:85px;
}*/

#portfolio .head
{
	clear:both;
	float:left;
	margin:20px 0 0 20px;
	width:400px;
}

#portfolio .head h2
{
	float:left;
	text-align:center;
	margin:0 auto 20px auto;
	padding:12px 10px 8px 10px;
	color:#F2E19B;
	background-color:#5C4229;
	text-transform:uppercase;
	font-size:20px;
}

#portfolio .head p
{
	clear:both;
}

#portfolio .list
{
	float:right;
	margin:40px 40px 0 0;
	padding:0;
	width:450px;
	list-style:none;
}

#portfolio .list li
{
	clear:none;
	float:left;
	margin:0 0 15px 15px;
	padding:10px;
	width:55px;
	height:55px;
	background-image:url(./../images/portfolio_item.png);
	background-repeat:no-repeat;
	
}

#portfolio .list li a
{
	float:left;
	width:55px;
	height:55px;
	background-image:url(./../images/portfolio_sprite.jpg);
	background-repeat:no-repeat;
}

#portfolio .list li a.empty { background:none;width:0;height:0; }

#portfolio .list li a.fi { background-position:0px 0px; }
#portfolio .list li a.ofg { background-position:-55px 0px; }
#portfolio .list li a.sm { background-position:-110px 0px; }
#portfolio .list li a.tg { background-position:-165px 0px; }
#portfolio .list li a.dt { background-position:-220px 0px; }
#portfolio .list li a.dtut { background-position:0 -55px; }
#portfolio .list li a.dc { background-position:-55px -55px; }
#portfolio .list li a.mj { background-position:-110px -55px; }
#portfolio .list li a.th { background-position:-165px -55px; }
#portfolio .list li a.cl { background-position:-220px -55px; }
/* ////////////////////// Layout ////////////////////// */



/* ////////////////////// Header and Footer ////////////////////// */
#header
{
	
}

.logo
{
	display:block;
	float:right;
	
	width:619px;
	height:203px;
	
	background-image:url(./../images/logo.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#footer
{
	float:left;
	clear:both;
	width:100%;
	margin:0 0 30px 0;
	text-align:center;
}

#footer .padding
{
	padding:10px;
	text-align:left;
}
/* ////////////////////// Header ////////////////////// */



/* ////////////////////// Sidebar ////////////////////// */
.av
{
	float:left;
	color:#fff;
	background-color:#4EB01C;
	padding:3px 5px;
}

.nav
{
	float:left;
	color:#fff;
	background-color:#FF008B;
	padding:3px 5px;
}
/* ////////////////////// Sidebar ////////////////////// */



/* ////////////////////// Content ////////////////////// */
#middle ul, #middle ol
{
	padding-left:25px;
	margin:0;
}

#middle ul li, #middle ol li
{
	margin:0 0 10px 0;
}

#middle ul li h3
{
	margin:0;
}
/* ////////////////////// Content ////////////////////// */




/* ////////////////////// Contact Form ////////////////////// */
#cf
{
	clear:both;
	float:left;
	width:900px;
	position:relative;
	margin:30px 50px 30px 50px;
}

#cf h2.contact
{
	background-image:url(./../images/contact.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:300px;
	height:43px;
	text-indent:-9999px;
	margin:0 0 20px 0;
}

#cf .right
{
	float:right;
	width:35%;
	font-size:15px;
}

#cf .right .box
{
	float:right;
	position:relative;
	margin-bottom:30px;
	margin-left:30px;
	background-image:url(./../images/pointer.jpg);
	background-repeat:no-repeat;
	background-position:10% 84%;
	padding:0 0 30px 0;
}

#cf .right .box .txt
{
	padding:20px;
	background-color:#99D1B7;
	color:#000;
	margin-bottom:24px;
}

#cf .right .box .pointer
{
	position:absolute;
	bottom:0px;
	left:50px;
	width:230px;
}

#cf .right .tbox
{
	background-position:10% 100%;
	margin-bottom:0;
	padding-bottom:0;
	background-image:url(./../images/pointer2.jpg);
}

#cf .right .tbox .txt
{
	background-color:#F2E19B;
}


#cf form
{
	float:left;
	width:65%;
}

#cf p
{
	float:left;
	margin:0 0 20px 0;
	padding:0;
	width:100%;
}

#cf p.nmb
{
	margin:0;
}

#cf p label
{
	float:left;
	width:30%;
	padding:7px 0 0 0;
}

#cf p input.t, #cf p select.t, #cf p textarea.t
{
	float:right;
	padding:5px;
	width:60%;
	border:1px solid #eee;
	background:#fdfdfd;
}

#cf p img.captcha
{
	float:right;
	margin-right:10px;
	margin-bottom:0;
}

#cf p input.ic
{
	width:131px;
}

#cf p input.submit
{
	float:right;
	width:auto;
	padding:5px 8px;
	border:none;
	color:#fff;
	background-color:#D14640;
	cursor:pointer;
}

#cf p .error
{
	float:left;
	margin-top:10px;
	font-size:10px;
	text-transform:uppercase;
	color:#DD1E25;
	border-bottom:1px dotted #DD1E25;
}

.loading {
	background-color:#fff;
}
/* ////////////////////// Contact Form ////////////////////// */



/* ////////////////////// Common ////////////////////// */
.clear {clear:both;}
.left {float:left;}
.right {float:right;}
.mt {margin-top:10px;}
.mb {margin-bottom:10px;}
.mb2 {margin-bottom:20px;}
.ml {margin-left:10px;}
.mr {margin-right:10px;}
/* ////////////////////// Common ////////////////////// */



/* ////////////////////// Hacks ////////////////////// */
.clear_fix:after
{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}

.clear_fix
{
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clear_fix{height: 1%;}
.clear_fix{display: block;}
/* End hide from IE-mac */
/* ////////////////////// Hacks ////////////////////// */