/*
Theme Name: ecologyoutfitters
Theme URI: http://ecologyoutfitters.com/
Version: 1.0
*/

/*  Tags Declaration  */
BODY {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #212620 url(images/bg-body.jpg) no-repeat center top;
    font-family: "arial", Times New Roman, Times ;
}
A {text-decoration: underline; color: #ffffff;}
A:visited {text-decoration: underline; color: #ffffff;}
A:HOVER {text-decoration: underline; color: #009dff;}
IMG {border: none;}

/*  Page  */
.page {
    margin: auto;
    text-align: left;
    width: 980px;
}
.page-container {
    width: 100%;
    float: left;
    position: relative;
}
.page-container .logo {
    position: absolute;
    top: 41px;
    left: 40px;
}
.page-container .logo A {
    width: 226px;
    height: 218px;
    display: block;
    text-indent: -2000em;
    outline: none;
    cursor: pointer;
    position: relative;
    background: url(images/logo.png) no-repeat left top;
}

/*  Header  */
.header {
    width: 593px;
    margin: 42px 0 0 248px;
    line-height: 0%;
}
.header UL, .footer UL {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: center;
    line-height: 30px;
}
.header UL LI, .footer UL LI {
    display: inline;
    font-size: 11px;
    color: #e5e4db;
    margin: 0 15px 0 15px;
}
.header UL LI A, .footer UL LI A {
    color: #e5e4db;
}


/*  Content  */
.content {width: 100%;}
.content TD {vertical-align: top;}

/*Sidebar*/

.sidebar {
	margin-top:100px;
}
.sidebar_top {
    width: 264px;
    height: 30px;
    background: url(images/sidebar_top.png) no-repeat left top;
}

.sidebar_mid {
    width: 264px;
    background: url(images/sidebar_mid.png);
	background-repeat:repeat-y;	
    font-size: 20px;
    text-align: center;
    padding-left: 10px;
    display: block;
}

.sidebar_mid td, th, td {
    font-size: 20px;
}

.sidebar_mid a{
	text-decoration:none;
    color: #292936;
}

.sidebar_bottom {
    width: 264px;
    height: 30px;
    background: url(images/sidebar_bottom.png) no-repeat left top;
}

.sidebar_mid UL {
    padding: 0px;
    margin: 0px 0 0 0;
    list-style: none;
    text-align: right;
}
.sidebar_mid UL LI {
    width: 100%;
}
.sidebar_mid UL LI A {
    color: #292936;
    padding-right: 70px;
    line-height: 56px;
    display: block;
    position: relative;
    background: url(images/menu-arrows.gif) no-repeat center right;
    outline: none;
}

/*Main Body*/
.main-body {width: 685px;}

.main-body H1 {
    padding: 0px;
    margin: 10px 0 0 56px;
    font-size: 26px;
    color: #c6c6bd;
    position: relative;
}

.main-body H2 {
    padding: 0px;
    margin: 10px 0 0 56px;
    font-size: 23px;
    color: #c6c6bd;
    position: relative;
}

.main-body H3 {
    padding: 0px;
    margin: 10px 0 0 56px;
    font-size: 20px;
    color: #c6c6bd;
    position: relative;
}

.main-body H4 {
    padding: 0px;
    margin: 10px 0 0 56px;
    font-size: 17px;
    color: #c6c6bd;
    position: relative;
}

.main-body H5 {
    padding: 0px;
    margin: 10px 0 0 56px;
    font-size: 14px;
    color: #c6c6bd;
    position: relative;
}

.main-body P {
    padding: 0px;
    margin: 14px 58px 0 56px;
    font-size: 14px;
    color: #c6c6bd;
    position: relative;
}

.bulletlist {
    padding: 0px;
    margin: 14px 58px 0 56px;
    font-size: 14px;
    color: #c6c6bd;
    position: relative;
}

TD.top-main-body {
    width: 100%;
    height: 36px;
    line-height: 0%;
    font-size: 1px;
    background: url(images/top-main-body.png) no-repeat left top;
}
TD.bottom-main-body {
    width: 100%;
    height: 36px;
    line-height: 0%;
    font-size: 1px;
    background: url(images/bottom-main-body.png) no-repeat left top;
}
TD.bg-main-body {
    width: 100%;
    background: url(images/bg-main-body.png) repeat-y left top;
    padding-bottom: 30px;
}

H2 a:link{
    color: #c6c6bd;
	text-decoration:none;
}

h2 {
    color: #c6c6bd;
	text-decoration:none;
}

h2 a:visited{
    color: #c6c6bd;
	text-decoration:none;
}
h2 a:hover{
    color: #c6c6bd;
	text-decoration:none;
}

/*  Footer  */
.footer {
    width: 100%;
    margin-top: 34px;
}

.footer P {
    font-size: 9px;
    color: #e5e4db;
    text-align: right;
    padding: 0px;
    margin: 20px 27px 0 0;
}

.footer a:link {
	    color: #e5e4db;
		text-decoration:none;
}

.footer a:hover {
	    color: #e5e4db;
		text-decoration:none;
}

.footer a:visited {
	    color: #e5e4db;
		text-decoration:none;
}

.none {
	font-size:0px;
}

.none h2 {
	font-size:1px;

}

.sidebar2 {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ecologyoutfitters.com/public/images/bg/bg-sidebar.png', sizingMethod='scope');
}