/* @group Basic Elements */
*, div, ul, li, img {
	margin: 0; padding: 0;
	border: 0;
}

html, body {
	height: 100%;
}

body {
	background: #3A4125 url(images/imobg.png) repeat-x top center;
	text-align: center;
	font: normal 14px/24px Georgia, 'Times New Roman';
	color: #FFFFFF;
}

input, textarea {
	font-family: Georgia, 'Times New Roman';
}

p {
	margin-bottom: 25px;
	text-align: justify;
}

a {
	color: #C4C6BE;
	text-decoration: underline;
}	
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.imoMain ul {
	padding-left: 20px;
}

.clear {
	clear: both;
}
/* @end */




/* @group Layout Structure */

#imoHeader,
#imoBody,
#imoFooter,
#imoFooterContainer {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#imoHeader {
	height: 250px;
}
#imoBody {
	background: transparent url(images/imoside.png) repeat-y top right;	
}
.imoMain {
	float: left;
	width: 565px;
	margin-right: 25px;
	margin-bottom: 25px;
}
.imoSide {
	float: left;
	width: 260px;
	padding: 20px 25px;
	color: #9F938F;
}


#imoFooter {
	clear: both;
	width: 100%; height: 100px;
	background: transparent url(images/imofooter.png) repeat-x bottom center;
	text-align: center;
}
#imoFooterContainer {
	height: 100px;
}

/* @end */


/* @group Header Elements */

#imoHeader h1 {
	position: absolute;
	top: 0; left: -5px;
	width: 210px; height: 184px;
	background: transparent url(images/imotitle.png) no-repeat top center;
	text-indent: -99999px;
}
#imoHeader h1 a {
	display: block;
	width: 210px; height: 184px;
}

#imoNav {
	position: absolute;
	top: 70px; right: 0;
	list-style: none;
	font-size: 18px;
}
#imoNav li {
	float: left;
}
#imoNav a {
	padding: 10px 15px;
	text-decoration: none;
}
#imoNav a:hover {
}
#imoNav a.selected {
	background-color: #1B1512;
	color: #FFFFFF;
}

#imoQuote {
	position: absolute;
	top: 120px; right: 0;
	width: 650px;
	font-size: 14px; line-height: 20px;
	text-align: justify;
}
#imoQuote span {
	display: block;
	text-align: right;
	font-size: 12px;
	line-height: 14px;
}

/* @end */




/* @group Footer Elements */

#imoCopyright {
	position: absolute;
	top: 40px; left: 0;
	color: #A8ABA2;
}
#imoContacts {
	position: absolute;
	top: 0; right: 0;
	width: 250px; height: 70px;
	padding: 15px 30px; 
	background: transparent url(images/imocontacts.png) repeat-x bottom center;
}
#imoContacts p {
	margin: 0;
	line-height: 20px;
}
#imoContacts p.email {
	line-height: 40px;
}
#imoContacts p label {
	display: block;
	float: left;
	width: 60px;
	margin-right: 15px;
	text-align: right;
	color: #8A8C86;
}
#imoContacts p a {
	text-decoration: none;
	color: #FFFFFF;
}
#imoContacts p a:hover {
	text-decoration: underline;
}

/* @end */




/* @group Page Specifics */

h2 {
	margin-top: 55px;
	margin-bottom: 5px;
	font-size: 28px;
	font-weight: normal;
}
h4 {
	margin-bottom: 25px; padding-bottom: 15px;
	border-bottom: solid 1px #A5A7A2;
	text-align: center;
	font-size: 27px;
	font-weight: normal;
	color: #D5D7D2;
}
h5 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
}

#home h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 25px;
}
#home ul {
	margin-bottom: 25px;
}
#homeSide h5 a {
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
}
#homeSide img {
	margin-top: 10px;
	margin-bottom: 50px;
	border: solid 1px #000000;
}
#homeSide .thumbLeft {
	margin-right: 6px;
}


#team {
	float: left;
	width: 174px;
	padding: 0;
	list-style: none;
}
#team li a {
	display: block;
	padding: 5px 0;
	padding-left: 20px;
	text-decoration: none;
}
#team li a:hover {
	background-color: #31341F;
}
#team li a.selected {
	padding-left: 10px;
	background-color: #1B1512;
	color: #FFFFFF;
}


#teamContent {
	float: left;
	width: 370px; height: 500px;
	padding-left: 20px;
	border-left: solid 1px #1B1512;
	overflow: hidden;
}
.teamM {
	height: 550px;
}
.teamThumb {
	margin-right: 10px;
	float: left;
}

#aboutSide ul {
	padding-left: 20px;
}

#mainAwards {
	float: right;
	width: 300px;
	font-size: 12px;
	margin-left: 20px;
	padding-left: 20px;
	border-left: solid 1px #000000;
}

#portfolioSide h4 {
	font-size: 22px;
}
#portfolioSide h5 {
	margin-top: 50px; padding-bottom: 10px;
	font-size: 16px;
	border-bottom: solid 1px #A5A7A2;
}
#portfolioSide h6 {
	padding: 10px 0; padding-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
#portfolioSide ul {
	list-style: none;
}
#portfolioSide ul li {
	padding: 10px 5px;
	border-bottom: dotted 1px #888888;
	line-height: 16px;
}
#portfolioSide ul li:hover {
	background-color: #444444;
	color: #FFFFFF;
}
#portfolioSide ul.awards li {
	padding: 0; padding-bottom: 5px;
	border: 0;
}
#portfolioSide ul.awards li span {
	padding-right: 10px;
	color: #666666;
}

#products h3 {
	margin-top: 20px; padding-top: 20px;
	border-top: solid 1px #666666;
}
#products h5 {
	color: #888888;
}

#productsSide ul {
	padding-left: 15px;
}
#productsSide ul li {
	padding-bottom: 20px;
}

#productsSide ul li em {
	color: #666666;
}


#requestForm p {
	clear: both;
	margin: 0;
}
#requestForm label {
	clear: both;
	display: block;
	float: left;
	margin: 5px 0;
	margin-right: 10px;
	padding-top: 3px;
	width: 120px;
	text-align: right;
	line-height: 18px;
	color: #AAAAAA;
}
#requestForm input {
	width: 400px;
	padding: 9px; padding-top: 10px;
	border-bottom: solid 1px #888888;
	background: transparent;
	font-size: 16px;
	color: #000000;
}
#requestForm input:hover,
#requestForm textarea:hover {
	background-color: #898D7C;
	border-color: #FFFFFF;
}
#requestForm textarea {
	background: transparent;
	margin-top: 10px; padding: 8px;
	border-left: solid 1px #888888;
	width: 400px; height: 100px;
	font-size: 14px;
	color: #000000;
}
#requestForm input#sendButton {
	margin-top: 20px;
	width: 100px;
	border: solid 1px #191D0C;
	background-color: #292D1C;
	color: #FFFFFF;
}
#requestForm input#sendButton:hover {
	background-color: #898D7C;
	border-color: #FFFFFF;}
/* @end */