body {
	margin: 0;
        background: url(../img/top_gradient.jpg) repeat-x;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	position: relative;
}

#header {
	width: 900px;
	height: 155px;
	background: url(../img/header.jpg) no-repeat;
	float: left;
	position: relative;
}

#flags {
    height: 11px;
    margin-top: 88px;
    margin-left: 824px;
}

#flag_es a {
    width: 16px;
    height: 11px;
    float: left;
    position: relative;
    background: url(../img/es.png) no-repeat;
}

#flag_en a {
    width: 16px;
    height: 11px;
    float: left;
    position: relative;
    background: url(../img/en.png) no-repeat;
    margin-left: 10px;
}

#flag_pr a {
    width: 16px;
    height: 11px;
    float: left;
    position: relative;
    background: url(../img/pr.png) no-repeat;
    margin-left: 10px;
}

#banner_shadow {
	width: 900px;
	height: 304px;
	float: left;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	background: url(../img/banner_shadow.jpg) no-repeat;
}

#banner {
	width: 888px;
	height: 288px;
	float: left;
	position: relative;
	margin-left: 6px;
	margin-top: 7px;
	background: #000000;
        font-family: Arial;
        font-size: 8pt;
        color: white;
}

#mini_content {
	width: 890px;
	height: 200px;
	float: left;
	position: relative;
	/*border: 1px solid;*/
	margin-top: 10px;
	margin-left: 6px;
	/*padding: 6px 6px 6px 6px;*/
}

#footer a {
	width: 890px;
	height: 61px;
	float: left;
	position: relative;
	background: url(../img/footer.jpg) no-repeat;
	margin-top: 20px;
	margin-left: 6px;
        margin-bottom: 0px;
}

.mini_content_box {
    float: left;
    position: relative;
    margin-top: 15px;
    margin-left: 10px;
    height: 135px;
    width: 270px;
    overflow: auto;
}

.see_more {
    float: left;
    position: relative;
    margin-top: 5px;
    margin-left: 10px;
    width: 270px;
    height: 15px;
    text-align: right;
}

.list_element a {
    float: left;
    position: relative;
    background-image: url(../img/arrow.gif);
    background-repeat: no-repeat;
    background-position: 10px 3px;
    padding-left: 25px;
    margin-bottom: 5px;
    font-family: Arial;
    font-size: 8pt;
    /*border: 1px dashed;*/
    color: black;
    text-decoration: none;
}

.list_element a:hover {
    text-decoration: underline;
}

#latest_products {
	width: 290px;
	height: 200px;
	background: url(../img/latest_products.jpg) no-repeat;
	float: left;
	position: relative;
	font-family: Arial;
	font-size: 8pt;
}

#latest_products h1 {
    margin: 0;
    font-family: Arial;
    font-size: 10pt;
    color: #d48600;
    margin-top: 6px;
    margin-left: 128px;
    font-weight: bold;
    width: 150px;
    text-align: center;
}

.latest_products_link {
    color: #d48600;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

.latest_products_link:hover {
    text-decoration: underline;
}

#latest_news {
	width: 290px;
	height: 200px;
	background: url(../img/latest_news.jpg) no-repeat;
	float: left;
	position: relative;
	font-family: Arial;
	font-size: 8pt;
        margin-left: 10px;
}

#latest_news h1 {
    margin: 0;
    font-family: Arial;
    font-size: 10pt;
    color: #A3A3A3;
    margin-top: 6px;
    margin-left: 128px;
    font-weight: bold;
    width: 150px;
    text-align: center;
}

.latest_news_link {
    color: #A3A3A3;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

.latest_news_link:hover {
    text-decoration: underline;
}

#testimonials {
	width: 290px;
	height: 200px;
	background: url(../img/testimonials.jpg) no-repeat;
	float: left;
	position: relative;
	font-family: Arial;
	font-size: 8pt;
        margin-left: 10px;
}

#testimonials h1 {
    margin: 0;
    font-family: Arial;
    font-size: 10pt;
    color: #005F87;
    margin-top: 6px;
    margin-left: 128px;
    font-weight: bold;
    width: 150px;
    text-align: center;
}

.testimonials_link {
    color: #005F87;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

.testimonials_link:hover {
    text-decoration: underline;
}

.testimonial {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
	font-family: Georgia;
	font-size: 8pt;
	text-align: center;
}

.testimonial a {
    text-decoration: none;
    color: black;
}

.testimonial a:hover {
    text-decoration: underline;
}

#content_layout {
	float: left;
	position: relative;
	width: 890px;
	margin-left: 7px;
	margin-top: 10px;
}

#left_menu {
	float: left;
	position: relative;
	width: 200px;
}

.section_title {
	float: left;
	position: relative;
	width: 200px;
	height: 25px;
	color: #333333;
	background: url(../img/section_title_bg.png) no-repeat;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 4px;
}

.extra_margin_1 {
	margin-top: 15px;
}

.menu_item a {
	float: left;
	position: relative;
	width: 194px;
	/*height: 20px;*/
        padding-bottom: 5px;
	border-bottom: 1px dotted;
	margin-top: 10px;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 6px;
	text-decoration: none;
	color: #333333;
}

.menu_item a:hover {
	color: #0060AD;
}

#content {
	float: right;
	position: relative;
	width: 675px;
	margin-left: 15px;
}

#breadcrumbs {
	float: left;
	position: relative;
	width: 675px;
	height: 25px;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
}

#breadcrumbs a.link {
	color: #0060AD;
	text-decoration: none;
}

#breadcrumbs a.link:hover {
	text-decoration: underline;
}

#breadcrumbs span.page {
	font-weight: normal;
	color: #000000;
}

#breadcrumbs hr {
	border: 0;
	border-top: #0060AD 1px dashed;
}

#content_text {
	float: left;
	position: relative;
	width: 675px;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 10px;
	line-height: 160%;
}

#images {
    width: 675px;
    text-align: center;
    margin-top: 20px;
}

#images img {
    border-style: none;
}

#content_text a {
    color: #0060AD;
    text-decoration: none;
}

#content_text a:hover {
	text-decoration: underline;
}

#content_text h1 {
	color: #D38500;
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
}

#content_text hr {
    border: 0;
    border-top: 1px dotted;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #CCCCCC;
}

#contact_form {
    background-color: #EEEEEE;
    border: 1px solid #666666;
    width: 450px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

#contact_form td {
    /*padding-top: 6px;
    padding-bottom: 6px;*/
    text-align: left;
}

.sep_line {
    padding-top: 0px;
    padding-bottom: 0px;
}