@charset "utf-8";




/* ---------LAYOUT STYLES-------- */


div.adspace {
	background-image: url(images/ad_small.jpg);
	background-color: #FFF;
	width: 547px;	
	height: 233px;
	}

div.button{
	padding-top: 154px;
	padding-left: 47px;
	}

a.srollover {
	display: block;
	width: 170px;
	height: 21px;
	background: url("images/view_portfolio.gif") 0 0 no-repeat;
	text-decoration: none;
	border: 0px;
	}

a:hover.srollover {
	background-position: -170px 0;
	}

body {
	background-image: url(images/bg_blue.gif);
	background-repeat: repeat-x; 
	background-color: #E8EFF9;
	}

#container, #footer, #logo, #menu, #top, #wrapper {
	width: 771px;
	margin: 0px auto;
	}

.floatright, .floatrightad {
	float: right;
	}

.floatrightad {
	padding-bottom: 30px;
	}

#footer, #footer p {
	text-align: center;
	}

#footer p, #footer a {
	color: #6C8BB4;
	}

#footer p {
	font-family: verdana;
	font-size: 0.55em;
	padding-top: 10px;
	padding-bottom: 40px;
	}

#footer a:hover {
	color: #396094;
	}

#logo {
	height: 85px; 
	}

.logo {	
	padding: 0px 50px 25px 50px;
	}

#top {
	background-image: url(images/top.jpg);
	background-color: #E8EFF9;
	height: 62px;
	}

#top p {
	font-family: verdana;
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 31px;
	padding-right: 85px;
	text-align: right;
	}

#top em {
	font-family: verdana;
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 32px;
	padding-right: 85px;
	text-align: right;
	}

#wrapper {
 	background-color:#FFFFFF;
	overflow:hidden;
	background-image: url(images/bg_wrapper.gif);	
	}


/* -------END LAYOUT STYLES------ */







/* ----------MENU STYLES--------- */

#menu, #wrapper {
	background-repeat: repeat-y; 
	}

#menu {
	background-image: url(images/bg_menu.gif);
	padding-left: 11px;
	height: 29px;
	border-bottom: thin #AAC1EC;
	}

/* For more menu styles, consult menu.css */


/* --------END MENU STYLES------- */







/* -------BODY TEXT STYLES------- */


#ad, #bulk, .floatleft {
	float: left;
	}

#ad, #bulk, table {
	width: 547px;
	}

#ad {
	height: 438px;
	background: #FFF;
	}

#bulk {
	border-right: 0px; 
 	margin-right: 0px; 
	}

#bulk a {
	color: #5996d9;
	text-decoration: underline;
	}

#bulk a:hover {
	color: #316093;	
	text-decoration: underline;
	}

#bulk em {
	font-style: italic;
	}

#bulk h1, #bulk h2, #bulk h3, #bulk li, #bulk p, .caption, #thanks h1, #thanks h2 {
	font-family: Arial;
	font-family: Arial;
	}

#bulk h1, #bulk h2, #thanks h1, #thanks h2 {
	letter-spacing: -0.025em;
	}

#bulk h1, #bulk h3, #bulk em, #footer a, #footer a:hover, #thanks h1 {
	font-weight: bold;
	}

#bulk h1, #thanks h1 {
	color: #D35400;	
	font-size: 1.6em;
	padding: 35px 0px 5px 48px;
	}

#bulk h2, #thanks h2 {
	color: #021561;	
	font-size: 1.3em;
	padding: 0px 0px 20px 50px;
	}

#bulk h3 {
	color: #F58E1D;
	font-size: 0.9em;
	padding: 10px 0px 0px 50px;
	}

#bulk li {
	font-size: 0.8em;
	padding-left: 0px;
	margin-bottom: 10px;
	line-height: 1.3em;
	}

#bulk p {
	color: #333333;
	line-height: 1.4em;
	font-size: 0.8em;
	padding: 10px 30px 20px 50px;
	}

#bulk ul {
	padding-left: 105px;
	list-style-image: url(images/bullet.gif);
	margin-bottom: 25px;
	margin-top: 5px;
	padding-right: 75px;
	}

.caption {
	color: #333333;
	line-height: 1.4em;
	font-size: 0.7em;
	margin-top: 10px;
	}

.spacer {
	height: 30px;
	}

table.contact {
	width: 510px;
	}

table.portfolio {
	width: 100%;
	padding-left: 50px;
	margin: 0px auto;
	}

table.testimonials {
	width: 100%;
	padding-left: 50px;
	margin: 0px auto;
	}

td.testimonials { 
	vertical-align: middle;
	padding-bottom: 40px;
	font-size: 1.2em;
	} 

td.portfolio { 
	vertical-align: middle;
	padding-bottom: 40px;
	font-size: 1.2em;
	} 

td.contact { 
	vertical-align: middle;
	padding: 20px;
	} 

.testimonial_pic {
	padding-bottom: 10px;	
	}
	
table.none {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	width: 500px;
	margin-left: 25px;
	
}
table.none th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.none td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}

/* -----END BODY STYLES----- */







/* -------FORM STYLES------- */


#contactform {
	background-image: url(images/bg_contactform.gif);
	background-repeat: repeat-x; 
	width: 224px;
	float: left;
	background-color: #FFF;
	} 

#contactform h1 {
	font-family: Arial;
	font-size: 1.175em;
	color: #3b3a38;
	padding: 15px 0px 6px 15px;
	}

#contactform h2 {
	font-family: arial;
	font-size: 0.6em;
	color: #3b3a38;	
	padding-left: 15px;
	padding-bottom: 7px;
	}


#contactform p {
	color: #3b3a38;
	font-family: arial;
	font-size: 0.8em;
	padding: 10px 25px 5px 15px;
	}
	
#contactform h3 {
	color: #5996D9;
	font-family: verdana;
	font-size: 0.6em;
	font-weight: bold;
	padding: 10px 10px 5px 0px;
	}

#contactform.logo2 {	
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-left: 20px;
	}

#contactform.logo3 {	
	padding-left: 50px;
	margin-left: 120px;
	display: block;
	}

form {
	padding-left: 15px;
	}

input.all, textarea {
	width: 165px;
	font-family: arial;
	font-size: 0.8em;
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	padding: 2px;
	}

input.sendbutton {
	margin-top: 10px;
	}


/* ------END FORM STYLES------- */

/* -------END STYLESHEET------- */
