/*
+ <PROJECT_NAME>
+ Global Styles

+ Delete Designed
+ http://www.deletelondon.com
*/


/* ########## Body ########## */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-size: 62.5%;
	line-height: 1.5em;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Mac Safari/Firefox Hack for text rendering */
/* You need to be careful with this fix, as it will break any Flash element that it touches in Firefox. */
.fix, .fix * {
	opacity: .999;
	-moz-opacity: 0.99;
}
/* Safari3 Hack for rendering light type on dark background - Change colour to background colour */
.type {
/* text-shadow: #000 0 0 0; */
}
/* Start of Specific Styles */

html {
	height: 100%;
}

body {
	height: 100%;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	color: #656668;
	background:url(/images/bg.jpg) top center #040403 no-repeat;
}


/* ########## Links ########## */
a {
	color:#990000;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a.arrow {
	background:url(/images/arrow_o_r.gif) right 3px no-repeat;
	padding-right:10px;
}
b, strong {
	font-weight:bold;
}



/* ########## Text ########## */

p {
	font-family: Verdana;
	font-size: .9em;
}

ul {
	list-style: none;
	padding-bottom:10px;
}

ul li {
	background:url(/images/li.gif) 0 7px no-repeat;
	padding-left: 15px;
	padding-bottom:0px;
}

img, input, select, option {
	vertical-align:middle;
}

p {
	line-height:1.5em;
	padding-bottom:10px;
	color: #656668;
}

h1, h1 a {
	font-size: 2.7em;
	line-height: 1.0em;
	font-family:Georgia;
	padding-bottom: 10px;
}

h2, h2 a {
	font-size:2.5em;
	font-family:Georgia;
	color: #fe7422;
	font-style: italic;
	font-weight: bold;
	padding-bottom:10px;
}
h3, h3 a {
	font-size:1.4em;
	font-family:Georgia;
	color: #fe7422;
	font-style: italic;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: .03em;
	padding-bottom:10px;
}
h3 a.arrow {
	background:url(/images/arrow_o_b_r.gif) right 6px no-repeat;
	padding-right:15px;
}
h4 {
	font-size:1.1em;
	font-family:Georgia;
	color: #fe7422;
	font-style: italic;
	font-weight: bold;
	padding-bottom:10px;
}
h5 {
	font-size:1.0em;
	font-family:Georgia;
	color: #fe7422;
	font-style: italic;
	font-weight: bold;
	padding-bottom:10px;
}
.grey {
	color:#666;
	}



/* ########## Useful ########## */
.left {
	float:left;
}
.right {
	float:right;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* End hide from IE-mac */



/* ########## Form ########## */


dl.zend_form dt {
	clear:both;
	float:left;
	width:150px;
	padding-top:3px;
	padding-bottom:5px;
}
dl.zend_form dt label {
	font-weight:bold;
	color:#5A5A5A;
}
dl.zend_form dd {
	float:left;
	width:300px;
	padding-bottom:5px;
}
dl.zend_form dd .text {
	border:1px solid #999999;
	padding:3px;
	width:280px;
}

input, textarea {
	color: #656668;
}



/* ########## Containers ########## */
#wrapper {
	width:100%;
}

#main {
	width:100%;
}


/* ########## Header ########## */

#header {
	height:137px !important;
	position:relative;
}

#header #logo {    
	margin-left: auto;
    margin-right: auto;
	width:125px;
	padding-top:20px;
}

/* ########## Navigation ########## */

#nav {
	background:url(/images/new-top-line.png) top left repeat-x;
	height:61px;
	width:1000px;
	margin:0px auto;
}

#nav-container {
	padding-top:22px;
	margin:0px auto;
	width:670px;
}


#nav ul {
	list-style:none;
}

#nav ul li {
	dislpay:block;
	float:left;
	padding: 0px;
	background: none;
}
#nav ul li a {
	dislpay:block;
	float:left;
	height:31px;
	overflow: hidden;
	text-indent:-999px;
}

#nav li#about_us a {
	background:url(/images/nav_about_us.gif) top left no-repeat;
	width:144px;
}

#nav li#recent_work a {
	background:url(/images/nav_recent_work.gif) top left no-repeat;
	width:177px;
}

#nav li#get_in_touch a {
	background:url(/images/nav_get_in_touch.gif) top left no-repeat;
	width:173px;
}

#nav li#client_area a {
	background:url(/images/nav_client_area.gif) top left no-repeat;
	width:170px;
}

#nav li#about_us a:hover {
	background-position:0px -31px;
}

#nav li#recent_work a:hover {
	background-position:0px -31px;
}

#nav li#get_in_touch a:hover {
	background-position:0px -31px;
}

#nav li#client_area a:hover {
	background-position:0px -31px;
}

#nav li#about_us a.selected {
	background-position:0px -62px;
}

#nav li#recent_work a.selected {
	background-position:0px -62px;
}

#nav li#get_in_touch a.selected {
	background-position:0px -62px;
}

#nav li#client_area a.selected {
	background-position:0px -62px;
}






/* ########## Body ########## */

#body {
	background:url(/images/body_top.png) top left  no-repeat;
	width:1000px;
	margin:0px auto;
	min-height:400px;
	padding-top:7px;
}

#body-content {
	background:url(/images/body_mid.gif) top left  repeat-y;
	padding-top:12px;
	padding-left:17px;
	padding-bottom:12px;
	width:983px;
	position: relative;
}

#body-footer {
	background:url(/images/body_bottom.png) top left  no-repeat;
	width: 1000px;
	height: 9px;
}

/* ########## Footer ########## */

#footer {
	height:271px;
	width:100%;
	background:url(/images/footer_bg.jpg) top center no-repeat;
}
#footer-logo {
	margin-left: auto;
    margin-right: auto;
    padding-top:112px;
    width: 126px;
}
#footer-text {
    padding-top:20px;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/* ########## Global ########## */


.contentHeader {
	background:url(/images/content_header_bg.gif) top left no-repeat;
	width:625px;
	height:44px;
	color:#ffffff;
}
.contentHeader h1 {
	padding-top:10px;
	padding-left:15px;
	font-style: italic;	
}

.contentBody {
	border-left:1px solid #eaeaeb;
	border-right:1px solid #eaeaeb;
	width:623px;
}
.contentFooter {
	background:url(/images/content_footer_bg.gif) top left no-repeat;
	width:625px;
	height:33px;
}

#newsletter {
	background:url(/images/newsletter_bg.gif) 0 0 no-repeat;
	width: 312px;
	height: 124px;
	margin-left:5px;
}

#newsletter img {
	padding: 25px 0 0 25px;
}

#newsletter #newsletterFields {
	padding: 20px 0 0 25px;
}

#newsletter #newsletterFields input#email {
	background:url(/images/input_bg2.gif) 0 0 no-repeat;
	width: 189px;
	height: 20px;
	border:0 none;
	padding:8px 0 0 8px;
	font-family:Georgia;
	font-size:1em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#newsletter #newsletterFields input#signup {
	background:url(/images/btn_signup.gif) 0 0 no-repeat;
	width: 67px;
	height: 28px;
	border:0 none;
	overflow:hidden;
	text-indent:67px;
	font-size: 0px;
	line-height: 0;
}

.boxRight {	
	background:url(/images/box_r.gif) 0 0 no-repeat;
	width: 6px;
}

.boxLeft {	
	background:url(/images/box_l.gif) 0 0 no-repeat;
	width: 8px;
}
.boxCentre {	
	background:url(/images/box_c.gif) 0 0 repeat-x;
	width: 275px;
	padding:15px 10px 15px 10px;
}
.boxFoot {	
	background:url(/images/box_f.gif) 0 0 no-repeat;
	width: 309px;
	height: 5px;
	padding-bottom: 15px;
}

	

/* ########## Cms ########## */

.bodyHeader {
	width:100%;
	height:180px;
	margin: 0px;
	overflow:hidden;
}

.bodyLeft {
	float:left;	
	width:624px;
	padding-top: 25px;
}

.bodyLeft .title {
	padding:0 0 5px;
	width:565px;
}

.bodyLeft .title h1 {
	color:#666666;
	font-style: italic;
}

.bodyLeft p {
}

.bodyRight {
	float:right;
	width:313px;
	padding-top: 25px;
}

.bodyRight p {
	padding-bottom: 20px;
}
