@import url('menu.css');
@import url('footer.css');
@import url('contentFormat.css');
@import url('productDisplay.css');
@import url('tables.css');
@import url('portfolio.css');
@import url('formStyle.css');
@import url('promotionDrop.css');

/* MAIN STYLES */
body { 
    margin-left:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0;
	background:#000000 url(../images/bg.jpg) center top no-repeat fixed;
}



/* page layout  /////////////////////////////////////////////////////////*/ 
#pagelayout{
	width: 100%;
	z-index:0;
	margin: 0 auto;
} 
#pagelayout #header{
	width:980px;
	height:190px;
	background: url(../images/header.jpg);
	margin:0px;
}  
#main{
	width: 980px;
	margin: 0 auto;
	z-index:0;
	min-height:600px;
	background:#fff;
}
#content-holder {
	background:#ffffff;
	overflow:hidden;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:10px;
	height:100%;
}
#content-right {
    float:right;
	width:240px;
	background:#ffffff;
	margin:5px;
    padding:0px;
}
#content-center {
   float:left;
   margin-left:5px;
   margin-top:5px;
   padding:5px;
   width:680px;
   _width:660px;  
   /*border-right:1px dotted #d2cfcb;*/
   padding-bottom:9999px;
   margin-bottom:-9999px;
}

#content-center ul{
	margin:5px 0 10px 50px;
	padding:0;
	list-style:url(../images/red_bullet.jpg) outside;
}
#content-center li{
	margin-top:5px;
}
.contentIndent{margin-left:20px; margin-right:20px;}


/* Buttons /////////////////////////////////////////////////////////*/
#topButtonBlue a
{
    float:left;
    width: 141px;
    height: 19px;
    font-size: 10px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    display: block;
    background-color: transparent;
    background-image: url(../images/bluebutton.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0px 0px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding-top: 5px;
    padding-right: 1px;
    padding-bottom: 0px;
    padding-left: 20px;
}
#topButtonBlue a:hover
{
    background-color: transparent;
    background-image: url(../images/bluebutton.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0px -23px;
}

#topButtonRed a
{
    float:left;
    width: 141px;
    height: 19px;
    font-size: 10px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    display: block;
    background-color: transparent;
    background-image: url(../images/redbutton.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0px 0px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 35px;
}
#topButtonRed a:hover
{
    background-color: transparent;
    background-image: url(../images/redbutton.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0px -23px;
}



/* right side block /////////////////////////////////////////////////////////*/
.rightSideBlock {
	border:1px solid #d2dcc1;
	background:#e4ead9;
	width:238px;
}
.rightSideBlock h2 {
	background:#dbe4cd url(../images/information.gif) no-repeat 5px 50%;
	font-size:12px;
	margin:0; padding:5px 10px 5px 25px;
}
.rightSideBlock .content {
	
	font-size:11px;
	padding:10px;
	
}




/* go back buttons /////////////////////////////////////////////////////////*/
#goBack {
	float:right;
}
#goBack a, #goBack a:visited {
	line-height: 22px;
	height:25px;
	display:block;
	background: url(../images/goback.gif) no-repeat left ;
	padding: 0px 0px 0px 40px;
	font-weight:bold;
	color: #6c6a75;
	text-decoration: none;
	font-size: 12px;
}
#goBack a:hover {
	text-decoration: underline;
}


.BreadCrumbBar{
	background:#ebe8dc url(../images/breadcrumbs.jpg) no-repeat left;
    color:#000;
    padding:5px 5px 5px 15px;
    font-weight:bold;
    border-bottom:1px dotted #151a13;
}
.BreadCrumbBar a{
    color:#346728;
    text-decoration:none;
}
.BreadCrumbBar .CrumbTitle{
    color: #fff;
    padding:0px 30px 0px 0px;
}