/**
 * Style sheet main
 * Copyright (C) 2008 John Brand, Thyon Design <john.brand@thyon.com>
 */


/* !POSITIONING */

body 
{
	background: #232323 url(body-bg.jpg) repeat-x;
}

#header 
{
	background: #232323 url(header-bg.jpg) no-repeat;
	padding:0 15px 0 15px;
}
#header .inside
{
	width:1000px;
	background: transparent none;
}

#container 
{
	background: #232323 url(container-bg.jpg) repeat-y;
	padding:0 15px 0 15px;
}


#container .inside
{
	background: #232323 url(container-bg-grid.gif) repeat;
}

#footer
{
	background: #232323 url(footer-bg.jpg) no-repeat;
	padding:0 15px 0 15px;
}

#footer .inside
{
	background: transparent none;
	width:1000px;
	height:50px;
	overflow:hidden;
	padding:0px 20px 0 20px;
}

/* !HEADER */

#header .inside
{
	position:relative;
	height:260px;
	width:1000px;
}


/* !NAVIGATION POSITION */
#main_menu
{
	position: absolute;
	top:0px;
	left:0px;
}

/* !SEARCH POSITION */
#searchmini
{
	position: absolute;
	top:0px;
	left:820px;
}

/* !LOGO AND IMAGE POSITION */
#header_logo, #header_image
{
	position:absolute;
	top:60px;
	width:500px; height:200px;
}

#header_logo
{
	left:0px;
}

#header_image
{
	left:500px;
}

/* !LEFT, MAIN */

#main,
#left
{
	background: url(heading-bg.jpg) repeat-x;
	padding:16px 20px 20px 20px;
}

/* !IE */
* html #left
{	
	position:relative; 
}

#main .inside,
#left .inside
{
	background: transparent none;
}


/* !FOOTER */

#footer .phone_img,
#footer .phone_text,
#footer .email_img,
#footer .email_text
{
	display:block;
	float:left;
}

#footer .phone_text,
#footer .email_text
{
	font-size:14px;
	color:#ccc;
	padding:18px 60px 0 15px;
}

#footer .email_text a
{
	font-size:14px;
	color:#ccc;
}

#footer .copyright
{
	color:#888;
	float:right;
	padding-right:35px;
	text-align: right;
	padding-top:14px;
}

/* !IE */
* html #footer .copyright
{	
	padding-top:11px;
}

#footer .copyright a
{
	color:#888;
}


