@charset "UTF-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

body{
	background-image: url(images/bg_gradient.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt;
}

@font-face {
	font-family: 'CenturyGothicRegular';
	src: url('fonts/century_gothic-webfont.eot');
	src: local('☺'), url('fonts/century_gothic-webfont.woff') format('woff'), url('fonts/century_gothic-webfont.ttf') format('truetype'), url('fonts/century_gothic-webfont.svg#webfonta6ERElyc') format('svg');
	font-weight: normal;
	font-style: normal;
}

#container{
	width: 1024px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;	
}

h2 {
	font-weight:bold;
	font-size:12pt;
	text-decoration:underline;
	padding-bottom:4px;
}

/*logo*/

#logo{
	width: 500px;
	height: 84px;
	margin-left: 100px;
	margin-top: 30px;
	margin-bottom: 20px;	
}

#logoImage{
	width: 441px;
	height: 84px;
	margin-left: auto;
	margin-right: auto;
}

/*slider*/

#content{
	width: 600px;
	float: left;
}

#slider {
	width:600px;
	height: 100%;
	float: left;
	margin-left: 50px;
	padding-bottom: 130px;
}

.header {
	padding-top: 12px;
	padding-bottom: 12px;
	width: 600px;
	border-bottom: 1px solid #c7c8b9;
	cursor: pointer;
	font-family: 'CenturyGothicRegular';
	font-size: 18pt;
	font-weight: 50;
	color: #c07242;	
}

.header:hover{
}

.content {
	overflow:hidden;
}

.text {
	width:600px;
	margin-bottom: 15px;
}

/*feet*/

#feetrightalign{
	margin-left: 780px;
	width: 344px;
	float: right;
}

#feet{
	bottom: 0;
	position: fixed;
	margin-bottom: 50px;
}

/*footer*/

#footer{
	width: 100%;
	height: 150px;
	bottom: 0;
	position: fixed;
	background-image: url(images/bg_footer.png);
	background-repeat: repeat-x;
	z-index: 0;
}	

#footer a {
	text-decoration: none;
}
#footer a:hover {
	color: #e3e8c1;
	text-decoration: underline;
}

#footerContent{
	height: 130px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 33px;
	padding-left: 50px;
	font-size: 9.5pt;
	color: #bdc295;
}

#footerContent p{
	line-height: 18px;
}

.footerCell { 
	padding-right: 50px;
	vertical-align:top;
}

.lineBreak{
	margin-top: 3px;
	height: 4px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6E7157;
}

a:hover{
	color: #bdc295;
	text-decoration: none;
}

a:visited{
	color: #bdc295;
	text-decoration: none;
}

a:link{
	color: #bdc295;
	text-decoration: none;
}

a:active{
	color: #bdc295;
	text-decoration: none;
}

#asics{
	background-image: url(images/asics.png);
	height: 25px;
	width: 77px;
	display: inline;
	float: left;
}

#asics:hover{
	background-image: url(images/asics-hover.png);
	cursor: pointer;
}

h1 {
	color: white;
	font-size: 10pt;
	line-height: 20px;
	font-family: 'CenturyGothicRegular';
}
