/*************************
  Dynamic ASP / Norex.com LTD Content Management System (CMS) Software
  Using this script without obtaining licenses from Norex.com LTD. is illegal.
  ************************
  Copyright (c) 2003-2007 Norex.com LTD
  This program is a commercially licensed product. No person may redistribute it and/or modify it under the terms of the License agreement.
  ********************************************
  Description: Standard Cascading Style Sheet for CMS Installation
  version: 1.4.12
  Date: November 19, 2007
**********************************************
  Change Log
  	- November 16th, 2007 - Removed div-specific content styles and replaced them with general styles e.g. p, h1, h2, etc.
*********************************************/
* {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
padding:0;
margin:0;
background-color:#e4e4e4;
}

div#container {
width:968px;
}

/*Header*/
div#header {
width:968px;
float:left;
height:100px;
background-image:url(/mockup/images/header.jpg);
background-repeat:no-repeat;
}
div#nav {
  display: none;
}
div#topLinks {
float:right;
width:200px;
font-size:10px;
text-align:right;
padding:5px 20px 0 0;
}
div#topLinks a {
font-size:10px;
color:#000;
font-weight:100;
}
div#topLinks a:hover {
color:#666;
}
/*End Header*/
/*Banner*/
div#banner {
width:968px;
float:left;
height:200px;
background-image:url(/mockup/images/banner_temp.jpg);
background-repeat:no-repeat;
}
/*End Banner*/
/*Begin Content Structural*/
div#mainContent {
width:968px;
float:left;
background-image:url(/mockup/images/bg.jpg);
background-repeat:repeat-y;
padding:0;
margin:0;
text-align:justify;
}

div#leftCol {
float:left;
width:694px;
padding:0 0 20px 20px;
}

div#rightCol {
width:196px;
float:right;
padding:0 13px 0 0;
margin:0 9px 0 0;
}

div.block {
padding:0 0 20px 0;
}
/*End Content Structural
/*Footer*/
div#footer {
width:959px;
height:35px;
/*background-color:#867659;*/
background-image:url(/mockup/images/footerBg.jpg);
background-repeat:repeat-y;
float:left;
color:#FFF;
padding:15px 0 0 0;
}

div.copyright {
color:#FFF;
float:left;
font-family:Verdana, Arial, sans-serif;
font-size:11px;
font-weight:100;
padding-left:21px;
text-align:left;
width:400px;
}

div.norexlink {
float:right;
padding-right:12px;
text-align:right;
width:400px;
}

div.norexlink a {
color:#FFF;
font-family:Verdana, Arial, sans-serif;
font-size:11px;
font-weight:700;
margin:0;
padding:0;
text-decoration:none;
}

div.norexlink a:hover {
color:#000;
}
/*End Footer*/
/*standard main area content styles*/
p {
color:#666;
font-family:Verdana, Arial, sans-serif;
font-size:11px;
margin:0;
}

div#rightCol p {
color:#666;
font-size:11px;
font-weight:100;
padding:0 0 10px 0;
}

div#rightCol b {
color:#000;
}

a {
margin:0;
padding:0;
text-decoration:none;
color:#639043;
font-weight:700;
outline:none;
}

a:hover {
color:#000;
}

h1 {
font-family:Verdana, Arial, sans-serif;
font-size:18px;
margin:0;
padding:10px 0 10px 0;
color:#867659;
font-weight:700;
}

h2 {
color:#859487;
font-size:14px;
font-weight:700;
margin:0;
padding:10px 0 10px 0;
}

h3 {
color:#666;
font-size:11px;
font-weight:700;
margin:0;
padding:0;
}

h3.cookie {
color:#929e72;
font-size:18px;
font-weight:100;
margin:0;
padding:0 0 10px 0;
}

h4 {
font-size:1em;
}

h5 {
font-size:0.6em;
padding:0;
margin:0;
color:#000;
font-family:Trebuchet MS, Arial, sans-serif;
font-weight:700;
}

h6 {
font-size:0.6em;
}

ul {
padding:10px 0 10px 25px;
margin:0;
list-style-image:url(/mockup/images/bullet.gif);
}

ul li {
font-size:11px;
color:#666;
}

form ul, form ul li {
  list-style: none!important;
}
/*End Main Content Styles*/

/*Begin Custom Styles*/
a.visit {
font-family:Verdana, Arial, sans-serif;
color:#77b1a0;
font-size:14px;
font-weight:700;
}

a.visit:hover {
color:#000;
}

div#rightCol input {
width:196px;
font-size:11px;
padding:0;
}
/*End Custom Styles*/