@charset "utf-8";

/*================      formatting   =============*/ 
#langSelFloat {
position:absolute;
right:0px;
top:0px;
font-size:10px;
font-family:arial;
}

h1, h2, h3, h4, h5, h6 {
font-weight:normal;
}

p, ul, li, h1, h2, h3, h4, h5, h6, pre{
line-height:1.4em;
}


a {
color:#000;
text-decoration:none;
}

a:hover {
text-decoration:none
color:#202020;
cursor:pointer
}

.excerpt {
color:#888;
font-size:1em;
font-style:italic;
}

/*================     end formatting    =============*/ 


/*================       fixes       =============*/ 


* {
	margin: 0px;
	padding: 0px;

}



body {
	background-color: #FFFFFF;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1pt; /*fix to make pixel-tight design fit with IE. if left out small gaps appear after divs */
}

.clear { /* makes the background divs stretch over floated content. Placed at the end of #mainContent */
	background-color: #FF0000;
	clear: both;
	position: relative;
}

a img {
border:none;
}

.normalFont {
font-size:12px !important; /* this counteracts the above mentioned IE6 fix */
}
/*================     end fixes     =============*/ 

/*================     news          =============*/ 
#news {
font-size: 0.9em;
}

#news li {
padding:10px 0 0 0;
margin:0 0 0 0px;
list-style:none;
}

#news ul {
padding: 5px 5px 0 0;
}



/*================     end news	     =============*/ 

/*================basic Construction =============*/ 

.textContainer {
padding:10px;

}


#aboutDistrib {
width:415px;

}

#contact {
width:236px;
}

#bg {
	width: 1035px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(images/bgRpt.png);
	background-repeat: repeat-y;
	background-color: #00000;
	overflow: hidden;
}
#mainContent {
	text-align: left;
}
#container {

    background: #F5F5FF;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#header {
        background: #FFFFFF;
	text-align: center;
	padding-bottom: 15 px; /* swoop: this was editied for august sale. Originally 15 px, sale 0 */
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.fullPageBanner {
	background-color: #999999;

	width: 100%;
}
.singleColumn {
	float: right;
	width: 265px;
       
}
.borderRight {
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.borderBottom {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.dualColumn {
	width: 657px;
	position: relative;
}

.rel {
	position: relative;
}


.alignRight {
	float: right;
}
.alignLeft {
	float: left;
}

.horizontalOverlay {
position:absolute;
width:50%;
Opacity:.4;
background: #FFF;
height:100%;
}

.verticalOverlay {
position:absolute;
width:100%;
Opacity:.4;
background: #FFF;
height:50%;

}

.horizontalOverlay:hover {
position:absolute;
width:50%;
Opacity:.8;
background: #FFF;
height:100%;
}

.verticalOverlay:hover {
position:absolute;
width:100%;
Opacity:.8;
background: #FFF;
height:50%;
}



/*================End basic construction =============*/ 

