/* graphicworks */

/* @group HTML elements */

html,body {
	/* background:#a3c2bd url(../../images/template_elements/background_gradient.gif) repeat-x;*/
	background-color:#a3c2bd;
	min-height:110%;
}

h1 {
	bottom:20px;
	color:#fff;
	font-size:1.5em;
	line-height: 135%;
	position:absolute;
	width:400px;
}

h2 {
	color:#fff;
	font-size:1.15em;
	line-height:125%;
	margin:0 0 10px 0;
}

h3 {}

p {
	color:#fff;
	font-size:0.95em;
	line-height:1.5em;
	margin:0 0 10px 0;
}

a {
	color:#336666;
	text-decoration:none;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

img {}

/* @end */

/* @group Layout */

#wrapper {
	height:110%;
	margin:0 auto;
	min-height:100%;
	overflow:hidden;
	width:903px;
}

#header_image {
	/*background:#000 url(http://www.graphicworks.uk.com/images/template_elements/header_image.jpg) no-repeat;*/
	background-color:#404040;
	float:left;
	height:232px;
	width:171px;
}

#navigation {
	background-color:#404040;
	float:left;
	height:23px;
	padding:20px 0 0 12px;
	width:720px;
}

#navigation li {
	display:inline;
	margin:0 10px 0 0;
}

#navigation a {
	color:#fff;
	font-family:Lucida Sans,Helvetica,Arial,sans-serif;
	text-decoration:none;
}

#header {
	background:#404040 url(../../images/template_elements/graphic_works_logo.jpg) no-repeat 91% 50%;
	float:left;
	height:129px;
	padding:60px 0 0 12px;
	position:relative;
	width:720px;
}

#section_navigation {
	background-color:#666;
	border-top:1px solid #fff;
	clear:left;
	float:left;
	width:171px;
}

#body {
	border-top:1px solid #fff;
	float:left;
	padding:25px 0 0 12px;
	width:537px;
}

#aside {
	border-top:1px solid #fff;
	float:left;
	padding:0 0 0 12px;
	width:171px;
}

#studio_address {
	float:left;
	margin:0 20px 0 0;
}

#registered_address {
	float:left;
}

#footer {
	border-top:1px solid #fff;
	clear:left;
	float:left;
	padding:15px 0 0 183px;
	width:903px;
}

#footer p {
	font-size:0.65em;
}

/* @group HTML elements within layout divs  *//* @end */

/* @group Body classes */

body.start #navigation li.start a {
	color:#a4d343;
}

body.works #navigation li.works a {
	color:#a4d343;
}

body.contact #navigation li.contact a {
	color:#a4d343;
}

body.development h1 {
	-webkit-transform: rotate(-30deg); 
	-moz-transform: rotate(-30deg);	
	bottom:20px;
	color:rgba(255,255,255, 0.25);
	font-family: 'League Gothic';
	font-size:3em;
	letter-spacing: 1px;
	line-height: 140%;
	margin:0 0 100px 0;
	position:absolute;
	width:400px;
}

.tint {
	color:rgba(255,255,255, 0.1);
	font-family: 'League Gothic';
	font-size:3em;
	letter-spacing: 1px;
	line-height: 140%;

}

/* @end */









