﻿#main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
	/*background-image: url(../images/footer.jpg);*/
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main #footer {
	clear: both;
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-bottom: 30px;
}

a 
{
	color: #cccc99;	
}

.col1 a {
	color: #00CCCC;
	text-decoration: none;
}
#main #footer a {
	color: #00CCCC;
	text-decoration: none;
}
#main #footer a:hover {
	color: #FFFFFF;
}


#main #header {
	float: left;
	width: 950px;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 30px;
	font-weight: bold;
	color: #00CCCC;
	padding-left: 5px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#main #header a {
	color: #00CCCC;
	text-decoration: none;
}

#banner #menupanel {
	float: left;
	height: 278px;
	width: 240px;
	padding-top: 22px;
}
#menupanel ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#menupanel li {
	display: inline;
}
#menupanel li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	color: #666666;
	display: block;
	font-weight: bold;
	width: 200px;
	padding-left: 40px;
	padding-top: 11px;
	padding-bottom: 11px;
}
#menupanel li a:hover {
	color: #FFFFFF;
	background-image: url(../images/hover2.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#main #content {
	float: left;
	width: 1000px;
	background-color: #333333;
}
#menupanel li a.borders {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #67B1BC;
}

#main #banner {
	float: left;
	height: 300px;
	width: 260px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat ;
}
#content .sider {
	width: 260px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content .col1 {
	float: right;
	width: 630px;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 30px;
	padding-left: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.col1 a:hover {
	color: #009999;
}


/*- Menu Tabs G--------------------------- */

    #tabsG {
      float:left;
      width:100%;
      /*background:#666;*/
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #666666;
      }
    #tabsG ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsG li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsG a {
      float:left;
      background:url("../images/tableftG.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsG a span {
      float:left;
      display:block;
      background:url("../images/tabrightG.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsG a span {float:none;}
    /* End IE5-Mac hack */
    #tabsG a:hover span {
      color:#FFF;
      }
    #tabsG a:hover {
      background-position:0% -42px;
      }
    #tabsG a:hover span {
      background-position:100% -42px;
      }

        #tabsG #current a {
                background-position:0% -42px;
        }
        #tabsG #current a span {
                background-position:100% -42px;
        }
