/* ********************* Eric Meyer CSS reset v1.0 | 20080212 ******************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ********************* BEGIN STYLES ******************** */

body {
	color: #444;
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	text-align: left;
	background-image: url(../media/bg_greyborders.jpg); 
	background-repeat: repeat-y; 
	background-color: #7f7f7f;
	background-position: 50% 0;
}

p {
	color: #000;
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

h2 {
	color: #666;
	text-transform: uppercase;
	font-size: .9em;
	padding: 0px 0px 6px 0;
}

h3 {
	color: #000;
	font-size: .9em;
	padding: 0px 0px 6px 0;
	font-weight: normal;
}

table {
	margin: 0 0 10px 0;
}

td {
	font-size: .85em;
	line-height: 1.6em;
	padding: 2px 10px 2px 0px;
}

/* ********************* HEADER ******************** */

#header {
	padding: 0 32px;
	height: 180px;
	background-color: #ffc030;
	background-image: url(../media/bg_header2.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

#header_col1 {
	display: block;
	float: left;
	width: 240px;
}

#header_col1 a img{
	margin: 51px 0 0 0;

}

#header_col2 {
	display: block;
	float: right;
}

/* ********************* MAIN LAYOUT ******************** */

/*#mainwrapper {
	width: 900px;
	height: 100%;
	background-color: #ffc030;
	margin: 0 auto;
}*/

#mainwrapper {
	width: 900px;
	background-color: #ffc030;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

#main{
	padding: 0 0px 0 32px;
	margin: 32px 0 0 0;
}

#main_col1{
	width: 227px;
	float: left;
}

#main_col2{
	width: 613px;
	float: left;
	margin: 0 0 50px 0;
}

#main_col2 img{
	margin: 0px 0 10px 0;
}

#main_col2 p{
	margin: 0px 0 10px 0;
	font-size: .85em;
	line-height: 1.6em; 
}

.content_col {
	display: block;
	float: left;
	width: 210px;
}

.content_col img {
	border: 1px solid #fff;
}

#contentleft{
	float: left;
	width: 250px;
}

#contentright{
	float: right;
	width: 300px;
}

#contentright img{
	border: 1px solid #fff;
}

.clients {
	font-size: .85em;
	line-height: 1.6em;
	padding: 2px 10px 2px 0;
}

#mainimageright {
	float: left;
}


#vignettes a img {
	margin: 51px 0 0 10px;
	border: 1px solid #fff;
}

#vignettes a img:hover {
	border: 1px solid #000;
}

#lightbox a img {
	margin: 10px 8px 0 0px;
	border: 1px solid #fff;
}

#lightbox a img:hover {
	border: 1px solid #000;
}

#footer {
	
}

/* ********************* Promotion box ******************** */

#promobox {
	width: 600px;
	margin: 0 0 30px 0;
}

#promo1 {
	display: none;
	margin: 0 0 30px 0;
}

#promo2 {
	display: none;
	margin: 0 0 30px 0;
}

#promo3 {
	display: none;
	margin: 0 0 30px 0;
}

#promo4 {
	display: none;
	margin: 0 0 30px 0;
}

#promo4 img {
	border: 1px solid #fff;
}

/* ********************* MENU ******************** */

ul#menu {
	font-size: 1.1em;

}

ul#menu li {
	margin: 0 0 12px 0;
}

ul#menu li a {
	color: #fff;
	text-transform: lowercase;
	text-decoration: none;
}

ul#menu li a:hover {
	color: #000;
}

ul#menu li ul{
	margin: 10px 0 12px 0px;
}

ul#menu li ul li{
	padding: 0px 0 0px 15px;
	background-image: url(../media/arrow_submenu.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
}

ul#menu li ul li a.menuactive{
	color: #666;
	/*border-left: 1px solid #fff;*/
}

ul#menu li a.menuactive{
	color: #444;
	/*border-left: 1px solid #fff;*/
}

/* ********************* MISC ******************** */

p.uppercase {
	font-size: .85em;
	line-height: 1.6em; 
	text-transform: uppercase;
}

.clearfloats {
	clear: both;
}

.black {
	text-transform: uppercase;
	/*color: #000;*/
}

.jumptop {
	display: block;
	width: 590px;
	color: #fff;
	font-size: .7em;
	padding: 2px 10px 2px 0;
	text-align: right;
	background-image: url(../media/arrow_up.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

.arrowlink {
	display: block;
	color: #666;
	padding: 2px 0px 2px 10px;
	background-image: url(../media/arrow_textlink.gif);
	background-position: 0% 45%;
	background-repeat: no-repeat;
}

#emailalign {
	margin: 130px 0 0 0;
}

.emaillink {
	display: block;
	color: #666;
	padding: 2px 0px 2px 0px;
	/*padding: 2px 0px 2px 18px;
	background-image: url(../media/emaillink.gif);
	background-position: 0% 58%;
	background-repeat: no-repeat;*/
}

.moretextlink {
	display: block;
	color: #666;
	padding: 2px 0px 2px 10px;
	background-image: url(../media/arrow_textlink.gif);
	background-position: 0% 45%;
	background-repeat: no-repeat;
}

.pdflink {
	display: block;
	color: #666;
	padding: 2px 0px 2px 20px;
	background-image: url(../media/printericon.gif);
	background-position: 0% 58%;
	background-repeat: no-repeat;
}

.moretextlink a, .arrowlink a, .emaillink a, .pdflink a {
	color: #666;
	text-decoration: none;
}

a.textlink {
	color: #666;
}

h2.name {
	text-transform: capitalize;
	border-bottom: 1px solid #666;
}

.title {
	font-size: .9em;
	font-weight: normal;
}

.footer {
	color: #333;
}

#banner{
	margin: 45px 0 0 0;
	height: 73px;
	width: 611px;
	border: 1px solid #fff;
}

.people {
display: block;
padding: 0 0 25px 0; 
}

.people_photo {
display: block;
float: left;
width: 165px;
padding: 0 44px 0 0;
}

.people_photo img {
border: 1px solid #fff;
}

.people_text {
display: block;
/*background-color: blue;*/
float: left;
width: 395px;
padding: 0 0 0 0;

}

/* ********************* FOR JAVASCRIPT ADRESSING ******************** */

#expand1, #expand2, #expand3 {
	display: block;
	height: 16px;
	padding: 2px 0px 2px 10px;
	background-image: url(../media/arrow_textlink.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
}

#expand1 a, #expand2 a, #expand3 a {
	font-size: 1.1em;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

















