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

Global CSS file for sianvandrielceramics.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: #7f7f7f;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 75%;
	text-align: center;
	}

#container {
	margin: 0 auto;
	width: 788px;
	text-align: left;
	}

#header {
	width: 788px;
	margin: 0px;
	padding: 0px;
}

#content {
	background: url("../cssimages/content_bg.jpg") repeat;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
}

#logo {
	float: right;
	height: 121px;
	width: 788px;
	margin: 0px;
	padding: 0px;
	background: url("../cssimages/logo.jpg") no-repeat;
}

.main_image {
	float: right;
	margin: 20px;
	margin-top: 0px;
}

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

ul {
	margin-left: 40px;
}

li {
	display: block;
	list-style: none;
	line-height: 2em;
}

.heading {
	margin: 20px;
	clear: left;
}

.title {
	font-weight: bold;
	color: #717171;
}

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

#navigation {
 	 margin: 0 0 0 10px;
	 height: 40px;
	 width: 770px;
	 clear: both;
}
#navigation ul {
 	 margin: 0px;
	 padding: 0px;
	 color: #000;
	 line-height: 30px;
	 text-align:center;
}
#navigation li {
	 list-style-type: none;
	 display: inline;
	font-size: 1.3em;
	color: #000;
}
#navigation li a {
	 text-decoration: none;
	 padding: 7px 10px;
}
#navigation li a:link {
	 color: #000;
}
#navigation li a:visited {
	 color: #000;
}
#navigation li a:hover {
	 color:#666;
	 text-decoration:underline;
}
.current, .current a:link, .current a:visited {
	color: #FD6162;
	font-weight: bold;
}

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

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

a.link {
	font-size: 12pt;
}
a:hover {
	text-decoration: underline;
}

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

#recent_gallery {
	width: 788px;
	margin-left: 20px;
}

#recent_gallery img {
	float: left;
	margin: 20px;
	border: 1px solid #B5AC98;
}

#previous_gallery {
	width: 788px;
	margin-left: 20px;
}

#previous_gallery img {
	float: left;
	margin: 20px;
	border: 1px solid #B5AC98;
}

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

form {
	margin-left: 20px;
	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: #D4D4D4;
	color: #000;
}

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

/*====================================================================
CSS code to format the Strawberrysoup footer
=====================================================================*/

#strawberrysoup {
	text-align: center;
	margin: 0 auto;
	color: #000;
	margin-bottom: 20px;
}
#strawberrysoup a:link {
	color: #000;
}
#strawberrysoup a:hover {
	text-decoration: underline;
}