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

/*For Brazos Collection Home Page*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/brazos_home_bg_gold4.png);
	background-repeat: no-repeat;
	background-position: top left;
	/*background-color: #000000;*/
	background-color: #fef19d;
	margin: 0;
	padding: 0;
	color: #FFF;
}

#wrapper {
	width: 1250px;
	margin: 0;
	padding: 0;
}

#logo {
	margin: 31px 0 0 15px;
	width: 643px;
	height: 130px;
	float:left;
}

#menu {
	float: right;
	width: 450px;
}

#menu ul, #menu li {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	/*color: #FFF;*/ color: #333;
	display: inline;
}

#menu li a, #menu li:visited {
	padding: 0 8px 0 8px;	
	/*color: #FFF;*/ color: #333;
	text-decoration: none;
}

#menu li a:hover {
	text-decoration: underline;
	color: #CCC;
}

#content {
	text-align: center;
	width: 1200px;
	margin-top: 80px;
}

#copyright {
	margin: 40px 0 0 0;
	font-size: 11px;
	/*color: #CCC;*/ color: #666;
	text-align: center;
	width: 1200px;
}

#copyright a, #copyright a:visited {
	/*color: #CCC;*/ color: #666;
}

.shopOnline, .shopOnline a, .shopOnline:visited {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 20px;
		font-weight: bold;
		font-style: italic;
		text-decoration: none;
		color: #FFF;
}

img.featured {
	opacity:0.9;
	filter:alpha(opacity=80)
}