@charset "UTF-8";

body {
	margin:0px;
	padding:0px;
	background-color:#000;
	background-image: url(../images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-size:13px;
	font-family:Arial;
}

h1 {
font-size:12px;
font-weight:normal;
padding:0px;
}

a {
color:#FFF;
text-decoration:none;
}

a:hover { text-decoration:underline}

.menu {
width:100px;
border-right:1px solid #fff;
text-align:right;
padding-right:10px;
padding-bottom:10px;
}

.menubottom {
width:100px;
border-right:1px solid #fff;
text-align:right;
padding-right:10px;
padding-bottom:0px;
}

table, div {
color:#FCFCFC;
}

/*.black {
background:#000; filter:alpha(opacity=75); -moz-opacity:0.75; opacity: 0.75; padding:0px
}*/

.logo {
float:left; 
padding-left:10px;
}

.phone {
float:right; 
color:#FFF; 
font-family:Helvetica, Arial; 
font-size:26px; 
font-weight:bold; 
text-align:right; 
width:440px; 
margin:15px 15px 0px 5px
}

.slogan {
color:#FFF; 
font-family:Helvetica, Arial; 
font-size:18px; 
font-weight:bold; 
text-align:left;  
margin:55px 15px 0px 290px
}

.menuholder {
width:150px; height:300px; padding-left:10px; margin-top:30px; float:left; display:block
}

.carousel_container {
				width: 600px;
				height: 300px;
			}

#popout {
color: #000;
height: 40px;
width: 200px;
right: 0pt;
cursor: pointer;
/*text-indent: -100000px;*/
position: fixed;
z-index: 32760;
overflow-x: hidden;
overflow-y: hidden;
margin-right: -160px;
background-color: transparent;
background-image: url(../images/popout.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: -1px 1px;
}

#popout:hover {
margin-right: -1px;
}

