/* CSS Document */

html,body{
	margin:0;
	background-color: #1f3359;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color:#725A38;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper{}

/* holds rainbow thing plus dancing crowd image + logo */
#top_container{
	width: 100%;
	height: 208px;
	background-image:url(../images/header.jpg);
	background-position: bottom center;
	background-repeat:no-repeat;
	margin: 0; padding: 0;
}

/* define menu positioning any layout */
#menu_container{
	background-image: url(../images/menu_bg.jpg);
	height: 43px;
	width: 100%;
	text-align:center;
	padding: 0; margin: 0;
	color: #fff963;
	/*font: normal 13px arial, helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
#menu_container ul{
	list-style-type: none;
	position:relative;
	width: 850px;
	margin: auto;
}
/* define paddings, borders, fonts */
#menu li{
	float: left;
	width: 130px;
	height:30px;
}
#menu_home{ padding-top: 13px;border-right: 1px solid #8d141a; }
#menu_services{ padding-top: 5px; border-left: 1px solid #9e1f27; border-right: 1px solid #8d141a;}
#menu_servicesfr{ padding-top: 5px; border-left: 1px solid #9e1f27; border-right: 1px solid #8d141a;}
#menu_about{ padding-top: 5px;border-left: 1px solid #9e1f27; border-right: 1px solid #8d141a;}
#menu_recent{ padding-top: 13px;border-left: 1px solid #9e1f27;border-right: 1px solid #8d141a; }
#menu_contact{ padding-top: 13px; border-left: 1px solid #9e1f27;}
#menu_contactfr{ padding-top: 4px; border-left: 1px solid #9e1f27;}

#menu a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight: normal
}

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

/* contains quote, content */
#main_container{
	margin: 0;
	width: 100%;
	height: 100%;
	/*background-image: url(../images/main_container_bg.jpg);*/
	background-position: top;
	background-repeat:repeat-x;
	background-color:#F8F8F9;
	border-top: 1px solid #611010;
}

/* aligned relative to main container */
#quote_badge{
	position: absolute;
	top: -84px;
	right: 21px;
	width: 122px;
	height: 121px;
	background-image: url(../images/badge.jpg);
	background-repeat:no-repeat;
}
#quote_badge a{
	width: 80px;
	height: 60px;
	color: #FFF;
	display:block;
	position: absolute;
	top: 35px;
	right: 20px;
	text-align:center;
	text-decoration:none;
}

/* contains quote & content */
#content_container{
	position: relative;
	width: 770px; /* changed from 770 by Ed. */
	margin: auto;
}

/* contains the testimonial */
#testimonial_container{
	float: right;
	width: 259px;
	margin-top: 0px;
	background-image: url(../images/testimonial_bg_top.jpg);
	background-repeat: no-repeat;
	color:#775c25;
	font-size:12px;
	font-family: "Palatino Linotype", “Book Antiqua”, Palatino, “Times New Roman”, Times, serif;
	font-style:italic;
	padding-bottom: 0px;
}
#testimonial{
	margin-top: 5px;
	text-align:right;
	padding: 47px 17px 0px 30px;
}
#testimonial_signature{
	width: 239px;
	margin-top: 18px;
	text-align:right;
	font-weight:bold;
	font-size: 18px;
}
#testimonial_type{
	width: 239px;
	margin-top: 0px;
	text-align:right;
	font-style:italic;
	font-size: 11px;
}

#testimonial_frenchLink {
	border-top: 1px solid #e6dfca;
	text-align: right;
	margin: 17px 21px 0px 17px;
	padding: 17px 0px 3px 0px;
}
#testimonial_frenchLink a {
	font-size: 16px;
	color: #b7a26a;
}

#testimonial_frenchLink a:hover {
	text-decoration: underline;
}

#top_songs {
	border-top: 1px solid #E0DBB4;
	margin: 14px 14px 0px 14px;
	padding: 13px 7px;
	text-align: right;
	font-size: 11px;
}

#top_songs h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight: normal;
	color:#775c25;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}

#top_songs h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight: normal;
	color:#775c25;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

#top_songs ol {
	margin: 0px;
	padding: 0px;
	font-style:normal;
	}

/* contains blurb about the company */
#blurb {
	border-top: 1px solid #e6dfca;
	font-size: 12px;
	border-bottom: 1px solid #e6dfca;
	margin-bottom: 24px;
}

#blurb h1 {
	margin: 9px 0px 0px 0px;
	padding: 0px;
}

#blurb p {
	margin-top: 0px;
	padding: 0px;
}

#blurb a {
	color:#725A38;
	font-weight: bold;
	text-decoration: none;
}

#blurb a:hover {
	text-decoration: underline;
}

/* contains main page text */
#content{
	font-size:14px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	padding-top: 7px;
	padding-left: 7px;
	margin-right: 270px;
	color: #505050;
}

/* contains bottom of rainbow thing */
#bottom_container{
	width: 100%;
	height: 215px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	background-color:#20345B;
}
#bottom{
	position:relative;
	text-align:left;
	width: 770px;
	margin: auto;
	height: 215px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
}

/* contains status messages on top of form */
div.form_status {
	border: 1px solid #f9d5b9;
	background-color: #fffced;
	color: #775c25;
	padding: 7px 12px;
	font-size: 12px;
	margin-bottom: 13px;
	width: 460px;
}

div.form_error {
	border-right: 1px solid #96171e;
	background-color: #96171e;
	color: #f8f8f9;
	padding: 7px 12px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 13px;
	width: 460px;
}

div.form_error a {
	color: #faf56c;
}

.error_label {
	font-weight: bold;
	background-color:#FFCCCC;
	color:#96171e;
	text-align: right;
}
/* contains links to us */
#upsell{ 
	float: right;
	width: 500px;
	text-align:right;
}
#upsell a{
	color:#CCC;
}
#language{
	float: left;
	width: 200px;
}
#language a{
	color:#FFF;
}
#language a,#upsell a{
	text-decoration:none;
}
#language a:hover,#upsell a:hover{
	text-decoration:underline;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24.3333px;
	font-weight: normal;
	color:#505050;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18.3333px;
	font-weight: normal;
	color:#505050;
}

p.tagline {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 11px;
	margin-top: -10px;
	letter-spacing: 0.7px;
	color:#666666;
	
}

div.leftPicture {
	float: left;
	padding: 4px;
	border: 1px solid #DDD;
	margin-right: 20px;
}

#main_services li {
	margin-left: 30px;
}

img.inline {
	float: left;
	margin: 0px 14px 6px 0px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}