/*****************************************************
*   
*   VETROSEAL LIMITED
*	Main CSS Style Sheet
*	URL: http://www.vetroseal.co.uk
*   Last Modified on: 17/06/2009
* 
******************************************************/

/* ----------------- Global Reset ------------------ */
 
* {
	margin: 0 auto;
	padding: 0;
	border: 0;
}

/* -------------- Main Layout Properties ----------- */

body {
	background: #a6a6a6 url(../images/bg.png) repeat-x;
}

#container {
	width: 892px;
	overflow: auto;
	overflow: hidden;
}

/* -------------- Content Properties --------------- */

#content {
	margin-top: 10px;
	width: 892px;
	height: auto;
	background: url(../images/content-bg.png) repeat-y;
}

#Top-corners {
	height: 14px;
	width: 892px;
	background: url(../images/Top-corners.png) no-repeat;
}

#Bottom-corners {
	height: 11px;
	width: 891px;
	margin-right: 3px;
	background: url(../images/Bottom-corners.png) no-repeat;
}

#Left-Column {
	float: left;
	width: 335px;
	height: 400px auto;
	padding: 15px;
}

#Right-Column {
	width: 480px;
	margin-left: 380px;
	height: 400px auto;
	padding: 15px;
}

/* -------------- Header Properties ---------------- */

#header {
	height: 170px;
	width: 892px;
	background: url(../images/header.png) no-repeat;
}

/* -------------- Footer Properties ---------------- */

#footer {
	clear: both;
	max-width: 892px;
	height: 39px;
	padding-left: 15px;
	padding-top: 12px;
	margin-top: 10px;
	color: #FFFFFF;
	background: url(../images/footer.png) no-repeat;
}

#alt-nav {
	width: 350px;
	float: right;
	text-align: right;
	padding-right: 15px;
}

/* ----------------- Text Properties --------------- */

body p {
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	font-family: "Tahoma", "Geneva", sans-serif;
}

#footer p {
	color: #999999;
}

h2 {
	color: #67ace4;
	font-family: "Tahoma", "Geneva", sans-serif;
}

/* -------------- Hyperlink Properties ------------- */

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #111111;
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: #111111;
	text-decoration: none;
}

#footer a:hover, #footer a:focus {
	color: #111111;
	text-decoration: underline;
}

/* --------- Contact Form Properties --------- */

fieldset {
	text-align: left;
	margin-bottom: 5px;
	width: 335px;
}

input {
	background: #aadef8;
	border: 2px solid #666666;
	color: #111111;
	width: 200px;
	margin-left: 20px;
	margin-bottom: 5px;
}

textarea {
	background: #999999;
	border: 2px solid #666666;
	color: #FFFFFF;
	padding: 5px;
	width: 190px;
	margin-left: 20px;
	margin-bottom: 5px;
}
