@charset "UTF-8";

/* REMOVE ALL MARGINS AND PADDING */
* {
	margin: 0px;
	padding: 0px;
}

/* ----------------------------- */

/* SET DEFAULT TYPOGRAPHY */
/* USE "!IE" CONDITIONAL STATEMENT TO INCLUDE ADDITIONAL NON-IE STYLES FOR TYPOGRAPHY */
body {
	font: 100%/1.125em "Times New Roman", Times, serif;
	background-color: #F1A534;
	background-image: url(../images/bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* ----------------------------- */

/* FORMAT UNORDERED LISTS HORIZONTALLY */
ul.horiz {
	list-style-image: none;
	list-style-type: none;	
}
ul.horiz li {
	display: inline;
}

/* ----------------------------- */

/* GIVE LINKED IMAGES A BORDER OF 0 */
a img {
	border:solid 1px #999;
	;
}

/* DuoLink/DuoText CLASSES REMOVE UNDERLINE FROM IMAGES LINKED IN COMBINATION WITH TEXT */
a.duoLink:hover {
	text-decoration: none;
}
a.duoLink:hover .duoText {
	text-decoration: underline;
}

/* ----------------------------- */

/* CLEAR FLOAT */
.clearBoth {
	clear: both;
	visibility:hidden;
}

/* ----------------------------- */

/* LINK FORMATING */
a {
	text-decoration: none;
	color: #5579AD;
}
a:hover {
	text-decoration: underline;
}

/* ----------------------------- */

/* ALIGN SMALL IMAGES (ICONS) TO TOP */
img.icon {
	vertical-align: top;
}

/* ----------------------------- */

/* OPACITY FOR NON-IE BROWSERS */
/* USE "IE" CONDITIONAL STATEMENT TO INCLUDE ADDITIONAL IE STYLES FOR OPACITY */
.opac80 {
	opacity: 0.8;
}
.opac85 {
	opacity: 0.85;
}
.opac90 {
	opacity: 0.9;
}


/* ----------------------------- */

/* RED BEET STYLES */
a.redBeet {
	text-transform: uppercase !important;
	color: #FFFFFF !important;
	font: 9px Arial, Helvetica, sans-serif !important;
	letter-spacing: normal !important;
	color: #666666 !important;
	text-decoration: none !important;
}
a.redBeet:visited {
	color: #666666 !important;
	text-decoration: none !important;
}
a.redBeet:hover {
	color: #990000 !important;
	text-decoration: underline !important;
}


/*---------------------------*/
/* END OF COMMON CSS STYLES  */
/*---------------------------*/
.container {
	width: 850px;
	margin: 0px auto;
}
.banner {
	color: #5579ad;
	background-color: #FFFFFF;
	padding: 10px 30px;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}
.italia {
	color: #7a826f;
	font-style: italic;
	font-size: .9em;
}
h1 {
	float: left;
	font-size: 3.25em;
	color: #FFF;
	font-weight: normal;
	margin: 15px 0px;
	line-height: .75em;
}
#header p.collection a:link,
#header p.collection a:visited {
	color: #FFF;
	float: right;
	text-align: right;
	margin-top: 15px;
}
#header {
	background-color: #5579ad;
	margin-top: 15px;
	position: relative;
	padding: 0px;
}
#keywords {
	margin-top: 20px;
	font-size: 1.7em;
	line-height: 1.1em;
}
#specs {
	margin-top: 30px;
}
#sizes {
	margin-left: 720px;
	padding-left: 1.25em;
}
#galleries h2 {
	float: left;
	text-align: center;
	font-size: 0.8em;
	margin: 0px 33px 36px;
	;
	display: inline;
}
#footer {
	background-color: #90b3e5;
	color: #FFFFFF;
	margin-top: 15px;
	padding: 15px 30px 25px 30px;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	height: 200px;
}
#footer p {
	float: left;
	width: 200px;
	margin-right: 70px;
	font-size: .9em;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#galleries {
	background-color: #FFF;
	;
	width: 655px;
	margin: 30px auto 30px auto;
	opacity: .85;
	padding-top: 36px;
}

