@charset "utf-8";
/*I've added 20px to the width so corporate button can fit. I've changed #container, #content_holder and #footer width by 20px
but some of the other holders might need increasing?*/
body {
	padding:18px 10px;
	margin:0px;
	background-image:url('../images/page_background.jpg');
	background-position:center top;
	background-repeat:repeat-y;
	background-color:#cecece;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#000000;
}

a:link {color:#000000;text-decoration:underline;} 
a:visited {color:#000000;text-decoration:underline;} 
a:hover {color:#000000;text-decoration:none;}
a:active {color:#000000;text-decoration:underline;}

a img { border:none; }

td {
	vertical-align:top;
}

h1 {
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	font-size:2.4em;
	font-weight:normal;
	color:#868686;
}

h2 {
	padding:0px;
	margin:0px;
	font-size:2em;
	font-weight:normal;
}

h3 {
	font-size:1.4em;
	font-weight:bold;
}

#container {
	width:990px;
	/*margin:0px auto;
	margin-top:18px;*/
	border-top:solid 1px #4a4a4a;
	background-image:url('../images/container_bg.jpg');
	background-repeat:repeat-x;
}

#content_holder {
	margin:0px 1px;
	width:988px;
	background-color:#ffffff;
	
}

#menu {
	height:28px;
	padding-top:5px;
	padding-left:260px;
	border-bottom:solid 1px #4a4a4a;
	background-color:#eaeaea;
}

.menu_link {
	float:left;
	width:auto;
	margin-left:4px;
}

#logo_holder {
	position:relative;
}

#logo {
	position:absolute;
	top:-14px;
	left:-8px;
}

#main {
	padding:80px 25px 0px 25px;
}

#footer {
	width:988px;
	margin-left:1px;
	/*margin:0px auto;*/
	padding-top:50px;
	background-image:url('../images/footer.gif');
	background-repeat:no-repeat;
	background-position:top;
	color:#191919;
	font-size:0.8em;
}

#footer_left {
	float:left;
	width:49%;
}

#footer_right {
	float:right;
	width:49%;
	text-align:right;
}

#footer_right a:link {color:#191919;text-decoration:underline;} 
#footer_right a:visited {color:#191919;text-decoration:underline;} 
#footer_righta:hover {color:#191919;text-decoration:none;}
#footer_right a:active {color:#191919;text-decoration:underline;}

#view_website {
	border:solid 1px #b5b5b5;
}

#view_website td {
	padding:3px;
	border-bottom:solid 1px #b5b5b5;
}

#examples_intro_text {
	width:210px;
	padding-right:30px;
}

#examples_thumbs {
	/*This can be changed, #examples_intro_text was taken off photography.php*/
	/*328 + 230 + 30????*/
	width:368px;
}

.thumbs_holder {
	clear:right;
	width:368px;
	padding-bottom:3px;
}

.thumbs_heading {
	width:140px;
	border:solid 1px #000000;
	border-bottom:none;
	padding-left:3px;
}

.thumbs_images {
	float:left;
	width:361px;
	border:solid 1px #000000;
	padding-top:5px;
	padding-left:5px;
}

.thumbs_images img, .corp_thumbs_section img {
	float:left;
	border:solid 1px #000000;
	margin-right:5px;
	margin-bottom:5px;
	cursor:pointer;
}

.thumbs_more {
	float:right;
	width:70px;
	border:solid 1px #000000;
	border-top:none;
	padding-left:3px;
	/*clear:left;*/
}

.thumbs_more a:link {color:#191919;text-decoration:none;} 
.thumbs_more a:visited {color:#191919;text-decoration:none;} 
.thumbs_more a:hover {color:#191919;text-decoration:none;}
.thumbs_more a:active {color:#191919;text-decoration:none;}

.thumbs_more img {
	border:none;
}

#examples_main_image {
	width:300px;
	padding-left:30px;
}

#examples_main_image img {
	border:solid 1px #000000;
}

#examples_main_image_fixed {
	position:fixed;
	width:284px;
	left:673px;
	top:150px;
}

#examples_main_image_fixed img {
	border:solid 1px #000000;
}

#corp_thumbs_images {
	float:left;
	border:solid 1px #000000;
	padding:10px 10px 0px 10px;
}

#corp_thumbs_images table {
	margin-bottom:10px;
}

.corp_thumbs_section {
	border:solid 1px #b5b5b5;
	padding-top:5px;
	padding-left:5px;
}

.corp_thumbs_section td {
	padding:5px;
}

.no_wrap {
	white-space:nowrap;
}

.corp_thumbs_section img {
	border:solid 1px #000000;
	margin-right:5px;
	/*margin-bottom:5px;*/
	cursor:pointer;
}

.name {
	font-size:0.9em;
	font-style:italic;
	font-weight:bold;
}

.home_images td {
	text-align:center;
	vertical-align:bottom;
}

/*.home_text {
	font-size:1.4em;
	text-align:center;
}

#extras {
	float:right;
	width:600px;
}

#extras td {
	vertical-align:top;
}

#thumbs td {
	padding:2px;
	font-size:0.8em;
	color:#ffffff;
	font-weight:bold;
}*/

/*.image needed for ie6 png fix*/
/*.image {
	background-image:url('../images/thumb_shadow.png');
	background-repeat:no-repeat;
	background-position:7px top;
}

#thumbs td img {
	padding:0px 9px 15px 7px;
}

#thumbs a:link {color:#ffffff;text-decoration:none;} 
#thumbs a:visited {color:#ffffff;text-decoration:none;} 
#thumbs a:hover {color:#fce9cc;text-decoration:none;}
#thumbs a:active {color:#ffffff;text-decoration:none;}*/





