body{
	margin: 0;
	background: url(../images/background-top.png) repeat-x;
}

body, div, table, td { font: normal 12px Arial, Helvetica, sans-serif; color: #000000; }

#main {
	width: 800px; 
	margin-right: auto; 
	margin-left: auto; 
	padding: 0; 
	text-align: center;
	margin-top: 77px;
}

#header{
	height: 66px;
}

#logo{
	width: 203px;
	float: left;
}

#header-text{
	text-align: right;
	display: table-cell;
	float: right;
	// margin-top: 8px; /* IE Only */
}

#menu{
	background: url(../images/menu-bg.png) repeat-x;
	text-align: left;
	text-transform: lowercase;
	padding: 20px 0 11px 15px;
	color: #FFFFFF;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 5px ;
}

#menu a:hover{
	color: #CCCCCC;
}

#menu .menu-active {
	font-weight: bold;
}

#menu .menu-active:hover {
	color: #FFFFFF;
}

a {
	color: #FF3333; outline: none;
}

a:hover {
	color: #BBBBBB;
}

h1 {
	font-size: 22px;
	background: url(../images/arrow.png) no-repeat;
	padding: 3px 5px 5px 50px;
	color: #FF3333;
	text-transform: lowercase;
	font-weight: normal;
	line-height: 24px;
	margin: 3px 0 10px 15px;
}

h2 {
	font-size: 16px;
	padding: 3px 5px 3px 10px;
	background-color: #EEEEEE;
	margin: 3px 0 3px 15px;
}

#content {
	text-align: left;
}

#single-panel{
	padding: 0 30px 30px 30px;
	background: url(../images/home-body-bg.jpg) no-repeat bottom;
	width: 568px;
	float: right;
	padding: 0 0 15px 0;
	margin-top: 10px;
}

.input {
	font: normal 11px Arial, Helvetica, sans-serif;
	height: 17px;
	padding: 0 3px;
	margin: 0;
	color: #666666;
	border: 1px solid #607eba;
	width: 159px;
}

.short {
	height: 14px;
}

.textarea {
	height: 100px;
}

.submit-button {
	background: url(../images/submit-button.png) no-repeat;
	border: 0;
	width: 19px;
	height: 19px;
	vertical-align: bottom;
	margin-left: 5px;
}

.div-person-details {
	display: table;
	width: 588px;
}

.div-person-contact {
	float: left;
}

.div-person-vcard {
	float: right;
}

#panel-creative-solutions{
	background: url(../images/top-left-box-bg.png) repeat-x;
	float: left;
	width: 232px;
	text-align: left;
	height: 139px;
	display: table-cell;
	padding: 20px 0;
}

#panel-creative-solutions p, #panel-contact-signup p, #home-panel-bottomright p, #single-panel p, table {
	padding: 0 5px 0 25px;
	text-align: left;
	margin-top: 5px;
}

#home-panel-topright{
	float: right;
	width: 568px;
	height: 179px;
}

#panel-contact-signup{
	background: url(../images/signup-box.jpg) no-repeat;
	width: 232px;
	height: 196px;
	float: left;
	padding: 55px 0 10px 0;
	color: #FFFFFF;
}

#panel-contact-signup a {
	color: #CCCCCC;
}

#home-panel-bottomright{
	background: url(../images/home-body-bg.jpg) no-repeat top right;
	width: 568px;
	height: 236px;
	text-align: left;
	float: right;
	padding: 15px 0 0 0;
	margin-top: 10px;
}

#panel-bottom-left {
	background: url(../images/lower-left.jpg) no-repeat;
	width: 232px;
	height: 261px;
	float: left;
	padding: 55px 0 10px 0;
	color: #FFFFFF;
}

#footer {
	text-align: right;
	color: #666666;
	font-size: 10px;
	width: 100%;
	padding-top: 10px;
	display: table;
}

