/* CSS Document */

body{
background-image:url(images/backgrounds/gradient.jpg);
background-repeat:repeat;
font-family:Arial, Helvetica, sans-serif ;
font-size:14px
	
} 
div.container { 
width : 991px;
z-index:1
} 
div.nav { 
width:991px;
height: 194px;
} 

div.menu { 
width:991px;

} 

div.title { 
width:994px;
height: 60px;
color:#FFFFFF;
float:left;
background-image:url(images/backgrounds/mid_section.jpg);


} 

div.main { 
font-family : Verdana;
font-size : 13px;
color:#CCCCCC;
width : 991px;
float : left;
padding-left:5px;
background-image:url(images/backgrounds/mid_section.jpg);
background-repeat:repeat-y;
min-height:300px
}
div.bottom {
width : 991px;
float:left;
} 

div.footer{
position:absolute;
left:-9px;
top:751px;
width:990px;
z-index:-1
}
div.navlinks { 
position:absolute;
left:150px;
top:5px;
font-family : Dummyboy;
font-size : 20px;
text-align : justify;
float : left;
padding:6px;
} 

div.toppic{
width:991px;
height:150px;
float:left;
background-image:url(images/backgrounds/mid_section.jpg)
}


div.home { 
width:960px;
padding-top:10px;
padding-left:10px;
text-align : justify;
float:left;

}



div.right { 
width:518px;
padding-right:20px;
margin-right:1px;
float:right;
text-align:left;
min-height:300px
}

div.left
{
width:450px;
float:left;
min-height:300px
}
div.voucher { 
margin-top:40px;
width:991px;
float:right
}

img.voucher{
float:right;
margin-right:20px;
}
img
{
border-style:none
}


a.topmenu { 
text-decoration : none;
color: #000;
}  
a.topmenu:link { 
color : #000;
} 
a.topmenu:visited { 
color : #000;
} 
a.topmenu:hover { 
text-decoration : #000;
} 
a.links
{
text-decoration : underline;
color : #FFF;
}

a.links:link { 
color : #FFF;
} 
a.links:visited { 
color : #FFF;
} 
a.links:hover { 
text-decoration : #FFF;
} 




h1 { 
font-size : 25px;
font-weight : normal;
font-family:arial black;
color: #FFF;
padding-top:10px
} 
.shadow {width:400; height:30; filter: Shadow(Color=#464ADD, Direction=135)}
h2 { 
font-size : 20px;
text-decoration : none;
font-weight : normal;
font-family:Dummy boy
} 
h1.clients { 
font-size : 16px;
color:#666666;
text-decoration : none;
font-weight : normal;
font-family:DS Moster
} 

h2.clients { 
font-size : 14px;
text-decoration : none;
font-weight : normal;
font-family:DS Moster
} 


.chromestyle{
width: 991px;
font-weight: bold;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 991px;
background: url(dropdown_nav/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 3px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 3px 6px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(dropdown_nav/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: bold 13px Arial;
line-height:18px;
z-index:100;
background-color: #FFF;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
font-weight: bold;
color: #000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
