/* CSS Document 

24/04/07

=================================================================*/


/* Default html elements ========================================*/
body {
background-color:#FFF;
margin:0;
padding:0;
font-family: Verdana,Helvetica,Arial;
font-size: 11px;
color: #5E2154;
}

/* Headings =====*/
h1{
margin-bottom:15px;
color:#BBB952;
font-size:11px;
text-transform:uppercase;
}

h2 {
font-size: 11px;
margin:5px 0px 5px 0px;
}

h3 {
font-size: 10px;
margin:5px 0px 5px 0px;
}
/* End Headings =*/

p {
margin-top:0px;
}
img {
border:none;
}
ul {
margin:0px;
padding:0px;
padding-left:20px;
}
li {
list-style-position:outside;
list-style-type:square;
}
/* End html elements ============================================*/


/* Layout divs ==================================================*/
#container {
width:720px;
margin:20px auto;
background-image:url(images/column-1-bg.gif);
background-repeat:repeat-y;
background-position:left;
}

#seo-text {
background-color:#999900;
color:#FFF;
line-height:30px;
text-align:center;
}
#seo-text a, #seo-text a:visited {
color:#FFF;
}
#seo-text a:hover {
text-decoration:none;
}

#header {
background-color:#5E2154;
border-top:2px solid #FFF;
padding-top:23px;
}

#header h1 {
background-image:url(images/yonda-logo.gif);
background-repeat:no-repeat;
height:102px;
width:720px;
margin:0px;
padding:0px;
}

#header h1 span {
display:none;
}
#container-inner {
background-image:url(images/header-1.jpg);
background-repeat:no-repeat;
background-position:top;
width:800px;
}
#container-inner-bottom {
background-image:url(images/bottom-bg.jpg);
background-repeat:no-repeat;
width:720px;
height:100px;
}


#column-1 {
float:left;
width:252px;
}

#column-1-inner {
margin-left:53px;
}

#column-2 {
float:left;
width:465px;
padding-bottom:25px;
}
#column-2-inner {
margin:70px 80px 0px 0px;
}
#column-2-inner-1 {
float:left;
margin-top:70px;
}
#column-2-inner-2 {
float:left;
margin-top:70px;
}

#footer {
margin-top:25px;
background-color:#ECECCD;
line-height:30px;
}
#footer-inner, #footer-2 {
width:720px;
margin:0px auto;
}
#footer-2 {
line-height:30px;
}
#footer-2 p {
text-align:right;
padding-right:47px;
}
/* End layout divs ==============================================*/

/* Main Menu ====================================================*/
#main-menu {
margin-top:20px;
margin-left:38px;
padding:0;
color:#fff;
}
#main-menu li {
margin:0;
margin-bottom:15px;
padding:0;
list-style-type:none;
}
#main-menu li.last-link {
background-image:none;
}
#main-menu a {
margin:0;
padding:0;
display:block;
color:#fff;
font-weight:bold;
margin-bottom:5px;
}
#main-menu a:hover {
text-decoration:none;
}

#main-menu span {
display:block;
font-weight:bold;
margin-bottom:5px;
}
/* End main menu ================================================*/


/* Additional classes/divs ======================================*/
.clr
{
	clear: both;
	font-size: 1px;
	line-height: 0em;
	height: 0;
}

#reliance-table {
border:2px solid #5E2154; 
text-align:center;
font-size:10px;
width:400px;
margin-bottom:25px;
}
#reliance-table h2 {
margin-bottom:5px;
color:#FFF;
}
#header-row {
background-color:#5E2154;
}
.alternate-row-1 {
background-color:#EEEAEB;
}
/* End additional classes/divs ===================================*/


