/*
CSS document for CMS - Lite Version
Author: James Nicol, eNilsson, www.enilsson.com. May 2007
*/

body {
	background:#000000 url(../images/bg.gif);
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

html,body{
  margin:0;
  padding:0;
  height:100%;
  border:none
}

/*-- Whitespace reset --*/
* {
	margin:0;
	padding:0;
}


/*-- General Styles --*/
img, fieldset {
	border:none;
}
a {
	color:#d63030;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#353535;
}

ul {
	list-style: none;
}
table {
	border-collapse:collapse;
}
.form_input, textarea, select {
	padding:2px 3px 2px 3px;
	border:1px solid #CCCCCC;
	width:96%;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
}
p.success_message {
	text-align:center;
	margin:2px 5px;
	padding:5px;
	color:#669900;
	border:1px solid #669900;
	background:#EEFAE8;
	margin-bottom:5px;
}
p.fail_message {
	text-align:center;
	margin:2px 5px;
	padding:5px;
	color:#CC3300;
	border:1px solid #CC3300;
	background:#F9E9E4;
	margin-bottom:5px;
}

img#logo, div#main_links, #enquiry_link, #box1_tabs {
	display:none;
}



/*-- CONTENT --*/
#container {
	width:780px;
	border:1px solid #000;
	background:#FFF;
	margin:10px auto;
}
#masterhead {
	margin-bottom:5px;
	border-bottom:2px solid #000;
	background:url(../images/mh_bg.jpg) no-repeat right top;
}
#navbar {
	background:#FFF url(../images/bar.gif) repeat-x;
	overflow:hidden;
}
#navbar li {
	float:right;
	text-transform: uppercase;
}
#navbar li a {
	background:url(../images/arrow.gif) no-repeat 0px 3px;
	color:#FFF;
	display:block;
	padding-left:15px;
	margin:8px 60px 8px 0;
}	
#content {
	background:#FFF url(../images/content_bg.jpg) repeat-x;
	padding:15px;
}
#content #drop_right {
	background:#FFF url(../images/shadow_right.gif) repeat-y right top;
	padding-right:4px;
	width:746px;
}

#content #drop_bottom {
	background:#FFF url(../images/shadow_bottom.gif) no-repeat left bottom;
	padding-bottom:4px;
	width:746px;
}


#innerContent {
	background:#FFF;
	border:1px solid black;
	padding:15px;
	overflow: hidden;
}
#innerContent #left {
	width:428px;
	margin-right:14px;
	float:left;
}
#innerContent #right {
	float:left;
	width:272px;
}
#innerContent #left img,
#innerContent #right img {
	display:block;
}


#innerContent #left #news 
{
	background:#ecedef;
	height:160px;
}
#innerContent #left #news h2 
{
	color:#d71144;
	padding:8px 10px 3px;
	border-bottom:1px solid #FFF;
}

#innerContent #left #news ul
{
	padding:3px 10px;
}

#innerContent #left #news ul li
{
	padding:4px 0;
}

#innerContent #left #news a
{
	color:#0262d0;
}
#innerContent #left #news span
{
	color:#9b9c9e;
	font:10px arial;
}

#innerContent #left #brief
{
	padding:20px 20px 0;
	background:#ecedef;
	height:160px;
}

#innerContent #right #services_home 
{
	padding:10px 20px;
	background:#fdd3df;
}
#innerContent #right #services_home ul ul
{
	margin-left:20px;
}
#innerContent #right #services_home li {
	margin:3px 0;
	background: url(../images/bullet.png) no-repeat 0 7px;
	padding-left:10px;
}
#innerContent #right #services_home li li {
	background: none;
	padding-left:0px;
}

#innerContent #right #featured_name 
{
	background:#d31145;
	padding:10px 20px;
	color:#FFF;
}
#content #right #featured_desc 
{
	padding:10px 20px;
	background:#fdd3df;
}



#footer {
	background:#000;
	text-align:center;
	color:#FFF;
	padding:5px;
	font-size:10px;
}


#gallery ul li {
	float:left;
	margin-right:4px;
}

#img_gallery {
	position:relative;
	width:268px;
	height:171px;
}
#img_gallery div {
	position:absolute;
}

/* -- PROJECTS -- */

#projects  #left p {
	margin-left:290px;
}


/* -- PAGES -- */
/*
.lower  {
	background:#FFF url(../images/bg_lower.gif) repeat-y;
	overflow:hidden;
	padding-left:6px;
}
.lower #right {
	width:94px !important;
	padding:20px;
}

.lower #left {
	width:559px !important;
	
}
.lower #left p {
	margin-bottom:10px;
}

.lower #left #gallery {
	width:272px;
	float:left;
}
.lower  #left #gallery img {
	margin-bottom:10px;	

}
.lower  #right a {
	display:block;
	color:#0070cd;
	margin-bottom:4px;
}
*/
.lower  {
	padding:10px 15px;
}
.lower p {
	margin-bottom:20px;
}
.lower h3 {
	margin-bottom:10px;
}
.lower h3 b {
	color:#d70d47;
}

.lower ul
{
	margin-left:20px;
}
.lower li {
	margin:3px 0;
	background: url(../images/bullet.png) no-repeat 0 7px;
	padding-left:10px;
}
.lower li li {
	background: none;
	padding-left:0px;
}