/*----------------------------------------------------*/
/* Layout */
/*----------------------------------------------------*/

body {
	background: Black url(images/bg_page.jpg) no-repeat center top;
}
#contentwrap {
	height: 600px; width: 900px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position:  0 181px;
}

#top {
	height: 100px;
	padding: 81px 0 0 115px;
}
#top a.logo {
	background: none;
}
#top a img {
	margin-bottom: 14px;
}
#top ul {
   display: inline;
	margin: 0;
   padding: 0;
}
#top ul li {
   list-style: none;
   display: inline;
	word-spacing: 4px;
	background: url(images/small_arrow.gif) no-repeat right center;
	margin: 0;
   padding: 0 23px 0 8px;
}
#top ul li#currentpage {
	text-transform: uppercase;
	background: none;
}

#left-side {
	height: 248px; width: 205px;
	float: left;
	padding-top: 98px;
}
#left-side a {
	background: none;
}
#left-side img {
	margin-bottom: 32px;
}
#left-side #web, #left-side #logo {
	margin-left: 92px;
}
#left-side #print {
	margin-left: 76px;
}

#content {
	float: right;
	width: 683px;
	padding-left: 12px;
}
#content h2 {
	height: 38px;
	font-size: 28px;
	text-align: right;
	letter-spacing: -1px;
	margin: 0;
	padding: 9px 30px 5px 0;
}

/*----------------------------------------------------*/
/* Preview Page */
/*----------------------------------------------------*/

table#preview td {
	height: 81px; width: 81px;
	font-size: 11px;
	vertical-align: middle;
}
table#preview td.pic {
	width: 70px;
	text-align: right;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 8px;
	padding-right: 11px;
}

table#preview td h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 4px 0;
	line-height: 12px;
}
table#preview td.arrow {
	text-align: center;
}
table#preview td.arrow a, table#preview td.pic a {
	background: none;
}
.notice {
	font-size: 11px;
	text-align: left;
	line-height: 14px;
	margin: 0;
	padding: 6px 60px 0 12px;
}

/*----------------------------------------------------*/
/* Project Page */
/*----------------------------------------------------*/

#content .pic-preview {
	float: right;
	width: 146px;
	vertical-align: top;
	padding-right: 20px;
}
#content .pic-preview a {
	background: none;
}
#content .pic-preview img {
	margin-bottom: 20px;
}
#content #description {
	float: right;
	width: 300px;
	margin-left: 25px;
}
#content #description h3 {
	font-size: 14px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0;
	padding: 14px 40px 0 0;
}
#content #description p {
	text-align: right;
	color: #788080;
	margin: 0;
	padding: 2px 40px 0 0;
}

/*----------------------------------------------------*/
/* Contact Page */
/*----------------------------------------------------*/

#contact #contentwrap {
	background-image: url(images/bg_contact.jpg);
}
#contact .messages {
	width: 323px;
	float: left;
	text-align: center;
}
#contact #form {
	width: 360px;
	float: right;
	text-align: right;
	padding-top: 13px;
}
#contact #form p {
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0 44px 15px 0;
}
input.text-field {
	height: 15px; width: 157px;
	font-size: 11px;
	text-transform: none;
	border: none;
	color: #49aeb2;
	background-color: transparent;
	margin: 0 0 0 12px;
	padding: 0 5px 0 5px;
}
textarea {
	height: 125px; width: 277px;
	overflow: hidden;
	font-family: Trebuchet MS, "MS Sans Serif", Geneva, sans-serif;
	font-size: 11px;
	border: none;
	color: #49aeb2;
	background-color: transparent;
	margin: 4px 30px 11px 0;
	padding: 0 5px;
}

/*----------------------------------------------------*/
/* WEB */
/*----------------------------------------------------*/

#web-design #contentwrap {
	background-image: url(images/bg_web.jpg);
}
#web-design h2, #web-design table#preview td, #web-design #content p.notice, #web-design h3{
	color: #ae2c42;
}
#web-design table#preview td.pic {
	background-image: url(images/border_web.gif);
}

/*----------------------------------------------------*/
/* PRINT */
/*----------------------------------------------------*/

#print-design #contentwrap {
	background-image: url(images/bg_print.jpg);
}
#print-design h2, #print-design table#preview td, #print-design #content p.notice, #print-design h3{
	color: #125e9a;
}
#print-design table#preview td.pic {
	background-image: url(images/border_print.gif);
}

/*----------------------------------------------------*/
/* LOGO */
/*----------------------------------------------------*/

#logo-design #contentwrap {
	background-image: url(images/bg_logo.jpg);
}
#logo-design h2, #logo-design table#preview td, #logo-design #content p.notice, #logo-design h3{
	color: #74416f;
}
#logo-design table#preview td.pic {
	background-image: url(images/border_logo.gif);
}

/*----------------------------------------------------*/
/* 404 */
/*----------------------------------------------------*/

#page404 p {
	font-size: 15px;
	text-align: right;
	margin: 0;
	padding: 0 40px 10px 0;
}
#page404 ul {
	margin: 0;
	padding: 0;
}