
@import "reset.css";
@import "navigation.css";

body {
 background-color: White;
 color: #302F2F;
 font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
}

/* Common links */

a,:link,:visited { 
 color: #3b5f93; 
 text-decoration: underline; 
}

a.rss,
a.rss:visited {
 padding-left: 12px;
 background: url(../images/rss.gif) bottom left no-repeat;
}

a.top,
a.pagetop:visited {
 padding-left: 12px;
 background: url(../images/totop.gif) center left no-repeat;
}


/* Common headings */

h1,h2,h3,h4,h5,h6 {
 line-height: normal;
}

h1 {
 font-size: 18px;
}

#logo {
 margin: 0 20px 0px;
}

/* Main layers */

.wrap {
 width: 770px;
 margin: 0 auto;
 text-align: left;
}

#header {
 padding-top: 5px;
 text-align: center;
}

#sitenav {
 background: #887E72 url(images/grad1.gif) top left repeat-x; /* 032a4f */
}

#content {
 min-height: 335px; /* 535px; */
 border-top: solid 1px White;
 background: url(../images/grad4.gif) top left repeat-x;
 text-align: center;
}

* html #content {
 height: 500px;
}

#content .wrap {
 padding-top: 12px;
}

.clear {
 clear: both;
}




/* Slogan  */

#slogan {
 clear: both;
 border-top: solid 2px White;
 background: #dce9f6 url(../images/grad3.gif) top left repeat-x;
}

#slogan h1 {
 padding: 1em 0;
 color: #35516a;
 font-family: "Trebuchet MS", sans-serif;
 font-weight: normal;
}

#welcome h2 {
	font-family: Georgia,Times New Roman,Times,serif;
	font-style: normal;
	font-variant: normal;
	font-weight:bold;
	font-size: 16px;
	color: #666666;
	line-height: 18px;
}

#slogan .salestel {
 float: right;
 margin-top: 1em;
}

/* Sales telephone */

#salestel {
 overflow: hidden;
 width: 260px;
 height: 31px;
 background: url(../images/telfield.gif) top left no-repeat;
 text-align: center;
 font-size: 12px;
}

#salestel p {
 line-height: 31px;
}

/* Resellers centre */

#resellers {
 float: right;
 width: 230px;
 padding-top: 0px;
/* background: url(../images/resellers-centre.gif) center left no-repeat; */
}

#resellers .links li {
 float: left;
 height: 25px;
 border-right: solid 1px #bdbab1;
 background: #dce9f6 url(../images/bg-box1.gif) top left repeat-x;
}

#resellers .links li.first a {
 background: transparent url(../images/bg-box1-left.gif) top left no-repeat;
}

#resellers .links li.last {
 border-right: none;
}

#resellers .links li.last a {
 background: transparent url(../images/bg-box1-right.gif) top right no-repeat;
}

#resellers .links li a,
#resellers .links li a:visited {
 display: block;
 padding: 0 35px;
 color: #655e49;
 line-height: 25px;
 font-size: 12px;
 text-decoration: none;
}

#resellers .links li a:hover {
 color: Black;
}

div#resellerform table tr td.help{
	line-height: 10px;
	font-size: 10px;
	color: #655e49;
	padding: 0 15px;
}

div#resellerform table tr td{
	vertical-align: middle;
	padding: 5px 0;
}

div#resellerform table tr td input[type=submit]{
	padding: 5px 35px;
}


/* Footer */

#footer {
 clear: both;
 border-top: solid 2px White;
 background: #eef4ff url(../images/grad7.gif) top left repeat-x;
 text-align: center;
}

#footer .wrap {
 padding: 15px 5px;  /* 25px 10px; */
}

#footer p,
#footer ul {
 padding: .2em 0;
}




/* Legal statement */

#copyright {
 width: 570px;
 color: #9cb5dc;
}

#copyright .links li {
 display: inline;
 color: #6276c0;
}
#copyright .links li a {
 color: #6276c0;
}




/* Newsletter */

#newsletter {
 color: #9bb5db;
}

#newsletter .title {
 color: #8191db;
}

#newsletter a,
#newsletter a:visited {
 color: #5568b7;
}

#newsletter form input {
 vertical-align: middle;
}

#newsletter input.text {
 width: 200px;
 padding: 3px;
 border: solid 1px #879cb7;
 font-family: Verdana, sans-serif;
 font-size: 1em;
}

/* New Button */

.buttonnew{
 height: 25px;
 float: left;
 padding: 0 15px;
 color: #655e49;
 line-height: 25px;
 font-size: 12px;
 background: #dce9f6 url(../images/bg-box1.gif) top left repeat-x;
}
.buttonnewleft{
 height: 25px;
 width:5px;
 float: left;
 background: transparent url(../images/bg-box1-left.gif) top left no-repeat;
}
.buttonnewright{
 height: 25px;
 width:5px;
 float: left;
 background: transparent url(../images/bg-box1-right.gif) top right no-repeat;
}

.buttonnew a{
 	color: #655e49;
	text-decoration: none;
}
