﻿html{
	background: #e7e0cd url(../NewLightSkin/images/bg_gradient2.jpg) repeat-x; /* the tiled gradient that acts as a background for the entire page.  Keep the hex code equal to the last pixel's color in the gradient */
	background-attachment: fixed;
	background-position: top center;
}
body {
	background: url(../NewLightSkin/images/bg_new2.jpg) no-repeat; /* second background for the top of the page */
	background-attachment: fixed;
	background-position: top center;	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #251411;	
}
.pagemaster {
    background: url(../NewLightSkin/images/bg_content2.png) repeat-y;       
}

.sidebar {
    width: 25%;
    text-align: left;
    vertical-align:top;
    padding-top: 15px;
    
}

.contentpane {
    width: 75%;
    text-align: left;
    vertical-align:top;
    padding: 10px 110px 0px 55px;
}

/* General tags */ 
/* text style used for most text rendered by modules */
Normal, A.Normal
{
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: normal;
    color: #685d53;
}
A.Normal:hover
{
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: normal;
    text-decoration:none;
    color: #830000;
}

a, a:link, a:visited, a:active {
	color: #830000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

ModuleTitle {

}

H1{
	margin: 0 0 0.5em 0;
	font-size: 36px;
	color: #6a0000;
	line-height: 1.15em;
}

H2{
	margin: 0 0 1.75em 0;
	font-size: 19px;
	color: #5e4e45;
    line-height: 1.15em;	
}

H3 {
    color: #685d53;
    font-family: "Trebuchet MS";
    font-size:  15px;
    font-weight:  bold;
    padding-top: 10px;
    line-height: 20px;
    text-transform:uppercase;
}

.ExtraLink, A.ExtraLink:link, A.ExtraLink:active, A.ExtraLink:visited {
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: normal;
    color: #685d53;    
}

A.ExtraLink:hover {
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: normal;
    text-decoration:none;
    color: #830000;    
}       


/***** IE6 PNG FIX *****/
/*img, div, a, input { behavior: url(/css/resources/iepngfix.htc) }*/
@media screen { img, div, a, input { _behavior: url(http://www.brandx.eu/Components/IE6_PNG_fix/iepngfix.htc); } }
 