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

body {
background:#ffffff none repeat scroll 0%;
border:0px none;
margin:0px;
text-align:center;
font-family: Optima,Arial,Tahoma,Verdana;
font-size: 1.1em;
}

acronym {
cursor: help;
}


/*--------Layout-------*/
#wrapper {
}

#header_container {
background:#fff;
border:0;
}

#main_container {
background:#fff;
border:0;
}

#nav_container{
background:#333;
border:1px solid #ACBEDF;
}

#footer_container {
background-color: #fff;
clear: both;
border: 0;
padding: 2px;
padding-top: 20px;
}



/*---------------- header ----------------------------*/
#header {
background: #fff url('./images/header_autumn.jpg') no-repeat top center;
margin-left:auto;
margin-right:auto;
padding-bottom:20px;
padding-top:20px;
text-align:left;
width: 727px;
height: 328px;
}

#header h1, #header h2 {
display: none;
}

/*--------------- Main Content Area Layout------------*/

#content {
margin-left:auto;
margin-right:auto;
padding-bottom:20px;
padding-top:20px;
text-align:left;
width: 727px;
}

#prim {
margin-left:auto;
margin-right:auto;
padding-bottom:20px;
padding-top:25px;
text-align:left;
width:500px;
float: right;
padding-left: 10px;
}

#sec {
background: #e8cba9;
float: left;
width: 210px;
padding-left: 0px;
margin-top: 15px;
}

#punch_out {
float: right;
width: 250px; 
margin: 0 0 5px 10px; 
padding: 5px;
background-color: #d9daa9;
font-size: 95%;
}

h3 {
padding: 0;
margin; 0;
line-height: .1em;}

h2 {
font-size: 1.15em;
font-weight: normal;
line-height: 1em;

color: #515954;}


h1 {
font-size: 1.3em;
font-weight: bold;
line-height: 1em;
}


#prim p {
text-align: justify;
line-height: 1.5em;
margin-top: -10px;
padding-bottom: 10px;
}

p.large {
font-size: 1.15em;
}


/*----------------- Main navigation ---------*/
#main_nav ul {
font-size: 1.1em;
line-height: 2em;
padding-left: 6px;
margin-left: 20px;
list-style-image: url(./images/list_arrow.gif);}

#main_nav ul ul {
font-size: 0.9em;
line-height: 1.8em;
padding-left: 6px;
margin-left: 10px;
list-style-image: url(./images/list_arrow.gif);}

#main_nav a:link, #main_nav a:active, #main_nav a:visited {
color: #444;
text-decoration: none;
font-weight: bold;
}

#main_nav a:hover {
color: #000;
text-decoration: underline;}

/*--------------- product Boxes ----------------*/
#products h2 {
font-size: 1.4em;
color: #555;}

#products dl
{
margin: 0.1em 1.1em 0 1.1em;
padding: 0;
width: 200px;
float: left;
height: 190px;
}

#products dt
{
background-color: #d3d8fe;
color: green;
padding: .5em .5em;
font-weight: bold;
text-align: center;
text-transform: uppercase;
border: 1px solid #aaa;
height: 30px;

}

#products dd
{
margin: 0 0 1em 0;
background: #fff;
text-align: center;
padding: 1em .5em;
font-style: italic;
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
height: 110px
} 

#products img {
border: 0;
}



#products a:link, #products a:active, #products a:visited {
color: #333;
text-decoration:none;} 


#products dt a:link, #products dt a:active, #products dt a:visited {
color: green;
text-decoration:none;} 


#products a:hover dd {
color: purple;
background: #ffd;}


/*----------------- Footer ------------------*/
#footer {
background: #d1d6db;
margin-left:auto;
margin-right:auto;
margin-top:10px;
padding-bottom:5px;
padding-top:5px;
text-align:left;
width: 727px;
color: #444;
font-size: 90%;
}

#footer2 {
background: #fff;
margin-left:auto;
margin-right:auto;
padding-bottom:10px;
padding-top:4px;
text-align:left;
width: 727px;
color: #555;
}

#smallprint {
text-align: right;
color: #555;
font-size: 90%;
padding-right: 10px;}

.credits {
color: #555;
text-decoration: none;}

#photo_link a:link, #photo_link a:visited {
color: #60a204;
font-weight: bold;
font-size: 1.2em;}

#photo_link a:hover {
color: #2f5795;
text-decoration: underline;}

#credits a:hover {
text-decoration: underline;
}

.call_to_action {
font-size: 1.6em;
}

#footer2 a:link, #footer2 a:active, #footer2 a:visited {
color: #888;
}

#footer2 a:hover {
color: #444;}


/*---------------- Images --------------*/
.image_left {
float: left;
padding: 0 10px 0 0;
}

.image_right {
float: right;
padding: 0 0 0 10px;
}

/*----------- Lists ------------*/
#prim ul {
list-style-image: url(./images/tick.jpg);
margin-bottom: 30px;
}

#prim li {
color: #363937;
}

hr {
width: 65%;
color: #d1d6db;
background-color: #d1d6db;
border: 0;
height: 2px;
}
