/*+clearfix {*/
.testimonial:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.testimonial
{
	display: inline-block;
}
.testimonial
{
/*\*/
	display: block;
/**/
	-height: 1px;
}
/*+}*/
HTML
{
	background: #FFF;
}
BODY
{
	position: relative;
	border-top: 5px solid #000;
	color: #333;
	font-size: 12px;
	padding: 20px 0 40px;
}
A
{
	color: #000;
	text-decoration: underline;
}
A:hover
{
	text-decoration: underline;
}
H1
{
	font-family: Georgia, serif;
	font-weight: normal;
}
H2
{
	text-align: left;
}
P
{
	overflow: hidden;
	text-align: left;
}
.right
{
	float: right;
}
.left
{
	float: left;
}
.container_12
{
	background: #FFF;
	padding-bottom: 10px;
	padding-top: 20px;
}
.grid_12 HR
{
	margin: 40px 0;
}
.container_12 A
{
	color: #000;
}
/*Header*/
#header
{
	position: relative;
	margin: -20px auto 0;
	width: 940px;
	/*[disabled]background-color:#112233;*/
	padding: 20px 20px 10px;
}
#header H1
{
	font-size: 40px;
}
.floatright
{
	display: none;
}
#header UL
{
	position: absolute;
	top: 40px;
	left: 300px;
	width: 473px;
}
#header UL LI
{
	display: inline;
	border-right: 1px solid #FFFFFF;
}
#header UL LI.last
{
	border: none;
}
/*Gallery*/
.gallery IMG
{
	border: none;
	margin-bottom: 10px;
}
#gallery_nav
{
	width: 150px;
	text-align: center;
}
#gallery_output
{
	width: 460px;
	height: 300px;
	overflow: hidden;
}
#gallery_output IMG
{
	display: block;
	margin: 0 auto;
}
/*Button*/
.button A
{
	border: 1px solid #102132;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	background-color: #346A9F;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 17px;
	color: #FEFEFE;
}
.button.unavailable A
{
	background-color: #666666;
}
.button.unavailable A:hover
{
	background-color: #333333;
}
.button A:hover
{
	text-decoration: none;
	background-color: #4E8AC6;
}
/*Portfolio*/
.portfolio-item-med
{
	background: url(../../img/portfolio-item-med-bg.png) no-repeat;
	margin-bottom: 45px;
	padding: 10px 10px 25px;
}
.grid_6 .portfolio-item-large
{
	background: url(../../img/portfolio-item-large-bg.png) no-repeat;
	padding: 10px 10px 25px;
}
.portfolio-group
{
	border-top: 1px solid #000000;
	padding-top: 30px;
}
.portfolio-group.first
{
	border: none;
	padding-top: 0;
}
P STRONG EM A.right
{
	padding-top: 10px;
}
/*Testimonial*/
/*[clearfix]*/.testimonial
{
	font-style: italic;
	border-left: 5px solid #000000;
	padding-left: 10px;
	margin-bottom: 2000px;
}
.testimonial A
{
	color: #346A9F;
}
/*Contact*/
BODY#contact FIELDSET
{
	margin: 0;
	padding: 0;
	border: 0;
}
BODY#contact LABEL
{
	width: 250px;
	display: block;
}
BODY#contact .txt_input
{
	border: 1px solid #CCC;
	width: 250px;
	display: block;
	padding: 5px 0;
	margin: 10px 0;
}
BODY#contact FORM TEXTAREA
{
	border: 1px solid #CCC;
	width: 400px;
	margin-bottom: 8px;
	margin-top: 10px;
	height: 130px;
}
BODY#contact TEXTAREA
{
	height: 80px;
	width: 250px;
}
BODY#contact INPUT
{
	display: block;
}
BODY#contact .req
{
	color: #F00;
	font-size: 90%;
}
BODY#contact FIELDSET FORM INPUT.submit
{
	border: 1px solid #102132;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	background-color: #346A9F;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 17px;
	color: #FEFEFE;
}
BODY#contact #form_errors
{
	color: #F00;
	display: none;
}
BODY#contact #form_thanks
{
	color: #000;
	display: none;
}
