body {
    font:                   12px/14px Tahoma, Verdana, Arial, sans-serif;
    padding:                0;
    margin:                 0;
    text-align:             center;
    color:                  #7f7f7f;
}

td {
    vertical-align:         top;
}

.pic {
	vertical-align:        middle;
}

div {
    position:               relative;
    text-align:             left;
    display:				block;
}

img {
   border:                  0;
}

a,a:visited {
    color:                  #05613F;
    text-decoration:        underline;
}

a:hover {
    color:                  black;
    text-decoration:        underline;
}



/* DIV LIST */

div#top {
    width:                  100%;
    background-image:       url('../assets_images/background-top.png');
    background-position:    bottom;
    background-repeat:      repeat-x;
    border:                 0px solid black;
    height:                 148px;
    text-align:             center;
}

div#header {
    width:                  800px;
    margin:                 0px auto;
    border:                 0px solid black;
    height:                 133px;
}

div#flash {
    float:                  right;
    border:                 0px solid black;
    height:                 133px;
}

div#middle {
    width:                  100%;
    border:                 0px solid black;
    text-align:             center;
    margin-top:             1px;
    background-image:       url(../assets_images/background-right-top.png);
    background-repeat:      repeat-x;
}

div#content {
    width:                  800px;
    margin:                 0px auto;
    border:                 0px solid black;
}

div#left {
    float:                  left;
    width:                  225px;
    margin-top:             0px;
}

div#right {
    float:                  right;
    width:                  523px;
    border:                 0px solid black;
	border-left-color:		#999999;
	border-left-width:      1px;
    padding:                30px 25px;
}

div#right-content {
    text-align:             justify;
    width:                  520px;
}

div#menu {
    background-image:       url(../assets_images/background-menu.png);
    text-align:             right;
}

a.menu {
    display:                block;
    margin-bottom:          5px;
}

div#menu-services {
	background-image:       url(../assets_images/menu-id.png);
	text-align: 			right;
	padding:				5px 0px;
}


div#bottom {
    width:                  100%;
    border:                 0px solid black;
    text-align:             center;
    background-image:       url(../assets_images/background-bottom.png);
    background-repeat:      repeat-x;
    text-align:				center;
}

div#footer {
    width:                  800px;
    margin:					0px auto;
    text-align:				left;
}

div#link {
	margin:					30px;
	text-align: 			center;
}

h1 {
	font-size:				15px;
	padding:				0;
	margin:					0;
	color:                  #05613F;
}


h2 {
	font-size:				12px;
	color:                  #000000;
}

.bold {
	font-weight:			bold;
}

.italic {
	font-style:				italic;
}

.bold_italic {
	font-weight:			bold;
	font-style:				italic;
}

hr {
	color:					#FFD800;
	margin-bottom: 			10px;
	margin-top: 			10px;
}	

div#financing {
    width:                  100%;
    border:                 1px solid black;
    text-align:				center;
	padding:                4px;
}
