/* CSS Document */

body {
	background-image: url(../imagedepot/new_bckgrnds/BeautyMax_Bckgrnd.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 100%;
	display: block;
}

#index_container {
	width: 800px;
	margin: auto;
}

#index_container700 {
	width: 800px;
	margin: auto;
}
#index_footer700 {
	width: 800px;
	margin: auto;
}

#inner_header {
	width: 800px;
	margin: auto;
}

#inner_grow {
	width: 800px;
	background-image: url(../imagedepot/new_inner/Inner_Grow.png);
	margin: auto;
	background-repeat: repeat;
}

#inner_footer {
	width: 800px;
	margin: auto;
	height: 250px;
}

#leftbox {
	width: 200px;
	padding-left: 75px;
	padding-top: 10px;
	float: left;
}

#rightbox {
	padding-top: 10px;
	z-index: 5;
	margin-left: 300px;
	width: 430px;
}





/*////////// TYPE //////////*/

.pcenter {
	color:#333333;
	font-family: "Lucida Grande";
	font-size: 10px;
	line-height: 17px;
}

.blue {
	color:8cccca;
	font-family: "Lucida Grande";
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
}

.blue_side {
	color:8cccca;
	font-family: "Lucida Grande";
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
}

.blue_small {
	color:8cccca;
	font-family: "Lucida Grande";
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
}

.content_type {
	color:#000000;
	font-family: "Lucida Grande";
	font-size: 12px;
	line-height: 17px;
}

.content_bold {
	color:#000000;
	font-family: "Lucida Grande";
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}

.contact_tupe {
	color:#000000;
	font-family: "Lucida Grande";
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}

.phone_number {
	color:#000000;
	font-family: "Lucida Grande";
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
}

.large_bold {
	color:#000000;
	font-family: "Lucida Grande";
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
}

.content_bold2 {
	color:#000000;
	font-family: "Lucida Grande";
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}

a:link {
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0;
}
a:active { color : #a9a9a9; font-weight: bold; text-decoration: none }
a:visited {
	color : #666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration : none;
	background-color : #CCCCCC;
	color : #C03;
}
a:focus {
	text-decoration : none;
	color : #C03;
	-moz-outline: 1px dotted WindowText; /* what's this? */
}


/*////////// FOOTER //////////*/


#pushbottom {
      clear:both;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	text-align: center;
}



/*///////////// FORMS //////////////*/

select {
	background-color: #6BA5F0;
	color: #ffffff;
	font-size: 10px;
	margin-top:6px;
}
