html > body, html, body, h1, h2, h3, h4, h5, h6, div, ul, ol, li, p, img, table, tr, td
{
	padding: 0px;
	margin: 0px;
}
body
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 1.5em;
	background-color: #000;
	color: #fff;
}
img {border: 0px;}
#container div
{
	height: 400px;
}
#logo h1
{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#logo h1 a
{
	display: block;
	width: 100%;
	height: 100%;
}
#main .gallery_image
{
	padding: 11px 12px 15px 11px;
	margin: 10px 15px 10px 15px;
	background: url("../../images/design_box.jpg") no-repeat;
}
#main .gallery_image:hover { background: url("../../images/design_box_over.jpg") no-repeat; }
#left .date
{
	width: 96px;
	height: 116px;
	background: url("../../images/date_bg.jpg") no-repeat;
}
#left .date h3
{
	padding-top: 40px;
	text-transform: capitalize;
	font-size: 22px;
	text-align: center;
	color: #621515;
	font-family: "Trebuchet MS";
}
#left .date span
{
	color: #333;
	display: block;
	text-align: center;
}
#designs  #main
{
	text-align: center;
}
#main h1
{
	color: #eee;
	font-family: "Century Gothic","Georgia","Trebuchet MS";
	font-size: 30px;
	font-weight: 100;
	padding: 10px;
}
#main p
{
	padding: 10px;
}
#main #website_div, #main #logo_div
{
	height: auto;
	overflow: auto;
}
#right h3
{
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: 100;
}
#right ul
{
	list-style-type: none;
	list-style-position: inside;
	padding: 10px 0px 10px 10px;
}
#right ul li span.tabular
{
	color: #aaa;
	font-size: 10px;
}
#right ul li span.tabulated_count
{
	color: #717171;
}
#contact #main #contact_form label
{
	float: left;
	width: 150px;
	text-align: right;
	display: block;
	clear: left;
	margin: 5px 0px;
}
#contact #main #contact_form input, #contact #main #contact_form textarea
{
	float: left;
	display: block;
	clear: right;
	margin: 5px 10px;
	background-color: #333;
	color: #eee;
	border: 1px solid #111;
}
#contact #main #contact_form input:focus, #contact #main #contact_form textarea:focus
{
	border: 1px solid #444;
}
#contact #main #contact_form input[type="submit"]
{
	margin-left: 160px;
}
#container #main div
{
	float: none;
}
#main img.loader
{
	width: 31px;
	height: 31px;
	left: 45%;
	position: absolute;
}
#helper h3
{
	font-size: 15px;
	font-family: "Century Gothic";
	text-align: center;
	display: block;
	width: 100%;
	padding: 5px 5px;
}
#helper p
{
	padding: 0px 5px;
	line-height: 22px;
	font-size: 12px;
	font-family: "Trebuchet MS";
}
#main div.project_delimiter
{
	margin: 10px 0px;
	padding: 10px 0px;
	border-top: 1px dashed #555;
	height: 220px;
}
#main div.project_delimiter img.gallery_image
{
	float: left;
	height: auto;
	margin-left: 0px;
}
#main div.project_delimiter ul
{
	list-style-position: inside;
	list-style-type: square;
	color: #eaeaea;
}
#main h3
{
	margin: 5px 0px -5px 0px;
	font-family: "Trebuchet MS";
	color: #aaa;
	font-size: 25px;
}
#menu ul
{
	list-style-type: none;
	list-style-position: inside;
	width: 550px;
	margin: 0px auto;
}
#menu ul li
{
	float: left;
	display: block;
	margin-left: 30px;
}
#menu ul li a
{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 3px 5px;
	font-size: 14px;
}
#menu ul li a:hover, #menu ul li a.current
{
	color: #681111;
}
#right ul li a
{
	color: #fff;
	text-decoration: none;
}
#main p a
{
	color: #ae0808;
	text-decoration: none;
}
#top
{
	position: relative;
	width: 100%;
	height: 177px;
	background: url("../../images/top_repeat.jpg");
	background-color: #631515;
}
#banner
{
	position: relative;
	width: 1024px;
	height: 100%;
	margin: 0px auto;
	background: url("../../images/top.jpg") no-repeat;
}
#logo
{
	position: relative;
	width: 386px;
	height: 119px;
	z-index: 4;
	left: 320px;
	top: 10px;
}
#menu
{
	top: 20px;
	position: relative;
	width: 855px;
	height: 50px;
	margin: 0px auto;
	clear: both;
	background-color: #fff;
	background: url("../../images/menu_bg.jpg") 0 30px no-repeat;
}
#container
{
	top: 40px;
	position: relative;
	width: 950px;
	margin: 0px auto;
}
#container #left
{
	width: 100px;
	float: left;
}
#container #main
{
	width: 650px;
	float: left;
}
#container #right
{
	width: 200px;
	float: left;
}
#helper
{
	position: absolute;
	z-index: 10;
	border: 1px solid #202626;
	background-color: #333333;
}
