@charset "utf-8";
/* CSS Document */


body{

background:#cccccc ;

background-attachment:fixed; 

margin:0px;

padding:0px;

font-family:Tahoma, Arial;

font-size:12px;

}
h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background:url(http://www.magafake.com/images/bg_blue.png
) #ffffff repeat-x;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}
a {
	text-decoration: none;
	color: #1B6BE4;
}

a:hover{
	background:url(http://www.krazyprofiles.com/userpics/dividers/sparkles.gif);
	text-decoration: none;
	color: #00FF00;
}hr{background-image:url(http://www.krazyprofiles.com/userpics/dividers/sparkles.gif)
}

#wrapper{

width:986px;  

background:#ffffff; 

margin:0px auto; 

}



#contain{

z-index:50;

margin: 0px auto; 

background:#ffffff;

margin-top:0px;

width:986px;

min-height:1000px;

}

#header{

margin:0px;

background:#ffffff;

width:986px;  

clear:both; 

z-index:100;

height:125px;

}
#main{

background:#E9E9E9; 

float:left; 

width:690px;

margin: 0px 2px 0px 2px;

padding:0px;

min-height:1510px; 

border: 1px solid #C0C0C0;

}

#leftnav{

background: #E9E9E9;

width:120px;

color:#0078E1;

font-size:10px; 

padding:0px; 

margin:0px 0px 0px 3px;

border: 1px solid #C0C0C0;

float:left;

min-height:1510px; 

}

#right{

float:right;

margin:0px 3px 0px 0px; 

clear:right;

width:160px;

color:#0000FF;

font-size:10px;
font-weight:bold;

background:#E9E9E9;

border: 1px solid #C0C0C0;

min-height:1510px; 

}

#foot{

margin:0px auto; 

padding:0px 0px 0px 0px;

background:#ffffff; 

text-align:center;

height:60px; 

color:#0078E1; 

font-size:10px; 

width:970px;  

clear:both;

}


/*Solid block menu*/

.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(http://www.magafake.com/ddtabmenufiles/media/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(http://www.magafake.com/ddtabmenufiles/media/blockactive.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
}

/*glowing tabs menu*/

.glowingtabs{
float:left;
width:100%;
line-height:normal;
border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(http://www.magafake.com/ddtabmenufiles/media/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(http://www.magafake.com/ddtabmenufiles/media/glowtab.gif) no-repeat right top;
padding: 5px 12px 3px 3px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}


/*chrome tabs menu*/

.chromemenu{
width: 100%;
font-weight: bold;
}

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

.chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(http://www.magafake.com/ddtabmenufiles/media/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
}

.chromemenu ul li a{
color: #0000ff;
padding: 5px 8px;
margin: 0;
text-decoration: none;
border-right: 1px solid #BBB;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
background: url(http://www.magafake.com/ddtabmenufiles/media/chromebg2.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}