/* CSS By Globeprofit.com */
*{
margin:0px;
padding:0px
}
img{
border:0px
}
html, body{
margin:0px
}

body{
	padding:0px;
	/*margin:0px;*/
 /*       background:url(img/back.jpg) top center no-repeat*/
	background:#fff url(img/back.jpg) 0 0 repeat-x;
	font:normal 13px/15px Arial, Helvetica, sans-serif;
	color:#000000;
width:766px;
height:100%;
margin:auto;
}
#top img{
float:left
}
#menu{
display:block;
background-image:url(img/menubg.jpg);
background-position:top left;
background-repeat:no-repeat;
float:left;
width:766px;
height:66px
}
#menu ul{
margin:0 0 0 85px;
}
#menu li{
float:left;
font-family:Tahoma, monospace;
font-weight:bold;
font-size:11px;
color:#DADADA;
line-height:60px;
list-style-type:none;
text-align:left;
}
#menu a.none, #footer .none{
border:0px;
}
#menu li a{
padding:0 20px 0 20px;
border-left:2px solid white;
color:#DADADA;
text-decoration:none
}
.active{
background:url(img/active.png);
background:expression("none");
background-position:center top;
background-repeat:no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/active.png");
}

#menu li:hover{ /*hover background color*/
background:url(img/active.png);
background:expression("none");
background-position:center top;
background-repeat:no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/active.png");
}

#content{
float:left;
padding:27px 0 0 9px;
font-family:Tahoma, monospace;
font-size:13px;
color:#050505
}
#content div{
float:left;
display:inline
}
.left{
width:379px;
background-image:url(images/arrow1.gif);
background-position:0px 33px;
background-repeat:no-repeat;
margin:0 80px 0 28px
}
.right{
border:1;
width:225px;
height:300px;
background-image:url(img/arrow1.gif);
background-position:0px 33px;
background-repeat:no-repeat;
}
.title{
margin:0 100px 27px 0;
}
.left p{
width:360px;
display:block;
float:left;
padding:0 0 15px 10px;
margin:0px;
}
.right p{
width:210px;
display:block;
float:left;
padding:0 0 15px 10px;
margin:0px;
}
.right ul{
width:210px;
height:500px;
display:block;
float:left;
padding:0 0 15px 10px;
margin:0px;
}
.left p img, .right p img{
float:left;
margin:0 15px 0 5px
}
.left p strong, .right p strong{
display:block;
padding:0 0 12px 0
}
.left span, .right span{
float:left;
}
.banner{
margin:13px 0 0 0
}
#footer{
width:766px;
float:left;
padding:10px 0 30px 0;
margin:10px 0 0 0;
font-family:Tahoma, monospace;
font-size:11px;
}
#footer ul{
margin:0 0 0 50px
}
#footer li{
float:left;
border-right:1px solid #525252;
color:#525252;
list-style-type:none;
padding:0 10px 0 10px
}
#footer li a{
text-decoration:none;
color:#525252;
}
.copy{
color:#BBBBBB;
width:200px;
float:right;
display:inline;
text-align:right;
margin:0 50px 0 0
}
.copy a{
color:#BBBBBB;
text-decoration:none;
line-height:20px;
margin:0 3px 0 3px
}