/* The Gilded Expressions CSS */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: Tahoma, sansSerif;
	font-size: 13px;
	color: #333333;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.imgTn {
	margin: 0;
	padding: 0 10px 0 10px;
}

.clearFix {
	clear: both;
	margin: 0px;
	padding: 0px;
}

/* SLIDESHOW */

#slideshow {
    position:relative;
    height:400px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* HEADER TOP */

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#topWrapper {
	width: 100%;
	height: 70px;
	margin: 0px;
	padding: 0px;
	background: #FFFF4;
}

#topWrapper #topContainer {
	width: 900px;
	height: 70px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: #FFFFF4;
}

#topWrapper #topContainer #topLeft {
	float: left;
	width: 600px;
	height: 70px;
	margin: 0px;
	padding: 0px;
}

#topWrapper #topContainer #topRight {
	float: left;
	width: 300px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	background: url(../img/img_logo.jpg) no-repeat;
}

/* HEADER HERE */

#headerWrapper {
	width: 100%;
	height: 400px;
	margin: 0px;
	padding: 0px;
	background: url(../img/img_header_bg.jpg) top left repeat;
}

#headerWrapper #header {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

/* CONTENT HERE */

#contentWrapper {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#contentWrapper #contentLeft {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 20px 10px 20px 10px;
}

#contentWrapper #contentRight {
	float: left;
	width: 580px;
	margin: 0px;
	padding: 20px 10px 20px 10px;
}

/* FOOTER HERE */

#footerWrapper {
	width: 100%;
	height: 100px;
	margin: 0px;
	padding: 0px;
	background: url(../img/img_footer_bg.jpg);
}

#footerText {
	width: 100%;
	margin: 0;
	padding: 30px 0 30px 0;
	text-align: center;
	font-size: 11px;
	color: #666666;
}

/* TEXT AND LINKS */

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul#topMenu {
	margin: 0px;
	padding: 0px;	
}

#topMenu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 25px 20px 0px 10px;
}

#topMenu a, #topMenu a:link, #topMenu a:visited, #topMenu a:active { 
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}

#topMenu a:hover {
	color: #333333;
	text-decoration: underline;
}

.active {
	text-decoration: underline;
}

.title {
	font-size: 20px;
	font-weight: bold;
	color: #660000;
	padding: 0 0 20px 0;
}

a.title:link, a.title:visited, a.title:active {
	font-size: 20px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

a.title:hover {
	text-decoration: underline;
}

.textBold {
	font-weight: bold;
}

a.footer:link, a.footer:visited, a.footer:active {
	color: #666666;
	text-decoration: none;
}

a.footer:hover {
	color: #666666;
	text-decoration: underline;
}

/* IMAGE */

.imgPad {
	margin: 0;
	padding: 0 10px 20px 0;
}

