@charset "utf-8";

/* ----------------------- HTML ELEMENTS -------------------------- */
body
{
	margin:0px;
	padding:0px;
	font-family:Arial Narrow, Arial;
	font-size:13px;
}

a img
{
	border:none;
}

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

hr
{
	height:2px;
	padding:0px;
	margin:20px 0px 0px;
	color:#000000;
	background-color:#000000;
	border:none;
}



/* ----------------------- COMMON ELEMENTS ------------------------ */
#page
{
	width:950px;
	margin:0px auto;
	padding:0px 10px;
	background-image:url('../images/background_page.gif');
	background-position:left top;
	background-repeat:repeat-y;
}

#header
{
	padding:10px 25px 0px 25px;
}

#navigation
{
	margin:7px 0px;
	padding:8px 0px 10px 0px;
	border-top:solid 12px #FFF200;
	border-bottom:solid 2px #333333;
}

#navigation img
{
	margin-right:12px;
}

#navigation a,
#navigation a img,
#navigation img
{
	vertical-align:middle;
}

#content
{
	padding:15px 25px;
}

#footer
{
	height:120px;
	background-image:url('../images/background_footer.gif');
	background-position:center top;
	background-repeat:no-repeat;
}



/* --------------------- GALLERY PAGES ------------------------ */
#flash
{
	margin:0px 0px 10px 0px;
}

#flashfallback
{
	padding:50px;
}



/* --------------------- CONTACT FORM ------------------------- */
#contact_form
{
	display:inline-block;
	width:450px;
	vertical-align:top;
}

#contact_details
{
	display:inline-block;
	width:400px;
	vertical-align:top;
}

#contact_details a
{
	text-decoration:none;
	color:#000000;
}

#contact tr td
{
	text-align:left;
	vertical-align:top;
	padding:0px 0px 7px 0px;
}

#contact tr td img.label
{
	margin:3px 10px 0px 0px;
}

#contact input.text
{
	width:335px;
	height:20px;
	background-color:#fff98e;
	border-top:solid 2px #cdc872;
	border-left:solid 2px #cdc872;
	border-bottom:none;
	border-right:none;
	font-family:Arial;
	font-size:12px;
}

#contact textarea
{
	width:335px;
	height:185px;
	background-color:#fff98e;
	border-top:solid 2px #cdc872;
	border-left:solid 2px #cdc872;
	border-bottom:none;
	border-right:none;
	font-family:Arial;
	font-size:12px;
}

.required
{
	font-size:20px;
	font-weight:bold;
}

#contact input.submit
{
	float:right;
	margin:5px 10px 0px 0px;
	padding:2px 10px;
	border-top:solid 1px #fffbba;
	border-right:solid 1px #ccc647;
	border-bottom:solid 1px #ccc647;
	border-left:solid 1px #fffbba;
	background-color:#fff759;
	font-size:11px;
	font-weight:bold;
	font-family:Arial Narrow, Arial;
	text-transform:uppercase;
}

#contact_card
{
	margin:20px 0px 0px 0px;
}

.detail
{
	font-family:Arial;
}

.detail span
{
	color:#8d8604;
	font-weight:bold;
}

.designed
{
	text-transform:uppercase;
	font-size:10px;
}


