@charset "UTF-8";
body  {
	font: 14px arial;
	margin: 0px 5px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top center;
	background-image: url(../images/bgTile.jpg);
}
#header {
	background-image: url(../images/tagline.jpg);
	height: 138px;
	background-repeat: no-repeat;
}
.row1 {
	padding-bottom: 50px;
	background-image: url(../images/bkgHome.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	min-height: 450px;
	background-position: center center;
}
td {
	text-align: left;
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
} 
.productBox {
	text-align: center;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}


#product {
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #183319;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
	margin-left: 10px;
}
h1 {
	color: #38662F;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 22px;
	background-image: url(../images/H1.jpg);
	line-height: 65px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#container #SecondContent #bigContent {
	padding: 30px;
}
#sidebar2 {
	padding: 5px;
	text-align: left;
}
#container #SecondContent {
	font-size: 14px;
}


#footer {
	padding: 0 10px 0 20px;
	font-size: 80%;
	border-top: 1px dotted #cccccc;
	background-color: #000000;
} 
.col1 {
	width: 160px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#optionalList div .picture {
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	width: 80px;
	float: left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.picture {
	text-align: center;
	padding: 5px;
	margin-left: auto;
	margin-right: 5px;
	border: 1px solid;
	border-color: #cccccc;
	float: left;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#menu  {
	background-color: #FADE93;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	text-align: center;
	height: 26px;
}
#menu ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
	text-align: center;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin:0px;
	padding: 0px 5px;
}
a:link {
	color: #38662F;
	text-decoration: none;
	font-variant: small-caps;
}
a:visited {
	color: #38662F;
	text-decoration: none;
	font-variant: small-caps;
}
a:hover {
	color: #000;
	text-decoration: none;
	height: auto;
}
#menu a:link {
	margin-right: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-variant: small-caps;

}
#menu a:visited {
	margin-right: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-variant: small-caps;
}
#menu a:hover {
	margin-right: 5px;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #38662F;
}
h3 {
	padding: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #183319;
	font-size: 16px;
}
h2 {
	color: #FDBF30;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px dotted #FDBF30;
}
table {
	vertical-align: top;
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
}
.col2 {
	text-align:left;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	width: 490px;
	padding-bottom: 100px;
	border-right-width: 1px;
	border-right-style: dotted;
}
.col3 {
	width: 160px;
	text-align: right;
}
h4 {
	padding: 0px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #38662F;
	margin-left: 0px;
	margin-right: 0px;
}
.col2 #mainContent {
	width: 600px;
}
h5 {
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	margin: 0;
}
.col4 {
	text-align:left;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 10px;
	padding-bottom: 100px;
}
.col5{
	text-align:left;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 10px;
	padding-bottom: 100px; 
	border-left-style: dotted;
	border-left-color: #183319;
	border-left-width: 1px;
}
#mainContent li {
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 120%;
	color: #333333;
	display: list-item;
	margin-left: 20px;
}
#mainContent ul {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	margin-left: 0px;
}
#sidebar2 li {
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	list-style-image: url(../images/point.gif);
	font-size: 120%;
	color: #22b24c;
	display: list-item;
	margin-left: 20px;
}
#sidebar2 ul {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	margin-left: 0px;
}
#menu_lingue {
}
#headerPage {
	background-image: url(../images/tagline.jpg);
	height: 108px;
	background-repeat: no-repeat;
}
.col2 #mainContent_2 {
	width: 790px;
}
.col2a {
	text-align:left;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	width: 790px;
	padding-bottom: 100px;
	border-right-width: 1px;
	border-right-style: dotted;
}
.col2a #mainContent_2 {
	width: 790px;
}
#news {
	padding: 5px;
	margin-bottom: 15px;
	text-align: center;
	border: 2px solid #333333;
	background-image: url(../images/transp.png);
	background-repeat: repeat;
	width: 140px;
	float: right;
	margin-top: 15px;
}
#news h3, #newsBig h3 {
	text-align: center;
	margin: 2px;
	background-color: #39662F;
	color: #FDBC2B;
	padding: 0px 3px;
}
#news h4, #newsBig h4 {
	text-align: center;
	margin: 2px;
	background-color: #FDBC2B;
	color: #39662F;
	padding: 0px 3px;
}
#newsBig {
	margin-bottom: 15px;
	text-align: left;
	margin-top: 15px;
}
label {
	font-size: 11px;
}
.submit {
	background-color: #497E38;
	font-size: 14px;
	color: #FFF;
	padding: 3px;
	border:1px solid #000;
}
input, select {
	background-color: #EEEEEE;
	border: 1px solid #5D914A;
	font-size: 12px;
	font-weight: bold;
}

