/* CSS Document */

body {							                      
    background: #fff;  
	color: #000;  
}

a:link { 						
    color: #343434;
    text-decoration: underline;
}

a:visited {
    color: #343434;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a:active {
    color: #000000;
    text-decoration: none;

}
div#text_box a {
        padding-left: 4px;
}

.header_box {
        display: block;
        width: 440px;
        height: auto;
        margin: 0;
        padding: 4px 0 4px 20px;
        background: #343434;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        text-align: center;
}

.index {
    background: rgb(126,123,134);
	width: auto;
	height: auto;
	border: 3px double #000;
	padding: 4px 0 4px 0;
	margin: 4px 10px;
    color: #fff
}
.index a {color: #fff; text-decoration: underline}
.index a:hover {color: #fff; text-decoration: none}
.index h4 { padding: 2px 10px; background: rgb(249,194,6); color: #000}

.intro {
	font-size: 14px;
	font-variant: normal;
	font-weight: normal;
	margin: 3px 20px 3px 20px;
}

.bullets {
	margin-left: 60px;
	margin-right: 20px;
}

.img_rgt {
	float: right;
	padding-right: 10px;
}

.tanning {
	color:  #343434;
}

b {
	color:  #343434;
}

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-top: 8px;
	padding-bottom: 40px
}



div#form {
	width: 204px;
	float: left;
	margin-left: 0;
	text-align: left;
	padding-bottom: 20px
}

#textarea {
	width: 190px;
	height: 75px;
	overflow: auto;
}

p.form {
	width: 200px;
	margin: 3px 0 3px 5px;
}



p.tiny {
	font-size: 10px;
	margin: 2px 0px 2px 0;
	padding: 2px 0 2px 0;
	color: #000000;
	width: 200px;
}

.red {
	color: red;

	font-weight: bold;
}

.star {
	text-align: center;
}

.indent {
	padding: 0 20px 0 20px;
	font-size: 14px;
}

div#container {				
	background: #fff url(/images/container_bg.gif) repeat-y;
	text-align: justify

}
	
div#header {
	background: #fff url(/images/header_bg.jpg) no-repeat;
	color: black;
}
div#menu { background: transparent url(/images/menu_bg.jpg) top left repeat-y
}
div#menu blockquote{background: #fff; margin: 0 0 -20px 0; padding: 0; text-align: center}




div#menu a.pages,  div#menu a.pages:visited {
	height: auto;
	width: auto;
	padding: 2px 0 2px 16px;
	margin: 0;
	display: block;
	color: #fff;
	text-align: left;
	background: transparent url(/images/menu_ul_bg.gif) 0 50% no-repeat;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
    text-decoration: none

}


div#menu a.pages:hover, div#menu a.pages:active {
	color: #fff;
	background: transparent url(/images/menu_ul_bg.gif) 0 50% no-repeat;
    text-decoration: underline
}

div#menu a.pages2, div#menu a.pages2:visited {
	color: #ffc000;
    text-decoration: none
}


div#menu a.pages2:hover, div#menu a.pages2:active {
	color: #fff;
    text-decoration: underline
}



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#newsletter {
	width: 124px;
	padding: 2px 2px 2px 2px;
	background: #ffc000;
	text-align: left;
	color: #000;
	font-size: 14px;
	border: 1px solid #000;
}

input#email {
	width: 120px;
}
	

.newstop {
	width: 124px;
	padding: 0;
	margin: 0;
	font-size: 16px;
	background: transparent url(/images/menu_bg.jpg) top left repeat-y;
	color: #fff;
	text-align: center;
}

div#newsletter ul{
	width: 112px;
	text-align: left;
	list-style: square;
	padding: 2px 2px 0 18px;
	margin: 0;

}

div#newsletter ul li {
	padding: 0 2px 0 0;
	margin: 0 2px 0 0;

}



div#footer {
	background: #343434;
	text-align: left;
	border-top: 2px solid #000;
}

div#footer p {
	margin: 10px 95px 0 95px;
	font-size: 8px;
	text-align: center;
}

hr {margin: 0 20px}
img {border: none}