/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #444343; 
font-family: Helvetica Neue, Arial, Verdana, Tahoma, sans-serif;
background-color: #444343; 
text-align: center; /*** Centers the design in old IE versions ***/
}


body {
font-size: 70%;
}
p {padding-left: 50px;
padding-right: 50px;
color: #fff;
font-size: 13px;
}

a {
color: #fff;
}
a:hover{
color: #000;
text-decoration: none;
}

h1, h2, h3 {
font-weight: light;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
font-weight: lighter;
color: #b2d234;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h1 a, #header h2{
color: #fff;
}


.ul_categories{
vertical-align:top;
padding-left: 30px;
}
.li_categories{
color: #fff;
vertical-align: top;
margin-bottom: 40px;
margin-top: -10px;
}

.clear { clear: both; }
#mainContainer {
width: 960px;
margin: 0 auto; /*** Centers the design ***/
min-height: 300px;
background: #444343;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
#mainContainer_entersite{
width: 960px;
margin: 0 auto; /*** Centers the design ***/
min-height: 728px;
background: url(images/enter_temp.png) center no-repeat;
text-align: center;
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
background: url(images/header_top.png) top center no-repeat;
padding: 0px;
height: 145px;
}
#header_lower {
background: url(images/header_lower.png) top center no-repeat;
padding: 0px;
height: 154px;
margin-top: 17px;
width: 960px;
}

/**************************
MENU ITEMS
**************************/
#navlist
{
padding-top: 0px;
padding-left: 0px;
}
#navlist li
{
display: inline;
list-style-type: none;
padding: 0px;
}
#subnavlist
{
padding-top: 0px;
padding-left: 420px;
}
#subnavlist li
{
list-style-type: none;
}

/**************************
CONTENT AND COLUMNS
**************************/
.outer {
margin-top: 50px; /*** We need to add some space for our top menu ***/
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
/*** No need to do anything with a one column solution ***/
}
* html .inner {
/***  And therefor no need for hacking IE either ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;

}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: left;
width: 960px;
background: url(images/content_background.png) top center no-repeat;
height: 909px;
padding-top: 25px;
padding-bottom: 0px;
}

#content_categories {
float: left;
width: 960px;
background: url(images/background_gallery.png) top center no-repeat;
height: 1275px;
padding-top: 25px;
padding-bottom: 0px;
}

#content_gallery {
float: left;
width: 960px;
background: url(images/gallery_background.png) top center no-repeat;
height: 1275px;
padding-top: 25px;
padding-bottom: 0px;
}


#content_entersite {
float: none;
background: none;
width: 960px;
min-height: 728px;
padding-bottom: 10px;
padding-top: 100px;
}


* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap {
padding: 5px;
padding-bottom: 0px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
/**************************
LEFT COLUMN - this is our top menu
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: right;
width: 960px;
background: url(images/menu_background2.png) top center no-repeat; 
height: 67px;
padding-top: 8px;
margin: -50px 0 0 -960px; /*** Move the left column so it takes the positon as a top menu ***/
}

#left_alt {
float: right;
width: 960px;
text-align:center;
background: url(images/menu_background2.png) top center no-repeat; 
height: 67px;
padding-top: 8px;
margin: -50px 0 0 -960px; /*** Move the left column so it takes the positon as a top menu ***/
}


* html #left {
position: relative;  /*** IE needs this  ***/

}
#left ul {
list-style: none;
margin: 0px;
}
#left li {
display: inline;
padding-right: 0px;
padding-left: 0px;
margin: 0px;
letter-spacing: 0px;
list-style-type: none;
}

#left li a{
    margin: 0px;
    padding: 0px;
}
/*************************
RIGHT COLUMN - This is our footer menu
**************************/
#right {
float: left;
width: 950px;
background: #cfc;
padding: 5px;
height: 40px;
}
* html #right {
position: relative;  /*** IE needs this  ***/
}
#right ul {
list-style: none;
}
#right li {
display: inline;
padding-right: 15px;
}
/**************************
FOOTER
**************************/
#footer_top {
width: 960px;
margin: 0 auto;
text-align: center;
background: url(images/footer_1_background.png) top center no-repeat;
height: 152px;
padding: 0px;
}

#footer {
width: 960px;
margin: 0 auto;
text-align: center;
background-color: #444343;
height: 40px;
}
