/* CSS Document */

/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:12px Verdana, Arial, Helvetica, sans-serif;
background-color: #e2ecee;
line-height:1.4em;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
font:13px Arial, Helvetica, sans-serif;
}
 
h1 {
padding:0;
margin:0 0 10px 0;
letter-spacing:.3px;
font-size:2em;
line-height:1.3em;
color:#004990;
font-weight:bold;
}

h1.light {color:#778BBC;
margin:0 0 5px 0}
 
h2 {
padding:0;
margin:20px 0 5px 0;
letter-spacing:.3px;
font-size:1.6em;
line-height:1.3em;
color:#8B1F2F;
font-weight:normal;
font-style:italic;
}
 
h3 {
padding:0;
margin:10px 0;
font-size:1.5em;
color:#003366;
font-weight:normal;
line-height:1.3em;

}

h4 {
padding:4px 0;
font-size:1.1em;
color:#003366;
font-weight:bold;
line-height:1.3em;
}

h5 {
padding:10px 0;
font-size:1em;
color:#5B4D3A;
font-weight:bold;
line-height:1.3em;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 1.2em 0;
line-height:1.5em;
}
 
ul, ol {
padding:1em 0 1em 1.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:none;
outline: none;
color:#8B1F2F;
}
a:hover {
text-decoration:underline}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 0 0;
padding:0;
}
 
table tr td {
padding:2px;
}

 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; color:#6E152D }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.small         { font-size:.8em; }
 
.img-left      { float:left;margin:4px 10px 4px 0;}
.img-right     { float:right;margin:4px 0 4px 10px; display:block; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.blue          {color:#004990; font-weight:bold;}

/***** Wrapper *****/
 
#top {
height:10px;
width:920px;
margin:0 auto;
background: #99928a url(/media/topbg.jpg) no-repeat bottom center;
}

#wrap {
width:900px;
margin:0 auto;
padding:0 10px;
background: #99928a url(/media/contentbg.jpg) repeat-y top center;
}

#bottom {
height:10px;
width:920px;
margin:0 auto;
background: #99928a url(/media/bottombg.jpg) no-repeat top center;
}

#header {
margin:0px;
padding:0px;
border-bottom:1px solid #fff;
}

#content {
overflow:auto;
}

#maincolumn {
width:650px;
float:left;
display:inline;
margin:15px 0 5px 15px;
}

#singlecolumn {
width:875px;
float:left;
display:inline;
margin:15px 0 5px 15px;
}

#sidecolumn {
width:210px;
float:right;
display:inline;
margin:15px 15px 5px 0;

}

#sidecolumn p {
font-size:.9em;}

.contentbox {
border:0px solid #A89880;
padding:15px;
margin-bottom:10px;
overflow:hidden;
}

#maincolumn .contentbox {
width:618px; }

#sidecolumn .contentbox {
width:180px;
padding:10px 15px;
}

#singlecolumn .contentbox {
width:838px;}

.contentbox #prices {
border-top:1px dotted #aaa;
margin:10px 0;
width:600px;
}

.contentbox td {
padding:4px 0;
border-bottom:1px dotted #aaa;
}

.price {
text-align:right;
color:#003366}

#specials {
width:650px;
margin-bottom:10px;
overflow:hidden;
}

.leftspecial {
width:290px;
float:left;
background-color:#ffffdd;
border:1px solid #EFE8CA;
padding:14px;
}

.rightspecial {
width:290px;
float:right;
background-color:#ffffdd;
border:1px solid #EFE8CA;
padding:14px;
}

.announce {
background-color:#ffffdd;
border:1px solid #EFE8CA;
}

#specials p{
padding:0px;
margin:0px 0;}

#footer{
width:900px;
background-color:#f5f5f5;
border-top:1px solid #003366;
color:#003366;
overflow:auto;
font-size:.9em;
clear:both;
}

#footer span {
padding:10px 15px;
}

#footer a {
color:#003366}


/* MAINNAV*/

#mainnav {
height:30px;
background-color:#003366;
border-bottom:1px solid #fff;
list-style: none;
color:#fff;
text-align:left;
}

#mainnav ul {
margin:0px;
padding:5px 5px;
}

#mainnav li {
margin:0px;
display:block;
float:left;
list-style: none;
padding:0px;
}

#mainnav .last {
border-right:0px;
}

#mainnav li a {
display:block;
text-decoration:none;
font-size:13px;
font-weight:normal;
color:#fff;
padding:0 9px;
}

#mainnav li a:hover {
color:#EFE78E;
text-decoration:underline;
}

#home .home,
#products .products,
#catalogue .catalogue,
#ordering .ordering,
#videos .videos, 
#findus .findus,
#contact .contact {
color:#EFE78E;
}


/* END MAINNAV */


/* SUBNAV */

#subnav {

height:26px;
background-color:#3F7243;
border-bottom:1px solid #fff;
list-style: none;
}

#subnav ul {
margin:0px;
padding:3px 5px;
float:left;
}

#subnav li {
display:block;
float:left;
list-style: none;
margin:0px;
}

#subnav .last {
border-right:0px;
}

#subnav li a {
display:block;
text-decoration:none;
font-size:.9em;
font-weight:normal;
color:#fff;
padding:0px 7px;
}

#subnav li a:hover, #subnav li a.current {
color:#EFE78E;
text-decoration:underline;
}

/* END SUB NAV */


.pageimages {
float:right;
margin:0 0 0 15px;
padding:4px 7px;
border:1px solid #92B7FE;
background-color: #D3E2FE;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.thumb {
width:160px;
height:120px;
overflow:hidden;
margin:4px 0px;
border:2px solid #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.thumb:hover {
border:2px solid #4375CA;
}

.slideshowimages {
width:300px;
height:400px;
overflow:hidden;
float:right;
margin:0 0 0 15px;
padding:7px;
border:1px solid #92B7FE;
background-color: #D3E2FE;
}

.rangeblock {
display:inline;
padding:5px;
width:147px;
height:195px;
float:left;
background-color:#AAC7FE;
border:1px solid #92B7FE;
margin:4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;}

.rangeblockheader {
font-family:arial;
font-weight:bold;
font-size:1.1em;
height:48px;
color:#242951;
line-height:1.2em;
padding:2px 4px}

.rangeblocklink {
padding:3px 0;
font-weight:bold;
text-align:center;
}

.rangeblockimg {
width:143px;
height:120px;
overflow:hidden;
border:2px solid #fff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.rangeblockimg:hover {
border:2px solid #4375CA
}
