/*========================================================

Global CSS file for Gorgeous Solutions

Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/

/*====================================================================
CSS to format the main structure of the website
=====================================================================*/
body {
	margin: 0;
	padding: 0;
	background: #000 url(../cssimages/bg_tile.jpg) repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 75%;
	text-align: center;
	}

#logo_header {
	position: relative;
	width: 770px;
	margin: 0 auto;
	height: 100px;
	}

#logo_header img {
	float: right;
	margin: 5px;
}

#container {
	margin: 0 auto;
	width: 770px;
	background-color: #000;
	color: #333333;
	margin-top: 2px;
	text-align: left;
	}

p {
	color: #555753;
	line-height: 1.8;
	padding: 0 10px 0 10px;
	text-align: left;
	}
	
a:active, a:focus { 
	outline-style: none; -moz-outline-style:none;
}


/*****************************************************************
FACEBOOK LOGO
******************************************************************/
#facebook a {
	position: absolute;
	right: 10px;
	top: 100px;
	display: block;
	text-indent:-9999em;
	width: 163px;
	height: 22px;
	background: url('../cssimages/facebook_logo.jpg') no-repeat;
}


/*====================================================================
Css code to format all the headers
=====================================================================*/

h1, h2, h3 {
	font-size: 1.7em;
	margin: 0px 10px 3px 10px;
	text-align: left;
}

h2 { font-size: 1.3em; }

h3 { font-size: 1.1em; }

h1 a:link, h2 a:link, h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited {
	color: #FD6162;
}

h1 a:link, h2 a:link, h3 a:hover {
	text-decoration: none;
}

h1 {
	letter-spacing: -1px;
}

/*====================================================================
Css code to format the hyperlinks
=====================================================================*/

a:link, a:visited { 
	text-decoration: none; 
	color: #000;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
	}

/*====================================================================
Code to format the navigation of the website
=====================================================================*/

#navigation {
	margin: 0 auto;
	height: 30px;
	width: 774px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	color: #000;
	float: left;
}

#navigation li {
	list-style-type: none;
	display: block;
	height: 30px;
	width: 99px;
	line-height: 30px;
	float: left;
	font-family: helvetica, arial, verdana;
	font-weight: bold;
	font-size: 1.2em;
	margin: 2px;
}

#navigation li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #fff;
}

#navigation li a:link {
	color: #fff;
}

#navigation li a:visited {
	color: #fff;
}

#navigation li a:hover {
	color: #fff;
	text-decoration:underline;
}
/*====================================================================
Specific colours for each content area of website
=====================================================================*/

.home {
	background-color: #7FB6DB;
}

.about {
	background-color: #B82242;
}

.services {
	background-color: #3C2715;
}

.clients {
	background-color: #C87DB7;
}

.gallery {
	background-color: #C87DB7;
}

.contact {
	background-color: #897E7A;
}

#navigation li.recent {
	width: 120px;
	background-color: #91D755;
}

/*====================================================================
Code to format main layout of website
=====================================================================*/

#content_header {
	background: url('../cssimages/content_header.jpg') no-repeat;
	height: 14px;
	width: 770px;
	margin: 0 auto;
}

#content {
	background: url('../cssimages/content_bg.jpg') repeat-y;
	width: 770px;
	padding: 20px;
}

#content_footer {
	background: url('../cssimages/content_footer.jpg') no-repeat;
	height: 14px;
	width: 770px;
	margin: 0 auto;
}

/*====================================================================
Code to format ABOUT colours for website
=====================================================================*/

#about #content_header {
	background: url('../cssimages/content_header_about.jpg') no-repeat;
}

#about #content {
	background: url('../cssimages/content_bg_about.jpg') repeat-y;
}

#about #content_footer {
	background: url('../cssimages/content_footer_about.jpg') no-repeat;
}

/*====================================================================
Code to format GALLERY colours for website
=====================================================================*/

#gallery #content_header {
	background: url('../cssimages/content_header_gallery.jpg') no-repeat;
}

#gallery #content {
	background: url('../cssimages/content_bg_gallery.jpg') repeat-y;
}

#gallery #content_footer {
	background: url('../cssimages/content_footer_gallery.jpg') no-repeat;
}

#gallery img {
	margin: 0 10px 10px 0;
}

/*====================================================================
Code to format Recent Work colours for website
=====================================================================*/

#recent_work #content_header {
	background: url('../cssimages/content_header_rw.jpg') no-repeat;
}

#recent_work #content {
	background: url('../cssimages/content_rw_bg.jpg') repeat-y;
}

#recent_work #content_footer {
	background: url('../cssimages/content_footer_rw.jpg') no-repeat;
}

#recent_work img {
	margin: 0 10px 10px 0;
}

/*====================================================================
Code to format SERVICES colours for website
=====================================================================*/

#services #content_header {
	background: url('../cssimages/content_header_services.jpg') no-repeat;
}

#services #content {
	background: url('../cssimages/content_bg_services.jpg') repeat-y;
}

#services #content_footer {
	background: url('../cssimages/content_footer_services.jpg') no-repeat;
}

/*====================================================================
Code to format CLIENTS colours for website
=====================================================================*/

#clients #content_header {
	background: url('../cssimages/content_header_clients.jpg') no-repeat;
}

#clients #content {
	background: url('../cssimages/content_bg_clients.jpg') repeat-y;
}

#clients #content_footer {
	background: url('../cssimages/content_footer_clients.jpg') no-repeat;
}

/*====================================================================
Code to format CONTACT colours for website
=====================================================================*/

#contact #content_header {
	background: url('../cssimages/content_header_contact.jpg') no-repeat;
}

#contact #content {
	background: url('../cssimages/content_bg_contact.jpg') repeat-y;
}

#contact #content_footer {
	background: url('../cssimages/content_footer_contact.jpg') no-repeat;
}

/*====================================================================
Code to format LI & UL items
=====================================================================*/

#content ul { 
	margin: 10px 0 20px 15px; 
	text-align: left;
}

#content li {
	font-size: 9pt;
	line-height: 1.5;
	color: #555753;
/*	display: block; */
	padding: 2px 0px 2px 0px; 
	margin: 2px 0 2px 10px;
/* 	list-style-type: none;*/
}

.header_image {
	margin: 0 0 0 40px;
}

.header_image_rw {
	margin: 0 0 0 15px;
}

/*====================================================================
Code to format the left hand side of the website
=====================================================================*/

#left_side {
	float: left;
	width: 700px;
	padding: 10px;
}

#left_side h1.replace {
	background: url('../cssimages/our_services.jpg') no-repeat;
	height: 28px;
	width: 151px;
}

#left_side h2.replace {
	background: url('../cssimages/contact_details.jpg') no-repeat;
	height: 28px;
	width: 190px;
}

#about #left_side h1.replace {
	background: url('../cssimages/about_us.jpg') no-repeat;
	height: 28px;
	width: 136px;
}

#about #left_side h2.replace {
	background: url('../cssimages/contact_details_about.jpg') no-repeat;
	height: 28px;
	width: 190px;
}

#services #left_side h1.replace {
	background: url('../cssimages/our_services_services.jpg') no-repeat;
	height: 28px;
	width: 190px;
}

#services #left_side h2.replace {
	background: url('../cssimages/contact_details_services.jpg') no-repeat;
	height: 28px;
	width: 190px;
}

#clients #left_side h1.replace {
	background: url('../cssimages/our_clients.jpg') no-repeat;
	height: 28px;
	width: 190px;
}

#clients #left_side h2.replace {
	background: url('../cssimages/contact_details_clients.jpg') no-repeat;
	height: 28px;
	width: 190px;
}

#contact #left_side h1.replace {
	background: url('../cssimages/contact_us.jpg') no-repeat;
	height: 28px;
	width: 190px;
}

/*====================================================================
Code to format the right hand side of the website
=====================================================================*/

#right_side {
	float: right;
	width: 273px;
	padding: 10px;
}

#right_side h1.replace {
	background: url('../cssimages/recent_projects.jpg') no-repeat;
	height: 38px;
	width: 194px;
}

#right_side img {
	width: 200px;
}

/*====================================================================
Code to format the strawberrysoup footer and copyright
=====================================================================*/

#strawberrysoup {
	width: 770px;
	margin: 0 auto;
}

#strawberrysoup a:link, #strawberrysoup a:visited, #strawberrysoup p {
	color: #ccc;
}

/*====================================================================
CSS to format forms
=====================================================================*/

/* CSS to format the forms on the website ==========================================================*/
#form {
	width: 500px;
	}
dl  {
	margin: 20px 0 0 20px;
}
dt {
	float: left;
	width: 150px;
	margin: 0 0 15px 0;
	padding-top: 4px;
	color: #555753;
}
dd {
	margin: 0 0 15px 0;
	color: #555753;
}
dd span {
	color: #666;
}
input, textarea {
	border: 1px #ccc solid;
	padding: 2px;
}
.submitbtn {
   margin: 3px 0 2px 0;
   color:#666666;
   font-family: Arial, Helvetica, sans-serif; 
   background-color: #efefef;
   font-weight: normal;
   border:1px solid #aaaaaa;
   }

