﻿/* Layout StyleSheet Template - 11/21/08 - Blaser Media, Inc. */
body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: black;
}

.mainlayout {
	width: 100%;
}

.header {
	width: 100%;
	height: 122px;
	background-image: url('../images/header_01.jpg');	
}

.clientbranding {
	text-align: right;

}


.branding {
	width: 960px;
	height: 122px;
	background-image: url('../images/layout_01.jpg');
}

.stage {
	width: 960px;
}

.nav {
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 35px;
	text-align: left;
	padding-left: 15px;	
}

.navspacer {
	width: 35px;
}

.homebucket{
	width: 222px;
	text-align: left;
	padding-left: 15px;
	padding-top: 20px;
}


.bottomhome{ padding-top: 10px;

}

.bottomborder {
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 35px;
	text-align: left;
	padding-left: 15px;	
	width: 960px;
}



.flash {
	background-position: 0px 0px;
	width: 738px;
		height: 420px;
	background-repeat: repeat;
	background-attachment: scroll;
}


.sizesdisplay {
	border: 1px solid #808080;
	background-color: #EBEBEB;
	color: #666666;
	font-size: x-small;
}


/* End StyleShet */
