/* CSS Document */

* {
	margin: 0;
    padding: 0;
    border: none;
	font-size: 1em;
}

body {
	background: #f1f1f1 url(../images/body-bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}


#container {
	width: 100%;
}

#main-content {
	margin: 0 auto;
	width: 884px;
	display: table;
	background: url(../images/sombra.gif) repeat-y;
}

h1, h2 {
	/* hide from IE Mac \*/
    text-indent: -999em;
    overflow: hidden;
    /* end hide */
}



/*################################################ CONTENT ##############################################*/

#main-content #back1 {
	float: left;
	width: 25px;
	height: 679px;
	display: inline;
	background: url(../images/main-back1.jpg) no-repeat;
}

#main-content #back2 {
	float: left;
	width: 25px;
	height: 679px;
	background: url(../images/main-back2.jpg) no-repeat;
}

#main-content #content {
	float: left;
	width: 794px;
	display: table;
	background: #008837 url(../images/main-content-left-col-bg.jpg) repeat-x;
}

#main-content #content #left-col {
	float: left;
	width: 224px;
	display: inline;
}

#main-content #content #left-col #logo {
	float: left;
	width: 221px;
	height: 167px;
	margin: 20px 0 0 0;
	background: url(../images/main-content-left-logo.gif);
}

#main-content #content #left-col div.left-text {
	float: left;
	width: 224px;
	text-align: center;
}

#main-content #content #left-col div.left-text h2.contact,
#main-content #content #left-col div.left-text h2.links {
	width: 100%;
	height: 17px;
	margin: 40px 0 20px 0;
	background: url(../images/main-left-h1-contact.gif) top center no-repeat;
}

#main-content #content #left-col div.left-text h2.contact a {
	float: left;
	width: 43px;
	height: 15px;
	display: block;
	margin: 0 0 0 91px;
	display: inline;
}

#main-content #content #left-col div.left-text h2.links {
	background: url(../images/main-left-h1-links.gif) center no-repeat;
}

#main-content #content #left-col div.left-text p {
	width: 180px;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}

#main-content #content #left-col div.left-text a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	margin: 10px 0 0 0;
	line-height: 24px;
}

#main-content #content #right-col {
	float: left;
	width: 570px;
	display: inline;
}

#main-content #content #right-col #curve {
	float: left;
	width: 564px;
	height: 391px;
	display: inline;
}

#main-content #content #right-col #curve #banner img {
	margin: 296px 0 0 0;
	float: left;
}

#main-content #content #right-col #curve #banner {
	float: left;
	width: 564px;
	height: 391px;
	background: url(../images/main-right-image.jpg) no-repeat;
}

#main-content #content #right-col #text {
	float: left;
	width: 564px;
	height: 300px;
	margin: -2px 0 0 0;
	background: url(../images/main-content-right-text.gif) bottom repeat-x;
}

#main-content #content #right-col #text #box1 {
	float: left;
	width: 280px;
}

#main-content #content #right-col #text #box1 h2,
#main-content #content #right-col #text #box2 h2 {
	float: left;
	width: 100%;
	height: 17px;
	margin: 15px 0 0 0;
	background: url(../images/main-content-box1-h2.gif) center no-repeat;
}

#main-content #content #right-col #text #box1 img,
#main-content #content #right-col #text #box2 img {
	float: left;
	margin: 19px 0 0 65px;
	display: inline;
}

#main-content #content #right-col #text #box1 p,
#main-content #content #right-col #text #box2 p {
	float: left;
	width: 225px;
	margin: 10px 0 0 30px;
	display: inline;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
}

#main-content #content #right-col #text #box1 a.click,
#main-content #content #right-col #text #box2 a.click {
	float: left;
	margin: 10px 0 0 110px;
	display: block;
	display: inline;
	width: 77px;
	height: 26px;
	background: url(../images/main-content-click-button.gif);
	/* hide from IE Mac \*/
    text-indent: -999em;
    overflow: hidden;
    /* end hide */
}

#main-content #content #right-col #text #box2 {
	float: left;
	width: 260px;
	height: 250px;
	padding: 30px 0 0 0;
	background: url(../images/main-content-dots.gif) left no-repeat;
}

#main-content #content #right-col #text #box2 h2 {
	width: 100%;
	height: 35px;
	margin: -10px 0 0 10px;
	display: inline;
	background: url(../images/main-content-box2-h2.gif) center no-repeat;
}

#main-content #content #right-col #text #box2 img {
	margin: 19px 0 0 70px;
}

#main-content #content #right-col #text #box2 p {
	margin: 20px 0 0 30px;
}























