/*
Site: inventure.com
Media: screen
Applicability: (global)
Developed by Nate Schmoll
me@nateschmoll.com
*/

/*********************************************************\
| generics ********************************************** |
\*********************************************************/

/* remove all spacing around objects */

* { margin: 0; padding: 0; }

/* general body attributes */

body { background-color: #6ab647; color: #8d8b8b; text-align: center; padding-top: 25px; font: 90%/165% Georgia, "Times New Roman", Times, serif; }

/* no ugly border around anchored images */

img { border: 0; }

/* default section spacer */

hr { display: none; }

/* paragraph default spacing */

p { margin: 0; padding: 0; margin-bottom: 15px; }

/* subscript placement */
sub { vertical-align: bottom; }

/*********************************************************\
| title header images *********************************** |
\*********************************************************/

h1 { position: relative; }

h1 a { display: block; width: 261px; height: 80px; text-indent: -10000px; overflow: hidden; background: url(../_img/_header/logo.png) no-repeat; }

h2 { position: relative; display: block; width: 261px; height: 27px; text-indent: -10000px; overflow: hidden; background: url(../_img/_header/slogan2.png) no-repeat; }

h3 { position: relative; display: block; text-indent: -10000px; overflow: hidden; background-repeat: no-repeat; margin-bottom: 15px;}

h4 { padding: 0; margin: 0; }

/*********************************************************\
| link colors ******************************************* |
\*********************************************************/

a { color: #e6b445; }

a:hover { color: #8a6528; }

/*********************************************************\
| containers ******************************************** |
\*********************************************************/

#container { width: 720px; margin: 0 auto; padding: 0; text-align: left; background-color: #ffffff; }

#header { display: table; width: 100%; height: 107px; background: url(../_img/_header/bg.png) repeat-x; }

#contentpadding { background: url(../_img/_content_bg.jpg) no-repeat right top; }

#content { background: url(../_img/_content_bg_gradient2.png) no-repeat left top; margin: 0; padding: 35px 200px 0px 73px; }

/*********************************************************\
| top navigation and logo ******************************* |
\*********************************************************/

#logo { float: left; width: 230px; }

#nav { height: 107px; list-style: none; width: 459px; float: right; background-image: url(../_img/_header/helper.png); }

#nav li { float: left; height: 40px; overflow: hidden; }

#nav li a { display: block; line-height: 40px; text-indent: -10000px; overflow: hidden; background-position: center top; }

#nav1 { width: 142px; background: url(../_img/_header/1.png) no-repeat; }

#nav2 { width: 72px; background: url(../_img/_header/2.png) no-repeat; }

#nav3 { width: 92px; background: url(../_img/_header/3.png) no-repeat; }

#nav4 { width: 53px; background: url(../_img/_header/4.png) no-repeat; }

#nav5 { width: 100px; background: url(../_img/_header/5.png) no-repeat; }

#nav li a:hover { background-position: 50% -40px; }

/*********************************************************\
| footer ************************************************ |
\*********************************************************/

#copyright { font-size: 75%; font-style: italic; background: url(../_img/_footer/bg.png) repeat-x 0 bottom; color: #B4B4B4; padding: 30px 0 4px; text-align: center; }

