@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #434343;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/background-tile.jpg); 
	background-repeat: repeat-x;
	background-color: #fff;
}

img {
	border: 0;
}

#container {
	margin: 0px auto;
	width: 960px;
}

#header {
	width: 960px;
	height: 78px;
	background: url(../images/background-header.gif) repeat-x;
}

#logo {
	width: 234px;
	padding-left: 40px;
}

#toolbar {
	height: 43px;
	width: 960px;
	background-image: url(../images/background-toolbar.gif);
	background-repeat: repeat-x;
}

#subtoolbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #006fb9;
	padding: 5px 20px;
	line-height: 23px;
	width: 920px;
	height: 23px;
	background: url(../images/background-subtoolbar.gif) repeat-x;
}

#content-container-split {
	width: 960px;
	background: url(../images/background-content-split.gif) repeat-y;
	overflow: auto;
}

#content-container-full {
	width: 960px;
	padding: 20px;
	overflow: auto;
	background: url(../images/background-content-full.gif) repeat-y;
}

#content-container-gallery {
	width: 960px;
	overflow: auto;
	background: url(../images/background-content-full.gif) repeat-y;
}

#content-flash {
	width: 960px;
	height: 642px;
	overflow: auto;
	background: url(../images/background-content-full.gif) repeat-y;
}

#spec-one {
	float: left;
	width: 580px;
	padding-right: 20px;
}

#spec-two {
	float: left;
	width: 150px;
	padding-right: 20px;
}

#spec-three {
	float: left;
	width: 150px;
}

#content-left {
	float: left;
	padding: 20px;
	width: 580px;
}

#content-right {
	float: left;
	padding: 20px;
	width: 300px;
}

#content-custom {
	float: left;
	padding-left: 20px;
	width: 757px;
}

#marre-logo {
	width: 143px;
	float: left;
}

#footer-container {
	padding: 5px 20px;
	line-height: 23px;
	width: 920px;
	height: 23px;
	background: url(../images/background-footer.gif) repeat-x;
	border-top: 1px solid #999999;
}

#footer-one {
	text-align: center;
	padding-right: 20px;
	border-right: dotted 1px #999999;
	width: 151px;
	height: 23px;
	float: left;
}

#footer-two {
	text-align: center;
	padding-right: 19px;
	padding-left: 20px;
	border-right: dotted 1px #999999;
	width: 151px;
	height: 23px;
	float: left;
}

#footer-three {
	text-align: center;
	padding-right: 19px;
	padding-left: 20px;
	border-right: dotted 1px #999999;
	width: 151px;
	height: 23px;
	float: left;
}

#footer-four {
	text-align: center;
	padding-right: 19px;
	padding-left: 20px;
	border-right: dotted 1px #999999;
	width: 151px;
	height: 23px;
	float: left;
}

#footer-five {
	text-align: center;
	padding-left: 20px;
	width: 151px;
	height: 23px;
	float: left;
}

#subfooter-container {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
	background: url(../images/background-subfooter.gif) repeat-x;
}

#subfooter {
	margin: 0px auto;
	width: 960px;
	text-align: right;
	line-height: 5px;
	font-size: 10.5px;
}

.social-media {
	display: inline-block;
	vertical-align: middle;
}

.button {
	background: url(../images/button-background.gif) repeat-x;
	height: 14px;
	padding: 5px 10px;
	border: 1px solid #504c4b;
	display: inline-block;
}

/* BELOW CONTAINES ALL ATTRIBUTES FOR THE WEBSITE DROPSHADOW */

#shadow-container {
	margin: 0px auto;
	width: 986px;
	background: url(../images/shadow-body.png);
	position: relative;
}

#shadowbottom { 
	margin: 0px auto;
	height: 14px; 
	width: 986px;
	background: url(../images/shadow-bottom.png);
}

/* BELOW CONTAINES ALL ATTRIBUTES FOR THE WEBSITE <A> LINKS */

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #006fb9;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #006fb9;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #006fb9;
	text-decoration: underline;
}

.sublink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #006fb9;
	text-decoration: none;
}

.sublink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #006fb9;
	text-decoration: none;
}

.sublink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #006fb9;
	text-decoration: underline;
}

.button a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.button a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.button a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

/* BELOW CONTAINES ALL ATTRIBUTES FOR THE CONTACT FORM */

fieldset {
	margin:0;
	padding:0;
	border:0;
}

label {
	width:275px;
	display:block;
}

.txt_input {
	width:275px;
	display:block;
}

textarea {
	height:80px;
	width:275px;
}
		
input {
	display:block;
}

.req {
	color: #f00;
	font-size: 12px;
}

#form_errors {
	color:#f00;
	display:none;
}

#form_thanks {
	color:#000; 
	display:none;
}

/* BELOW CONTAINES ALL ATTRIBUTES FOR THE WEBSITE MENU NAVIGATION */

/* remove the list style */
#nav {
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}	

/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#nav li {
	float: left; 
	display: block; 
	width: 145px; 
	position: relative;
	z-index: 500;
	line-height: 40px;
	font-weight: bold;  
}
		
/* this is the parent menu */
#nav li a {
	display: block; 
	height: 43px; 
	text-decoration: none; 
	color: #fff; 
	text-align: center; 
}

#nav li a:hover {
	color: #fff;
	background-color: #0d688e;
}
	
/* you can make a different style for default selected value */
#nav a.selected {
	color: #fff;
}
	
/* submenu, it's hidden by default */
#nav ul {
	position: absolute; 
	left: 0px; 
	display: none; 
	margin: 0px 0px 0px -1px; 
	padding: 0px; 
	list-style: none;
	background-color: #262223;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
		
#nav ul li {
	width: 210px; 
	float: left; 
	border-top: 1px solid #808080;
	line-height: 15px;
}
		
/* display block will make the link fill the whole area of LI */
#nav ul a {
	display: block;  
	height: 15px;
	padding: 8px 15px; 
	color: #fff;
	text-align: left;
}
		
#nav ul a:hover {
	text-decoration: none;	
}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */

*html #nav ul {
	margin:0 0 0 -2px;
}
