/* CSS Document */

body {							                      
    background: #eae9d1 url(/images/body_bg.gif) repeat-y top center;  
    color: #000;  
}

a:link { 						
    color: #e40021;
    text-decoration: underline;
    cursor: default;
}

a:visited {
    color: #e40021;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a:active {
    color: #000000;
    text-decoration: none;

}

.intro {
	font-size: 16px;
	font-variant: normal;
	font-weight: normal;
	margin: 6px 10px 0 10px;
}

.bullets {
	margin-left: 60px;
	margin-right: 20px;
}


.header_box {
	display: block;
	width: 420px;
	height: auto;
	margin: 0;
	padding: 4px 10px 4px 10px;
	background: #deaf54;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-align: center;
}


.img_rgt {
	float: right;
	padding-right: 10px;
}

.index {
	font-size: 14px;
	height: 90px;
	border-bottom: 1px dotted #3e5183;
}

.intro { 
	font-size: 14px;
	font-weight: normal
}
.star {
	text-align: center;
}


.tanning {
	color: #deaf54;
}

em {
	color: #deaf54; 
	font-style: normal;
	font-weight: bold;
}

b {
	color: #3e3e0c;
}

.purple {
	color: #9966cc;
	font-weight: bold;
}

.orange {
	color: #cc6600;
	font-weight: bold;
}
.red {
	color: #e40021;
}

.blue {
   color: blue;
}
 
.white {
	color: #fff;
}

h1.welcome {
	background: url(/images/welcome.gif) no-repeat top left;
	height: 40px;
	width: auto;
	margin: 0 20px;
	padding: 0;
}

h1.welcome span {
	display: none;
}

#google {
	position: absolute;
	bottom: 4px;
	left: 50px;
}

div#checkbox {
	float: left;
	margin: 0 0 0 4px;
	width: 150px;

}



div#form {
	width: 150px;
	float: left;
	padding: 0 4px 0 0;
	text-align: left;
}

div#left {
	width: 370px;
	float: left;
    margin: 0;
	z-index: 100
}

div#right {
	width: 370px; 
	float: right;
    margin-top: 60px;
		
}

div#bottom {
   width: 760px;
   float: left;
}


p.form {
	width: 150px;
padding: 6px 0 6px 0px;
text-align: left;
font-weight: bold;
}


p.tiny  {
	width: 150px;
	font-size: 10px;
}

.tiny a {
	font-size: 1px;
	margin: 0;
	padding: 0;
	color: #fff;
	cursor: default;
}



.indent {
	padding: 3px 20px 3px 20px;
	font-size: 14px;
}

div#container {				
	background: #fff;
	text-align: left;

}
	
div#header {
	background: transparent url(/images/header_bg.png) top left no-repeat;
	color: black;
}
div#header_container {
   height: 126px;
}
div#header_menu {
    top: 100px;
    margin: 0 20px 30px 30px;
    padding-bottom: 10px;
    height: 20px;
    width: 720px;
font-weight: bold;
font-size: 14px;
    position: absolute;
}


#header_top {
	background: #fff url(/images/header_bg-1.jpg) top left no-repeat;
        padding: 10px 200px 0 178px;
}
         
#search {
	position: absolute;
	top: 1px;
	right: 1px;
}

#search a {
	color: #cc6600;
	text-decoration: none;
	cursor: default;
}
#search a:hover {
	color: #cc6600;
	text-decoration: underline;
}
div#menu a.pages {
	height: auto;
	width: 120px;
	padding: 2px 0 2px 0;
	margin: 2px 0 2px 4px;
	display: block;
	color: #000;
	text-align: center;
	background-color: #f5e9b3;
	border: .025em solid #fff;

}


div#menu a.pages:hover {
	color: #fff;
	background-color: #182605;
}


div#text_box {
	color: black;
}
div#text_box a.request {
	width: 193px;
	height: 31px;
	margin: 0;
	padding: 0;
	display: block;
    background: url(/images/request_btn.gif) 0 0 no-repeat;
}

div#text_box a.request:hover {
	background-position: 0 -29px;
}
div#text_box a.request:active {
	background-position: 0 -29px;
}


	
div#text_box a.request_lg{
	width: 301px;

	height: 45px;
	margin: 0;
	padding: 0;
	display: block;
    background: url(/images/request_btn_lg.gif) 0 0 no-repeat;
}

div#text_box a.request_lg:hover {
	background-position: 0 -45px;
}
div#text_box a.request_lg:active {
	background-position: 0 -45px;
}


div#franchise {
	background: transparent;
	text-align: center;
}

div#footer a {
        padding: 4px;
        color: #010c88;
        cursor: default;
        text-decoration: underline
}
div#footer a:hover { text-decoration: underline }

div#footer {
	background: #000 url(/images/footer_bg.gif) repeat-x top left;
	text-align: center;
}

div#footer p{
	margin: 20px 8px 0 8px;
	font-size: 8px;
	text-align: center;
}
iframe {border: none}

img {border:none}
