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

Global CSS file for DDL.uk.com

Created by Strawberrysoup - www.strawberrysoup.co.uk

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

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

#container {
	position: relative;
	margin: 0 auto;
	width: 770px;
	background-color: #000;
	border: 10px #1A1A1A solid;
	color: #333333;
	margin-top: 20px;
	text-align: left;
	}

#header {
	text-align: center;
	width: 770px;
}

#content {
	margin: 10px 40px;
}

#content img {
	float: left;
	margin: 0 20px 0 0;
}

#page_footer {
	background:url(../cssimages/tile_bg3.jpg);
	line-height: 1.5;
	width: 770px;
	height: 30px;
	margin: 0 0 10px 0;
	text-align:left;
}

p {
	color: #666;
	line-height: 1.6;
	padding: 0 10px 0 10px;
	text-align: left;
	font-size: 10pt;
	font-family: helvetica, arial;
	}
	
h1 {
	color: #fff;
}

h2 {
	color: #DFDFDF;
	margin-bottom: 0px;
}

h3 {
	color: #C9C9C9;
}

h1 {
	margin-top: 40px;
}

/*====================================================================
CSS to format all hyperlinks
=====================================================================*/

a:link, a:visited {
	color: #fff;
}

a.link {
	font-size: 12pt;
}

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

#navigation {
	margin: 0 0 0 0;
	height: 30px;
	width: 770px;
	background-color: #000;
}

#navigation ul {
	margin: 10px 40px;
	padding: 0px;
	color: #000;
	line-height: 30px;
	text-align:right;
}

#navigation li {
	list-style-type: none;
	display: inline;
}

#navigation li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #666;
	font-family: helvetica, arial, sans-serif;
	font-size: 1.7em;
}

#navigation li a:link, #navigation li a:visited {
	color: #999;
}

#navigation li a:hover {
	color:#666;
	text-decoration:underline;
}

/*====================================================================
CSS to format the gallery section + lightbox
=====================================================================*/

#gallery {
	width: 520px;
	height: 190px;
}

#gallery img {
	float: left;
	margin: 3px;
}

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

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 #000 solid;
	padding: 2px;
	background-color: #4F4F4F;
	color: #fff;
}

.title {
	margin: 20px 20px 20px 0;
	clear: both;
}

/*====================================================================
CSS to format the strawberrysoup link at the bottom
=====================================================================*/

#strawberrysoup {
	margin: 0 auto;
	color: #fff;
	margin-bottom: 20px;
	height: 30px;
	line-height: 30px;
}

#strawberrysoup a:link {
	color: #fff;
}