/* -------------------------------------------------
*
Title:			main.css
Browser(s): 	Firefox 2, IE7, IE6 
Platform(s):    Win XP, Mac OSX
Author: 		Andy Lee for Adverset Media Solutions (www.adverset.co.uk)
Created: 		03.09.2007
Last modified: 	24.09.2007
*
------------------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img, abbr { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:62.5% }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }

/** a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none; /* Gets rid of Firefox's dotted borders */ text-decoration:none }
a img { border:none } /* Gets rid of IE's blue borders */

/* ------------- General Elements -------------- */

body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#fff;
	background: url(../images/bg-main.jpg) top repeat-x;
}

a {
	text-decoration: none;
	color:#003366;
}

a:hover {
	text-decoration: none;
	color:#ff3333;
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
	font-size: 1.7em;
	color:#003366;
	line-height:1.0em;
	margin-bottom:6px;	
}

h2 {
	font-size: 1.0em;
	color:#333;
	line-height:1.5em;
	margin-bottom:10px;	
}

h3 {
	font-size: 1.0em;
	color:#666;
	line-height:1.0em;
	margin-bottom:10px;	
}

h4 {
	font-size: 1.0em;
	font-weight:bold;
	color:#003366;
	line-height:1.0em;
	margin-bottom:10px;	
}

h5 {
	font-size: 0.8em;
	font-weight:bold;
	color:#000;
	line-height:1.0em;
	margin-bottom:10px;	
}

p {
	font-size: 0.7em;
	color:#333;
	line-height:1.3em;
	margin-bottom:10px;
}

.more {
	font-weight:bold;
	color:#ff3300;
	margin-bottom:20px;
}

.back {
	font-weight:bold;
	color:#ff3300;
	margin-top:15px;
	clear:both;
}

/* ------------- Layout Elements -------------- */

#container {
	margin:0pt auto;
	width:760px;
}

#header {
	height: 84px;
	background:url(../images/bg-header.jpg) top left no-repeat;
}

#logo {
	margin:0pt auto;
	height: 84px;
	float:left;
}

/* ------------- Top Nav Bar -------------- */

#topbar {
	width:230px;
	height:30px;
	float:right;
	color:#000;
	margin-right:11px;
	background:url(../images/bg-topbar.jpg) top right no-repeat;
}

#topnav {
	float:right;
	margin:0pt auto;
	padding:8px 0px 0px 10px;
	font-size: 0.6em;
}

#topnav ul {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:right;
}

#topnav li {
	color:#003366;
	display:inline;
	font-weight:bold;
	margin:0px;
	padding:0px 12px 0px 10px;
}

.topnav_divider {
	border-left: 1px dotted #000;
}

#topnav a {
	color:#003366;
}

#topnav a:hover {
	color:#000;
}

/* ------------- Search - Top Bar -------------- */

#search {
	float:right;
	margin:0px 10px 0px 0px;
}

.searchlabel {
	margin: 8px 4px 0px 0px;
	font-size: 0.6em;
	font-weight:bold;
	color:#000;
}

/* ------------- Main Navigation -------------- */

#navigation {
	margin:0pt auto;
	clear:both;
}

#navbar {
	display:inline;
	float:left;
	width:740px;
	/*height:32px;*/
	background: url(../images/bg-navbar.jpg) no-repeat left bottom;
	padding-left:16px;
}

#navbar li {
	display:inline;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	white-space:nowrap;
}

#navbar a {
	background:#76BAE6 url(../images/bg-navbar-left.jpg) no-repeat scroll left top;
	color:#003366;
	display:inline;
	float:left;
	font-size: 0.7em;
	font-weight:bold;
	margin:0pt 2px 0pt 0pt;
	padding:0pt 0pt 0pt 14px;
	cursor:pointer;
}

#navbar a span {
	background:#76BAE6 url(../images/bg-navbar-right.jpg) no-repeat scroll right top;
	display:block;
	float:left;
	padding:9px 14px 9px 0pt;
	white-space:nowrap;
}

#navbar a:hover {
	background:#4D80AD url(../images/bg-navbar-left.jpg) no-repeat scroll 0pt -52px;
	color:#fff;
}

#navbar a:hover span {
	background:#4D80AD url(../images/bg-navbar-right.jpg) no-repeat scroll 100% -52px;
}

#navbar #current a {
	background:#76BAE6 url(../images/bg-navbar-left.jpg) no-repeat scroll left -104px;
	color:#003366;
	display:inline;
	float:left;
	font-size: 0.7em;
	font-weight:bold;
	margin:0pt 2px 0pt 0pt;
	padding:0pt 0pt 0pt 14px;
}

#navbar #current a span{
	background:#fff url(../images/bg-navbar-right.jpg) no-repeat scroll 100% -104px;
}

/* ------------- Layout Elements -------------- */

#top {
	background:transparent url(../images/bg-top.png) repeat scroll 0% 50%;
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	height:11px;
	width:760px;
	position:relative;
}

#middle {
	background:transparent url(../images/bg-middle.png) repeat scroll 0% 50%;
	float:left;
	width:760px;
}

#bottom {
	background:transparent url(../images/bg-bottom.png) no-repeat scroll 0% 50%;
	float:left;
	height:16px;
	position:relative;
	width:760px;
}

#content {
	margin:-5px 10px 0px 10px;
	padding:15px 20px 15px 20px;
	position:relative;
	clear:both;
	background: url(../images/bg-content.jpg) no-repeat top left;
	min-height:100px;
}

#content h3{
	color:#003366;
	font-size:1.2em;
	font-weight:bold;
}

#content h3 a:hover{
	color:#000;
	text-decoration:none;
	border-bottom: 1px dashed #ff3333;
}

#content_welcome {
	margin:-5px 10px 0px 10px;
	padding:0px;
	position:relative;
	clear:both;
	background: url(../images/bg-content.jpg) no-repeat top left;
}

#welcome {	
	padding:15px 120px 15px 20px;
	height:120px;
	clear:both;
	background: url(../images/bg-banner-home.jpg) no-repeat top right;
}

#welcome p{
	width:450px;
	font-size:0.8em;
	margin-top:10px;
}

#welcome_divider {
	height:16px;
	background: url(../images/divider.png) no-repeat top left;
	margin-top:-15px;
	margin-bottom:8px;
}

#divider {
	height:10px;
	background: url(../images/bg-drop1.jpg) repeat-x top left;
	margin-bottom:3px;
}

/* ------------- Boxouts - Homepage -------------- */

#boxout_product1 {
	float:left;
	width:318px;
	height:149px;
	padding: 10px 10px 10px 15px;
	margin:0px 12px 0px 0px;
	background: url(../images/bg-boxout-product1.jpg) no-repeat top left;
}

#boxout_product1 h3{
	padding:10px 0px 0px 0px;
}

#boxout_product1 p{
	padding:0px 60px 0px 0px;
}

#boxout_product2 {
	float:left;
	width:318px;
	height:149px;
	padding: 10px 10px 10px 15px;
	margin:0px 0px 0px 0px;
	background: url(../images/bg-boxout-product2.jpg) no-repeat top left;
}

#boxout_product2 h3{
	padding:10px 0px 0px 0px;
}

#boxout_product2 p{
	padding:0px 60px 0px 0px;
}

#boxout_latestnews {
	float:left;
	width:318px;
	height:122px;
	padding: 10px 10px 0px 15px;
	margin:0px 10px 10px 0px;
	background: url(../images/bg-boxout-ourclients.jpg) no-repeat top right;
	border:1px solid #ccc;
}

#boxout_latestnews img{
	float:left;
	margin: 0px 10px 0px 0px;
	border:2px solid #ccc;
}

.headline{
	font-weight:bold;
}

#boxout_ourclients {
	float:left;
	width:318px;
	height:122px;
	padding: 10px 10px 0px 15px;
	margin:0px 0px 10px 0px;
	background: url(../images/bg-boxout-ourclients.jpg) no-repeat top right;
	border:1px solid #ccc;
}
/* ------------- Content Pages -------------- */

/* ------------- Contact Us -------------- */

#contactus_left {
	float:left;
	width:446px;
	padding: 15px 10px 10px 15px;
	margin:10px 0px 10px 0px;
	border-right: 1px solid #ccc;
	background-color:#FFFFFF;
	background: url(../images/bg-boxout.png) repeat-x top left;
}

#contactus_formarea {
	float:left;
	width:400px;
	padding: 20px 0px 16px 25px;
	margin:10px 0px 10px 0px;
	border:1px solid #ccc;
	background-color:#FFFFFF;
	background: url(../images/bg-boxout-contactus.png) no-repeat top right;
}

#contactus_right {
	float:left;
	width:210px;
	padding: 10px 0px 5px 15px;
	margin:10px 0px 10px 0px;
	background-color:#FFFFFF;
	background: url(../images/bg-rightcolumn.png) no-repeat top right;
}

#contactus_left h2{
	color: #666;
	font-weight:bold;
}

#contactus_right h2{
	color: #666;
	font-size:1.4em;
	font-weight:normal;
}

#contactus p{
	color: #666;
	font-weight:bold;
}

.required{
	color: #ff3333;
	font-weight:normal;
	font-size:1.5em;
}

.required_info{
	color: #ff3333;
	font-weight:normal;
	font-size:1.0em;
}

/* ------------- Get a Quote -------------- */

#quote_boxout {
	float:left;
	width:185px;
	padding: 5px 10px 0px 10px;
	margin:10px 0px 10px 0px;
	border:1px solid #ccc;
	background-color:#efefef;
}

#quote_boxout h2{
	color:#003366;
	font-size:1.0em;
	font-weight:bold;
	padding: 0px;
	margin:0px;
	border-bottom:1px dotted #003366;
}

#quote_boxout p{
	color:#333;
	margin-top:10px;
	font-weight:bold;
	font-size:0.7em;
}

#quote_boxout a:hover{
	color:#000;
}

#q\\uotation_formarea {
	float:left;
	padding: 20px 0px 10px 20px;
	margin:10px 0px 10px 0px;
	border:1px solid #ccc;
	background-color:#FFFFFF;
	background: url(../images/bg-boxout-contactus.png) no-repeat top right;
}

/* ------------- News & Events -------------- */

#news_latest {
	float:left;
	width:446px;
	padding: 10px 10px 10px 15px;
	margin:10px 0px 10px 0px;
	border-right: 1px solid #ccc;
	background-color:#FFFFFF;
	background: url(../images/bg-boxout.png) repeat-x top left;
}

#news_latest img{
	float:left;
	margin:0px 10px 6px 0px;
	border:4px solid #eaeaea;
}

#news_archive {
	float:left;
	width:210px;
	padding: 10px 0px 5px 15px;
	margin:10px 0px 10px 0px;
	background-color:#FFFFFF;
	background: url(../images/bg-rightcolumn.png) no-repeat top right;
}

#news_latest h2{
	color: #666;
	font-weight:bold;
}

#news_archive h2{
	color: #666;
	font-size:1.4em;
	font-weight:normal;
}

#news_archive p{
	color: #666;
	font-weight:bold;
}

.headline_large {
	font-size: 1.4em;
	margin:0px;
}

.date_author {
	font-size: 0.8em;
	font-weight:bold;
}

.date_author_small {
	font-weight:normal;
	color: #999;
}

/* ------------- Product Range -------------- */

#productrange_left {
	float:left;
	clear:both;
	width:446px;
	padding: 15px 10px 0px 15px;
	margin:10px 0px 10px 0px;
	border-right: 1px solid #ccc;
	background-color:#FFFFFF;
	background: url(../images/bg-boxout.png) repeat-x top left;
}

#productrange_right {
	float:left;
	width:210px;
	padding: 10px 0px 5px 15px;
	margin:10px 0px 10px 0px;
	background-color:#FFFFFF;
	background: url(../images/bg-rightcolumn.png) no-repeat top right;
}

#productrange_left h2{
	color: #666;
}

#productrange_left img{
	float:right;
	margin:0px 10px 10px 10px;
}

#productrange_left ul{
	color: #333;
	font-size:0.7em;
	font-weight:normal;
	line-height:1.2em;
	padding-bottom:5px;
}

#productrange_left li{
	background:url(../images/bullet-1.gif) no-repeat center left;
	padding: 0px 0px 0px 14px;
	margin-bottom:5px;
}

#productrange_right h2{
	color: #666;
	font-size:1.4em;
	font-weight:normal;
}

#productrange_right ul{
	color: #666;
	font-size:0.7em;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom:5px;
}

#productrange_right li{
	background:url(../images/bullet-1.gif) no-repeat center left;
	padding: 0px 0px 0px 14px;
	margin-bottom:5px;
}

#productrange_right h2 a{
	color: #666;
}

#productrange_right li a:hover{
	color: #333;
}

#products_range{
	background:url(../images/product-1.jpg) top left no-repeat;
	background-color:#EBEBEB;
	width: 430px;
	padding: 10px 0px 5px 10px;
	margin-bottom:5px;
	border:1px solid #ccc;
	font-weight:bold;
}

#products_range ul{
	color: #333;
	font-size:0.7em;
	font-weight:bold;
	line-height:1.2em;
	padding-left:170px;
}

#products_range li{
	background:url(../images/bullet-2.gif) no-repeat center left;
	padding: 0px 0px 0px 24px;
	margin-bottom:5px;
}

#products_range_lvs{
	background:url(../images/product-2.jpg) top left no-repeat;
	background-color:#EBEBEB;
	width: 430px;
	padding: 14px 0px 5px 10px;
	margin-bottom:5px;
	border:1px solid #ccc;
	font-weight:bold;
}

#products_range_lvs ul{
	color: #333;
	font-size:0.7em;
	font-weight:bold;
	line-height:1.2em;
	padding-left:170px;
}

#products_range_lvs li{
	background:url(../images/bullet-2.gif) no-repeat center left;
	padding: 0px 0px 0px 24px;
	margin-bottom:5px;
}

/* ------------- Download Brochure Boxout -------------- */

#download_brochure{
	float:left;
	background:url(../images/brochure1.gif) no-repeat;
	background-position:top right;
	background-color:#efefef;
	width: 360px;
	padding: 5px 70px 5px 10px;
	border:1px solid #ccc;
}

#download_brochure h2{
	color: #666;
	font-size:1.2em;
	font-weight:normal;
}

#download_brochure h2 a{
	color: #666;
}

#download_brochure p a{
	color: #333;
	font-weight:bold;
}

#download_brochure img{
	float:left;
	margin: 0px;
}

#iso{
	float:left;
	padding-top:10px;
}

#iso img{
	float:left;
	margin:0px;
}

#amps{
	float:left;
	padding-top:10px;
}

#amps img{
	float:left;
	margin-left:10px;
}

#products_features{
	background-color:#EBEBEB;
	width: 430px;
	height:580px;
	padding: 10px 0px 5px 10px;
	margin-bottom:5px;
	border:1px solid #ccc;
	font-weight:bold;
	clear:both;
}

#products_features_lvs{
	background-color:#EBEBEB;
	width: 430px;
	height:380px;
	padding: 10px 0px 5px 10px;
	margin-bottom:5px;
	border:1px solid #ccc;
	font-weight:bold;
	clear:both;
}

#products_features img {
	padding:0px;
	margin:0px 0px 10px 10px;
	border:2px solid #ccc;
	float: left;
}

#products_features_lvs img {
	padding:0px;
	margin:0px 0px 10px 10px;
	border:2px solid #ccc;
	float: left;
}

#products_features h3{
	color: #666;
	font-size:1.4em;
	font-weight:normal;
}

#products_features_lvs h3{
	color: #666;
	font-size:1.4em;
	font-weight:normal;
}

#products_features h4{
	font-size:0.7em;
	color:#000;
	border-top:1px dashed #ccc;
	line-height:1.8em;
	padding-top:5px;
}

#products_features_left{
	float:left;
	width: 200px;
}

#products_features_right{
	float:left;
	width: 200px;
}

#products_features ul{
	color: #333;
	font-size:0.7em;
	font-weight:bold;
	line-height:1.2em;
}

#products_features li{
	background:url(../images/bullet-2.gif) no-repeat top left;
	padding: 4px 4px 5px 24px;
	margin-bottom:0px;
}

#products_features_lvs ul{
	color: #333;
	font-size:0.7em;
	font-weight:bold;
	line-height:1.2em;
}

#products_features_lvs li{
	background:url(../images/bullet-2.gif) no-repeat top left;
	padding: 4px 4px 5px 24px;
	margin-bottom:0px;
}

/* ------------- Our Clients -------------- */

#ourclients_left {
	float:left;
	width:446px;
	padding: 15px 10px 10px 15px;
	margin:10px 0px 10px 0px;
	border-right: 1px solid #ccc;
	background-color:#FFFFFF;
	background: url(../images/bg-boxout.png) repeat-x top left;
}

#ourclients_left h2{
	color: #666;
	font-weight:bold;
}

#ourclients_right {
	float:left;
	width:210px;
	padding: 10px 0px 5px 15px;
	margin:10px 0px 10px 0px;
	background-color:#FFFFFF;
	background: url(../images/bg-rightcolumn.png) no-repeat top right;
}

#ourclients_right h2{
	color: #666;
	font-size:1.4em;
	font-weight:normal;
}

#ourclients_list{
	width:190px;
	margin: 0px 10px 10px 0px;
	padding:0px 10px 0px 10px;
	float:left;
}

#ourclients_list ul{
	color: #333;
	font-size:0.7em;
	font-weight:normal;
	line-height:1.2em;
}

#ourclients_list h2{
	color: #333;
	font-size:0.8em;
	font-weight:bold;
	line-height:1.2em;
}

#ourclients_list2{
	width:190px;
	margin: 0px 10px 10px 0px;
	padding:0px 10px 0px 10px;
	float:left;
}

#ourclients_list2 ul{
	color: #333;
	font-size:0.7em;
	font-weight:normal;
	line-height:1.2em;
}

#ourclients_list2 h2{
	color: #333;
	font-size:0.8em;
	font-weight:bold;
	line-height:1.2em;
}

#ourclients_contracts{
	background: url(../images/bg-boxout.png) repeat-x top left;
	width:420px;
	margin: 0px 0px 0px 0px;
	padding:6px 10px 10px 10px;
	float:left;
	border: 1px solid #ccc;
}

#ourclients_contracts h2{
	color: #666;
	font-size:1.4em;
	font-weight:normal;
}

#ourclients_contracts h3{
	color: #666;
	font-size:0.9em;
	font-weight:bold;
}

/* ------------- Find Us -------------- */

#findus_left {
	float:left;
	width:446px;
	padding: 15px 10px 10px 15px;
	margin:10px 0px 10px 0px;
	border-right: 1px solid #ccc;
	background-color:#FFFFFF;
	background: url(../images/bg-boxout.png) repeat-x top left;
}

#findus_right {
	float:left;
	width:210px;
	padding: 10px 0px 5px 15px;
	margin:10px 0px 10px 0px;
	background-color:#FFFFFF;
	background: url(../images/bg-rightcolumn.png) no-repeat top right;
}

#findus_right h2{
	color: #666;
	font-size:1.4em;
	font-weight:normal;
}

#map_canvas {
	width: 430px;
	height: 280px;
	margin:0px 0px 20px 0px;
	padding:0px;
	border:4px solid #eaeaea;
}

/* ------------- About Us -------------- */

#aboutus_left {
	float:left;
	width:446px;
	padding: 15px 10px 10px 15px;
	margin:10px 0px 10px 0px;
	border-right: 1px solid #ccc;
	background-color:#FFFFFF;
	background: url(../images/bg-boxout.png) repeat-x top left;
}

#aboutus_left img{
	margin:0px 10px 5px 0px;
}

#aboutus_right {
	float:left;
	width:210px;
	padding: 10px 0px 5px 15px;
	margin:10px 0px 10px 0px;
	background-color:#FFFFFF;
	background: url(../images/bg-rightcolumn.png) no-repeat top right;
}

#aboutus_left h2{
	color: #666;
	font-weight:bold;
}

#aboutus_right h2{
	color: #666;
	font-size:1.4em;
	font-weight:normal;
}

#aboutus p{
	color: #666;
	font-weight:bold;
}

/* ------------- Site Map -------------- */

#sitemap ul{
	color: #333;
	font-size:0.8em;
	font-weight:bold;
	line-height:1.2em;
}

#sitemap li{
	padding:4px 0px 0px 10px;
}

#sitemap ul ul {
	background:none;
	padding:4px 0px 0px 10px;
}

#sitemap ul ul li{
	padding: 4px 0px 4px 12px;
}

/* ------------- Footer -------------- */

#footer {
	float:left;
	padding:5px 15px 10px 5px;
}

#footernav {
	float:left;
	margin-top:8px;
}

#footernav ul {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:0.6em;
}

#footernav li {
	color:#003366;
	display:inline;
	font-weight:bold;
	margin:0px;
	padding:0px 10px 0px 10px;
	border-right: 1px dotted #000;
}

#footernav a {
	color:#003366;
}

#footernav a:hover {
	color:#000;
}

#adverset_logo {
	float:right;
	font-weight:bold;
	background: url(../images/adverset-logo.gif) no-repeat;
	background-position:top right;
	padding:10px 16px 0px 0px;
}

#adverset_logo p{
	font-size:0.6em;
}

#adverset_logo a{
	color: #666;
}

/* ------------- Forms --------------- */

label {
	float: left;
	text-align: left;
	font-size:1.0em;
	font-weight:bold;
	color:#003366;
}

form p label {
	float: left;
	width:28%;
}

input {
	background:#F9F5F5 none repeat scroll 0%;
	border:1px solid #CCCCCC;
	color:#000000;
	font-size:0.9em;
	padding:2px;
}

.input_contact {
	color: #000;
	background: #F9F5F5;
	font-size:1.2em;
	border: 1px solid #ccc;
	padding:2px;
}

textarea {
	font-size:1.9em;
	color: #003366;
	background: #F9F5F5;
	border: 1px solid #ccc;
	padding:2px;
}

fieldset {
	width:400px;
	padding-left:10px;
	float:left;
	padding: 20px 0px 10px 20px;
	margin:10px 0px 0px 0px;
	border:1px solid #ccc;
	background-color:#fff;
}

legend	{
	font-weight:normal;
	font-size:1.2em;
	color:#666;
	margin-bottom:10px;
	padding:5px;
	border: 1px solid #ccc;
	background-color:#FFF;
}

.btnsearch	{
	margin-top: 5px;
	border: 1px solid #999;
	font-size:0.6em;
	padding: 1px 3px 0px 3px;
	background: url(../images/bg-btn.png) top left repeat-x;
}

.btnsubmit	{
	border: 1px solid #999;
	padding: 5px 10px 5px 10px;
	background: url(../images/bg-btn.png) top left repeat-x;
}

.contact_btnsubmit	{
	float:right;
	border: 1px solid #999;
	padding: 5px 10px 5px 10px;
	margin:10px 24px 0px 0px;
	background: url(../images/bg-btn.png) top left repeat-x;
}

.quotation_btnsubmit	{
	float:right;
	border: 1px solid #999;
	padding: 5px 10px 5px 10px;
	margin:10px 24px 0px 0px;
	background: url(../images/bg-btn.png) top left repeat-x;
}

input:focus, textarea:focus{
	background-color: #fff;
	border: 1px solid #999;
}

.contact_enquiry{
	width:300px;
}

/* ------------- Forms Option Widths Bug Fixes --------------- */

.input_quotation {
	color: #000;
	background: #F9F5F5;
	font-size:1.2em;
	border: 1px solid #ccc;
	padding:2px;
	width:90px;
}

.input_quotation2 {
	color: #000;
	background: #F9F5F5;
	font-size:1.2em;
	border: 1px solid #ccc;
	padding:2px;
	width:115px;
}

/* ------------- Zem Forms --------------- */

#contactus_formarea textarea {
	color: #003366;
	border: 1px solid #ccc;
	padding:2px;
	width: 372px;
}

#contactus_formarea p {
	font-size: 0.7em;
	padding:0px;
	margin:0px;
}

#quotation_formarea p {
	font-size: 0.7em;
	padding:0px;
	margin:2px 0px 2px 0px;
	clear:both;
}

#quotation_formarea label{
	width:38%;
	padding:0px;
	margin:0px;
}

#quotation_formarea select {
	width:120px;
	border: 1px solid #ccc;
} 

#quotation_formarea textarea {
	width:360px;
}

.fieldlength {
	width:200px;
}

#contactus_formarea input:focus, textarea:focus{
	background-color: #fff;
	border: 1px solid #999;
}

#contactus_formarea label{
	width:25%;
	padding:0px;
	margin:0px;
}

.zemText{
	margin:3px 0px 3px 0px;
}

.zemError{
	color:#FF0000;
	font-size:0.7em;
}

textarea{
	font-size: 1.3em;
}

.zemSubmit	{
	border: 1px solid #999;
	padding: 5px 10px 5px 10px;
	margin:5px 23px 0px 0px;
	float:right;
	background: url(../images/bg-btn.png) top left repeat-x;
}
