/* CSS Document for Drewse.com 

-------------------------------
|||||||||||||||||||||||||||||||
_______________________________

Last updated on July 10, 2009.

-------------------------------
|||||||||||||||||||||||||||||||
_______________________________

*/
body {
	background-image:url(../images/top_header.png);	
	background-repeat:repeat-x;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

/*Start of Links*/
a:link {
	text-decoration:none;
	color: #F00;
	text-shadow:#CCC 2px 2px 1px;
}
a:visited {
	text-decoration:none;
	color: #F00;
	text-shadow:#CCC 2px 2px 1px;
}
a:hover {
	text-decoration: underline overline;
	color: #00F;
	text-shadow:#F00 0px 0px 0px;
}
a:active {
	text-decoration: underline overline;
	color: #00F;
	text-shadow:#CCC 2px 2px 1px;
}
/*End of Links*/

#left_header {
	background-image: url(../images/holiday_logos/july14_logo.png);
	width:340px;
	height:140px;
	float:left;
	position:static;
}
#right_header {
	background-image: url(../images/top_right2.png);
	width:450px;
	height:100px;
	left:330px;
	top: 15px;
	position:relative;

}
#navbar {
	height: 46px;
	width: 100%;
	top: 150px;
	left: -2px;
	position:absolute;
	background-color:#FFC;
	border-bottom:outset #000 2px;
	border-top:outset #000 2px;
	-moz-border-radius-bottomleft: 15px; 
	-webkit-border-bottom-left-radius: 50px; 
	border-left:inset #000 2px;
}
#navbar ul {
	padding: 0px;
	margin: 0px 50px;
	white-space: nowrap;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 45px;
	position:absolute;
	left: 50px;
	top: 0px;
}
#navbar li {
	list-style-type: none;
	display: block;
	float: left;
	font-size:1.2em;
	text-align:center;
	font-weight: 300;
	color: #FFF;
	margin-top: 0px;
	margin-left:5px;
	padding: 0px;

}
#navbar li a {
	text-decoration: none;
	background-image: url(../images/buttons/button_up.png);
	display: block;
	width: 100px;
	color: #FFF;
	text-shadow: #000 0px 0px 0px;
	height: 46px;
}
#navbar li a:link {
	text-decoration: none;
	background-image: url(../images/buttons/button_up.png);
	display: block;
	width: 100px;
	height: 46px;
	color: #FFF;
	text-shadow: #000 0px 0px 0px;
}
#navbar li a:hover {
	text-decoration: none;
	background-image: url(../images/buttons/button_over.png);
	display: block;
	width: 100px;
	height: 46px;
	color: #FFF;
	text-shadow: #000 4px 4px 3px;
}
table.mainBody {
	border: 2px solid  #000;
	margin-left: 0px;
	margin-top: 0px;
	width:850px;
	background-color:#FFC;
}

.title {
	text-shadow: #000 3px 3px 5px;
	color:#00F;
	font-size:3em;
	font-weight: 500;
	font-family:futura;
	float:left;
	margin: 0px 15px 0px 0px;
	letter-spacing:3px;
	border-right: solid #000 2px;
}
hr {
	border: 5px dotted #000; 
}
.footer {
	color:#000; 
	font-size:0.8em;
	text-align:center;
	border:outset 1px;
	border-top:outset 2px #000;
	background-color:#FFC;
}
.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    opacity:.80;
}
.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 8px inset #F00;
    background-color: #FFF;
    z-index:1002;
    overflow: auto;
}
.black_overlay2{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    opacity:.80;
}
.white_content2 {
    display: none;
    position: absolute;
    top: 30px;
    left: 25%;
    width: 600px;
    height: 500px;
    padding: 16px;
    border: 8px inset #F00;
    background-color: #FFF;
    z-index:1002;
    overflow: auto;
}
.floating_box {
	position:fixed;
	top: 230px;
	left: 950px;
	width: 185px;
	height: 70px;
	padding: 0px;
	border: dotted 3px #000;
	background-color:#FFC;
	color: #00F;
	text-shadow:#0FF 1px 1px 2px;
	z-index:999;
	overflow:auto;
	-moz-border-radius-topleft: 15px;  
	-moz-border-radius-topright: 0px;  
	-moz-border-radius-bottomright: 15px;  
	-moz-border-radius-bottomleft: 0px;  
	-webkit-border-top-left-radius: 15px;  
	-webkit-border-top-right-radius: 0px;  
	-webkit-border-bottom-left-radius: 0px;  
	-webkit-border-bottom-right-radius: 15px;  
}
.floating_box2 {
	position:fixed;
	top: 350px;
	left: 950px;
	width: 185px;
	height: 70px;
	padding: 0px;
	border: dotted 3px #000;
	background-image:url(../images/ad1.png);
	color: #FFF;
	text-shadow:#030303 1px 1px 2px;
	z-index:999;
	overflow:auto;
	-moz-border-radius-topleft: 15px;  
	-moz-border-radius-topright: 0px;  
	-moz-border-radius-bottomright: 15px;  
	-moz-border-radius-bottomleft: 0px;  
	-webkit-border-top-left-radius: 15px;  
	-webkit-border-top-right-radius: 0px;  
	-webkit-border-bottom-left-radius: 0px;  
	-webkit-border-bottom-right-radius: 15px;  
}
.second_border {
	border-top: ridge 3px #00F;
	border-right: ridge 3px #06F;	
	border-left: ridge 3px #0CF;	
	border-bottom: ridge 3px #6FF;	
	margin-left: 65px;
	margin-top: 100px;
	width:850px;
	
}

