/* CSS Document */

a{ text-decoration:none; color:#277199;}
a:hover{ text-decoration:underline; }

.ultimateContainer
{
	background-image:url(../images/background.png);
	background-color:#ececec;
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	margin:0 auto; 
}

.motherContainer
{
	text-align:left;
	margin:0 auto; 
	background-image:url(../images/background_inner.png);
	background-repeat:no-repeat;
	background-position:center top;
	width: 1042px;
}




/* SIDE */
.sideHeader{background-image:url(../images/header_side.png); 
	height:33px; width:237px; color:#ffffff; font-size:18px; font-weight:bold;}
.sideText{ margin:0 0 0 10px; padding:7px 0 0 0;} 

.catbutton{margin:0 10px 0 0;}


.footerContainer
{
	background-image:url(../images/background_footer.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	height:121px;
}

.footer
{
	text-align:left;
	margin:0 auto; 
	background-image:url(../images/background_footer_inner.png);
	background-repeat:no-repeat;
	background-position:center top;
	width: 1042px;
}



/* MAIN BOX INNER */

.mainBoxInnerHeader
{
	background-image:url(../images/header_main.png); color:#ffffff;
	background-repeat:no-repeat; width:733px; height:32px; margin:12px 0 0 0; font-size:18px; font-weight:bold;
}
.mainBoxInnerHeaderText{ padding:5px 0 0 10px;}



/* BIG BOX  */
.bigBoxContainer{ margin:12px 0 20px 31px;  width:980px;}
.bigBoxHeader{	background-image:url(../images/bigbox_top.png); height: 33px; font-size:18px; font-weight:bold; color:#ffffff; width:980px; }
.bigBoxMiddle{	background-image:url(../images/bigbox_middle.png); }
.bigBoxInnerContent{padding:20px; width:940px;}
	

.categories a:hover{ color:#266e97; text-decoration:underline; }
.menuTop a:hover{ color:#75cfdc; }
