html {
	font-family: "Georgia";
	margin: 0 auto;
}

body {
	background-color: #FAF7EB;
}


#logo {
	position:absolute;
	left:0px;
	width: 199px;
	margin: 0 auto;
	z-index:10;
}

#logo span, #logo a {
	display: block;
	width: 191px;
	height: 99px;
	padding: 0;
	border-style: none;
	background: url('/images/nav_h1.jpg') no-repeat;
}

#logo img  {
	display: block;
	width: 0px;
}
#logo a:hover {
	background: url('/images/nav_h1.jpg') 199px 0px;
}


div#nav {
	background: url('/images/nav_bg.jpg');
	height: 99px;
}

div#nav h1 {
	position: absolute;
	text-indent: -9999px;
}


div#nav ul {
	position: absolute;
	left: 250px;
	width: 450px;
	top: 55px;
}

div#nav li {
	color: #fd3;
	font-size: 30px;
	display: inline;
	font-style: italic;
	margin-right: 15px;
	padding-top: 55px;
	padding-bottom: 9px;
}

div#nav li a {
	color: white;
	text-decoration: none;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
}

div#nav li a:hover {
	color: #ffb;
}

div#nav li p {
	display: inline;
	padding-top: 55px;
	padding-bottom: 9px;
}

div#nav li#selected p {
	background: url('/images/nav_selected_mark.jpg') no-repeat center 7px;
}

div#nav li#selected {
	background: url('/images/li_active.jpg');
	padding-left:10px;
	padding-right:10px;
}

div#login {
	margin-left: 85%;
	background: url('/images/login_bg.jpg') no-repeat;
	width: 105px;
	padding-top: 21px;
}

div#login p a {
	position: relative;
	padding-left: 33px;
	font-size: 11px;
	font-weight: bold;
	color: #126;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	top: -7px;
	text-decoration:none;
}

div#branding {
	height: 250px;
	background-color: #fff;
	background: url('/images/branding_bg.jpg') repeat-x;
}

div#branding h2 {
	position: absolute;
	top: 170px;
	left: 45%;
	padding-left: 30px;
	padding-top: 30px;
	width: 360px;
	font-size: 24px;
	font-weight: normal;
	background: url('/images/branding_h2.jpg') no-repeat -2px -13px;
}

div#branding h2 em {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}

div#branding h3 {
	font-size: 36px;
	font-weight: normal;
	margin-left: 170px;
	padding-top: 20px;
	color: #711;
	margin-bottom: 30px;

}

div#branding p {
	color: #000;
	font-size: 20px;
	margin-left: 170px;
	margin-bottom: 20px;
	margin-right: 30px;
	z-index: 200;

}

div#branding ul {
	position: relative;
	padding-left: 100px;
	top: -20px;
}

div#branding li {
	display: inline;
}

div#branding_watermark {
	position: relative;
	top: 10px;
	background: url('/images/branding_h3.jpg') no-repeat;
	height: 290px;
	z-index: 1;
}

div#body {
	background-color: #FAF7EB;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 20%;
}

div#body p {
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	text-align: justify;
	color: #666;
	margin-right: 20px;
	line-height: 180%;
	padding-top: 20px;

}

div.left_container {

	position: relative;
	margin-left: 10%;
	padding-top:15px;
	width: 40%;
	float:left;
	
}

div.left_container p {

	padding-top:15px !important;
	font-size: 14px !important;
	line-height: 2em !important;
	padding-bottom: 0px;
	
}

div.left_container strong {

	font-weight: 800;
	color: #000;
	
}

div#body h3 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #222;
}

div#body h3.error {
	color:#666;
	background-color: #fcc;
	margin-bottom:250px;
	margin-top:20px;
	padding-top:5px;
	border: 0px;
	border-left: 10px solid #f66;
	border-right: 10px solid #f66;
	font-size:16px;
	padding-left:20px;
	width: 500px;
}

div.left_container h3 {

	border-bottom: 2px solid #eed;
	text-align: left;
	margin-right: 2%;
}

div.right_container {
	
	position: relative;
	margin-left: 50%;
	margin-right: 3%;
	padding-top:15px;

}

div.right_container h3 {
	text-align: left;
	border-bottom: 2px solid #eed;
}

.right_container a:hover {
	background-color: transparent !important;
	border: 0px !important;
}

div#showcase {
	margin-top: 20px;
	width: 383px;
}

div#main_content {
	position: relative;
	width: 68%;
	margin-left: 10%;
}

div#main_content h3 {
	margin-right: 75px;
	border-bottom: 2px solid #eed
}

div#main_content p {
	margin-right: 100px;
	margin-bottom: 20px;
}

div#body a, div#bottom a, div#copyright a {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	border-bottom: 2px solid #eed;
	color: #48b;
	padding: 2px 2px 2px 2px;

}

div#body a:hover, div#bottom a:hover, div#copyright a:hover  {
	color: #FAF7EB;
	background-color: #48b;
	border-bottom: 2px solid #ba8;
}


div.puzzle {
	clear: both;
}

.puzzle img {
	clear: both;
	float: left;
	padding-bottom:15px;
	padding-top:5px;
}

.puzzle p {
	padding-left: 180px;
	font-size: 11px !important;
}

ul.services_list {
	margin-right: 18%;
}

.services_list li {
	padding-top: 10px;
}

.services_list h5 {
	background-color: #F0ECDE;
	padding: 4px 4px 4px 4px;
	
}

.services_list a, .services_list h5 {
	font-style: italic !important;
	font-weight: normal !important;
	font-size: 18px !important;
	font-family: "Georgia" !important;
	color: #000 !important;
}

.services_list div {
	background-color: #F0ECDE;
	height: 120px;
	padding-top: 10px;
	padding-right: 35px;
	padding-left: 35px;
}

.services_list h5#list_web {
	background: url('/images/services/li_website.jpg') no-repeat left 6px;
	background-color: #F0ECDE;
	padding-left: 30px;
	border-top: 6px solid #99a;
}

.services_list h5#list_print {
	background: url('/images/services/li_print.jpg') no-repeat left 6px;
	background-color: #F0ECDE;
	padding-left: 30px;
	border-top: 6px solid #c98;
}

.services_list h5#list_photo {
	background: url('/images/services/li_photo.jpg') no-repeat left 3px;
	background-color: #F0ECDE;
	padding-left: 30px;
	border-top: 6px solid #9a8;
}

.services_list h5#list_business {
	background: url('/images/services/li_business.jpg') no-repeat left 1px;
	background-color: #F0ECDE;
	padding-left: 30px;
	border-top: 6px solid #db8;
}

.services_list p {
	margin: 0 !important;
	padding: 0 !important;
}

div#sub_content {
	position: absolute;
	top: 390px;
	width: 25%;
	margin-left: 75%;
	height: 250px;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	background: transparent url('/images/content_sub_bg.jpg') no-repeat 0 0;
}

div#sub_content h5 {
	font-weight:400;
	padding-top: 20px;
	font-size: 14px;
	color: #711;
	padding-bottom: 15px;
	padding-left: 20px;
}

div#sub_content ul {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	padding-left: 20px;
}

div#sub_content li {
	background: url('/images/sub_content_li_bg.jpg') no-repeat 0px 6px;
	padding-left: 25px;
}

.non-image li {
	background: #FAF7EB !important;
	padding-left: 10px !important;
}

div#sub_content p {
	padding-left: 20px;
	font-size: 11px;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	width: 150px;
	line-height: 14px;
	padding-top:15px;
	letter-spacing:normal !important;
}

div#sub_content .rfq {
	
	background: url('/images/rfq_icon.jpg') no-repeat 0px 14px;
	margin-left:20px;
}

div#bottom {
	position: relative;
	height: 204px;
	background: url('/images/bottom_bg.jpg');
	padding-top: 20px;
	font-family: "Lucida Grande","Lucida Sans Regular", "Lucida Sans", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #999;
}

div#bottom h4 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	color: #602;
}

div.bottom_contact {
	padding-left:10%;
}

div#bottom table {
	margin-top: 10px;
}

div#bottom td {
	color: #999;
	font-size: 12px;
	vertical-align: top;
	padding-right: 20px;
	padding-top: 5px;

}

div#bottom td.title {
	font-weight:bold;
	color: #666;
}

div#bottom address {
}

div#bottom p {
	padding-top: 15px;
}

.newsletter {
	position:absolute;
	left:50%;
	top:20px;
}

.newsletter_button {
	position:absolute;
	top:69px;
	left:270px;
	width:100px;
}

#newsletter_form {
	padding-top: 20px;
}

#newsletter_form input.text {
width:250px;
}

#newsletter_form legend {
	display: none;
}

#newsletter_form input.text {
background-color:#fff;
border:1px inset;
font-size:16px;
margin-bottom:10px;
padding:3px;
font-family:Georgia;
}

#newsletter_form input.text:focus{
background-color:#eed;
border-color:#222;
border-style:solid;
}

div#copyright {
	padding-top: 20px;
	padding-left: 105px;
	font-size: 12px;
	font-family: "Lucida Grande","Lucida Sans Regular", "Lucida Sans", Tahoma, Arial, Verdana, sans-serif;
	color: #776;
	background: url('/images/copyright_bg.jpg') no-repeat 60px 22px;
}

div.person_left {
	position:relative;
	left: -50px;
	height:250px;
}

.person_left img {
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	padding:5px;
	float:left;
	background-color:#FAF9F3;
	border:1px solid #ccc;
}

.person_left h5 {
	padding-top:20px;
	font-weight:normal;
	margin-left: 200px;
	margin-right:20px;
	padding-bottom: 4px;
	font-size:24px;
	border-bottom: 2px solid #999;

}

.person_left h5 em {
	font-size:12px;
	color: #603;
}

.person_left p {
	margin-right:25px !important;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:14px !important;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


.buttons a:active {
background-color:#6299c5;
color:#fff;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


div#work_provided {
	margin-top:20px;
	float:right;
	padding-left:5px;
	margin-left:15px;
	padding-right:40px;
	border-left: 2px solid #F0ECDE;
	
}

div#work_provided h5 {
	font-size:16px;
	font-family: "Lucida Grande","Lucida Sans Regular", "Lucida Sans", Tahoma, Arial, Verdana, sans-serif;
	color:#600;
	padding-bottom:10px;
	padding-left:20px;
	background: url('/images/puzzle_icon.jpg') no-repeat -2px 2px;
}

div#work_provided li {
	font-family: "Lucida Grande","Lucida Sans Regular", "Lucida Sans", Tahoma, Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size: 13px;
	letter-spacing: .1em;
	padding-top:3px;
	text-indent: 20px;
}

img.about_thumb_left {
	float: left;
	padding: 5px;
	margin-right: 20px;
	background-color:#FAF9F3;
	border:1px solid #ccc;
}

img.about_thumb_right {
	float: right;
	padding: 5px;
	margin-left: 20px;
	background-color:#FAF9F3;
	border:1px solid #ccc;
}

img.work {

	padding: 5px;
	background-color:#FAF9F3;
	border:1px solid #ccc;
	margin-top:20px;
	margin-right:5px;
}

a.no_hover {
	border:0px !important;
	padding:0px !important;
	margin:0px !important;
}

a.no_hover:hover {
	border:0px !important;
	padding:0px 0px 0px 0px !important;
	margin:0px !important;
	background-color:transparent !important;
}

img.work:hover {
	border-color:#999;
}

.no_right {
	padding-top:0px !important;
	padding-right:0px !important;
	margin-right:0px !important;
}

.big_link {
	text-align:center !important;
	font-size:24px !important;
	padding-top:0px !important;
}