/* CSS Document */

/*--Yahoo Reset--*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*--END Yahoo Reset--*/

html,body{margin:0;padding:0}

html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

body {
	font: 76% arial,sans-serif;
	text-align:center;
	background-image: url(assets/bg.jpg);
	background-repeat: repeat-x;
	background-color: #bc945e;
}

p{margin:0 10px 10px}

/*a{display:block;color: #981793;padding:10px}*/

div#header {
	width: 980px;
	height: 209px;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(assets/header.jpg);
	background-repeat: no-repeat;
}

body#resources div#header {
	background-image: url(assets/header_rsrc.jpg);
	background-repeat: no-repeat;
}

body#serv div#header {
	background-image: url(assets/header_svc.jpg);
	background-repeat: no-repeat;
}

body#links div#header {
	background-image: url(assets/header_links.jpg);
	background-repeat: no-repeat;
}

div#navspace {
	width: 950px;
	height: 61px;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #f4e9d3;
}

div#logo {
	background-image: url(assets/logopanel.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 61px;
	width: 434px;
	display: inline; /*--Float Fix for IE6 and below--*/
}

div#logofr {
	background-image: url(assets/logopanel_fr.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 61px;
	width: 434px;
	display: inline; /*--Float Fix for IE6 and below--*/
}

div#nav {
	z-index: 10;
}

div#nav ul li {
	display: inline;
}

div#container {
	text-align:left;
	background-color: #754A45;
	width:980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-bottom: 30px;
}

div#position {
	position: relative;	
	z-index: 250;
}

div#grapes {
	background-image: url(assets/grapes_lg.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 650px;
	top: 0px;
	height: 241px;
	width: 313px;
}

div#wrapper {
	width: 950px;
	background-color: #fff7ec;
	margin-right: 15px;
	margin-left: 15px;
	overflow:auto !important; /*--Simple Float Fix--*/
	overflow: hidden;
}

div#extra {
	float: left;
	width:190px;
	margin: 15px 15px 15px 30px;
	display: inline; /*--Float Fix for IE6 and below--*/
}

div#extra img {
	padding-top: 3px;
}

div#content {
	background-color: #fff7ec;
	background-image: url(assets/watermark.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	margin-top: 30px;
	margin-right: 60px;
	margin-bottom: 15px;
	margin-left: 10px;
	width: 640px;
	display: inline;  /*--Float Fix for IE6 and below--*/
}

div#content p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.0em;
	line-height: 1.3em;
}

div#content a {
	color: #754a45;
	text-decoration: none;
	display: inline;
}

div#pagehd {
	margin-bottom: 10px;
}

div#content a:hover {
	text-decoration: underline;
}

div#content h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #754a45;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

div#content h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #754a45;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #754a45;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-style: italic;
}

div#content h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.1em;
	font-style: italic;
	color: #754a45;
	font-weight: bold;
}

div#content h5 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #754a45;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.subspace {
	padding-bottom: 10px;
}

div#content ol {
	font-size: .95em;
	line-height: 1.2em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding-left: 3.3em;
	margin: 5px 0 10px 0;
	list-style-type: decimal;
}

div#content ul {
	list-style-image: url(assets/diamond_bullet_sm.gif);
	font-size: .95em;
	line-height: 1.2em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding-left: 2em;
	margin: 5px 0 10px 0;
}

div#content ul li,
div#content ol li{
	padding-bottom: .5em;
}

div#column1 {
	width: 300px;
	float: left;
}

.dropcap {
	float: left;
	padding-top: 4px;
}

.contact {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: #754a45;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #000000;
	padding-top: 3px;
	margin-right: 80px;
}
 
div#column2 {
	float:right;
	width:300px;
}

/*--Language Table Styles--*/
table#lang {
	width:250px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
}

table#lang td{
	padding: 0 10px 0 3px;
}

table#lang th {
	text-align: right;
	padding-left: 3px;
}
/*--END Language Table Styles--*/
	
div#countrynav {
	text-align: center;
	clear: both;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #754a45;
	padding-top: 5px;
}

div#countrynav p {
	line-height: .8em;
}

body#serv div#column2,
body#links div#column2,
body#client div#column2 {
	margin-top: 48px;
}

body#resources div#column2 {
	margin-top: 43px;
}


.leadin {
	font-weight: bold;
}

/*body#links div#content.leadin {
	font-size: 1.5em;
	font-weight: bolder;
}
*/
.grapes {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/*------------Footer Styles-----------*/
div#footer {
	width: 950px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: -10px;
	background: #f9efde;
	color: #745A45;
	clear:both;
	text-align: center;
}

div#footer p {
	margin:0;
	padding:5px 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.0em;
	color: #754a45;
}

div#footer a {
	color: #754a45;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer h5 {
	font-size: 0.85em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-top: -5px;
	padding-bottom: 15px;
}

body#home a#homebot,
body#serv a#servbot,
body#resources a#resourcesbot,
body#blog a#blogbot,
body#links a#linksbot,
body#client a#clientbot {
	cursor: default;
	text-decoration: underline;
}
