/***************************************
   Theme Name: 
   Theme URI: N/A
   Version: 1.0.0
   Author: 
   Author URI: 
***************************************/

/***************************************
    General CSS
***************************************/
* {margin: 0; padding: 0;}
body {font: 11px "Trebuchet MS", "Helvetica"; color: #FFFFFF; background: #FFFFFF;}
.clear {clear: both; line-height: 0; height: 0;}
a {
	color: #000000;
	outline: none;
}
a img {border: 0;}
h1 {font-size: 18px; color: #8aba01;}
h2 {font-size: 16px; color: #8aba01;}
h3 {font-size: 14px; color: #8aba01;}
h4 {font-size: 12px; color: #8aba01;}
h5 {font-size: 11px; color: #8aba01;}

/***************************************
    Wrappers
***************************************/
#container {width: 1024px; margin: 0 auto; background: url(images/container_bg.png) top left repeat-y;}
#wrapper_top {width: 1024px; background: url(images/wrapper_top.png) 0 0 no-repeat;}
#wrapper_bot {width: 1024px; min-height: 517px; padding: 360px 0 0 0; background: url(images/wrapper_bot.png) bottom left no-repeat;}

/***************************************
    Menu
***************************************/
#menu {width: 200px; margin: 0 0 0 132px; float: left; list-style-type: none; background: url(images/menu_li_bg.png) top left no-repeat;}
#menu li {padding: 0 0 2px 0; background: url(images/menu_li_bg.png) bottom left no-repeat;}
#menu li a {display: block; padding: 15px 0 15px 28px; font-size: 14px; color: #FFFFFF; text-decoration: none;}
#menu .active a,
#menu li a:hover {background: url(images/menu_active_bg.png) 0 10px no-repeat;}

/***************************************
    Content
***************************************/
#content {width: 450px; min-height: 400px; padding: 0 0 40px 0; float: left; line-height: 24px;}
#content p {padding: 12px 0 12px 0;}
#content ul,
#content ol {padding: 12px 0 12px 0;}

/***************************************
    Footer
***************************************/
#footer {padding: 0 0 60px 0; color: #0e1e67; font-size: 10px; clear: both; text-align: center;}
#footer a {color: #0e1e67;}
