/* CSS Document */

/* Default Settings */

a:link,a:visited {
	text-decoration:none; }
ul,ol {
	list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code {
	font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0;
	padding:0; }
a img,a:link img,a:visited img {
	border:none; }
address {
	font-style:normal; }



body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/main_bg.gif) top center no-repeat;
}


h1 {
	color: #793235;
	font-size: 24px;
	font-weight: normal;
	margin: 40px 0 10px 20px;
	padding-bottom: 10px;
	background:url(images/h1_bg.gif) bottom left repeat-x;
	
	
	
	}
	
h2, h3 {
	padding: 10px 0 10px 20px;
	color: #9a9da4;
}
	
#container {
	width: 977px;
	margin: 50px auto 0;
	padding: 0;
}

#header {
	position: relative;
	height: 140px;
}

#logo {
	width: 287px;
	height: 86px;
	background:url(images/buckles_logo.gif) no-repeat;
}

#logo a {
	text-indent: -3000px;
	display: block;
	width: 287px;
	height: 86px;
}


#nav {
	position: absolute;
	top: 105px;
	right: 90px;
}

#nav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#nav ul li {
	float: left;
	display: inline;
	margin-right: 30px;
}

#nav ul li a {
	color: #c3a7a7;
}

#nav ul li a:hover, #nav ul li a.active {
	color: #793235;
}

#subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 12px 20px;
	}
#subnav li { float:left; padding: 0 10px; border-right: 1px solid #d4d4d4;}
#subnav li.last { border: none;}
#subnav li a { color: #c3a7a7;}
#subnav li a:hover, #subnav li a.active {
	color: #793235;
}



#content {
	min-height: 550px;
	height: 550px; /* IE ignores min height property */
	
	}
	
#left_col {
	margin-left: 150px;
	width: 425px;
	float: left;
	display: inline;
	color: #93969d;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

#left_col p {
	line-height: 24px;
	padding: 0 40px 0 20px;
}


#right_col {
	width: 270px;
	float: left;
	margin-left: 9px;
	display: inline;
}

#footer {
	clear: both;
	text-align: right;
	position: relative;
}
#flasharea {
	margin-left: 150px;
}


#footer_nav {
	width: 437px;
	float: right;
	display: inline;
	background: url(images/nav_bg.gif) top left repeat-x;
	margin-right: 155px;
}

#footer_nav p {
	clear: right;
	font-size: 10px;
	color: #b0b2b7;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

#footer_nav ul {
	float: right; /* neccesary so that #footer_nav p can be cleared */
	
}
	

#footer_nav ul li {
	float: right;
	display: inline;
	padding:20px 5px;
	margin-right: 5px;
	color: #b0b2b7;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer_nav ul li a {
	color: #b0b2b7;
}


.clearfix:after {/*The peroid is the last thinb before the div closes*/
	content: ".";/*inline elements doin't respond to the clear property*/
	display: block;/*Ensure the peroid is not visible*/
	height: 0;/*Make the container clear the peroid*/
	clear: both;/*Further ensures the peroid is not visible*/
	visibility: hidden;/*Further ensures the peroid is not visible*/
	}
.clearfix {
	display: inline-block;/*A fix for IE mac*/
	}
* html .clearfix {/*the holly hack for a bug in IE6 for Windows*/
	height: 1%;
	}
.clearfix {
	display: block;/*the holly hack for a bug in IE6 for Windows*/
}
