/*
CSS Credit: http://www.sandax.com
*/

html {
	background: #48B7EF;
}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	width: 100%;
	display: table;
}

a:link, a:visited {	color: #c0296a; text-decoration:none; }
a:active, a:hover { color: #7d1c46; text-decoration:none; }


.sandax_container {
	width: 850px;
	margin: auto;
	height: auto;


}

#sandax_top_bg {
	width: 100%;
	height: 137px;
	background: url(images/sandax_top_bg.jpg) repeat-x;

}

#sandax_middle_bg {
	width: 100%;
	height: 301px;
	background: #fff;

}


#sandax_middle_bg1 {
	width: 100%;
	height: 520px;
	background: #fff;

}

#sandax_bottom_bg {

	width: 100%;
	background: url(images/sandax_bottom_bg.jpg) #48B7EF repeat-x;

}

#sandax_logo {
	
	float: left;
	width: 330px;
	height: 40px;
	background: url(images/sandax_logo.gif) no-repeat;
	font-family: Arial;
	font-size: 15px;
	color: #fff;
	padding: 10px 0 0 0;

}

/* Menu Section */

#sandax_menu_section {
	width: 500px;
	float: right;
	padding: 0;
	margin-top: 101px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;

}

#sandax_menu_section ul {
	float: right;
	width: 500px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sandax_menu_section ul li {
	display: inline;	
}

#sandax_menu_section ul li a {
	float: left;
	padding: 8px 0 0 0;
	margin: 0 3px;
	width: 82px;
	height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#sandax_menu_section li a:hover, #sandax_menu_section li .current {
	color: #48B7EF;
	background: url(images/sandax_menu_current.jpg);
}



/* End Of Menu */

#sandax_welcome_sec {
	width: 850px;
	height: 301px;
	background: url(images/sandax_welcome_bg.jpg) no-repeat left;
	
}

#sandax_welcome_sec1 {
	width: 850px;
	height: 550px;
	background: url(images/sandax_welcome_bg.jpg) no-repeat left;
	
}

#sandax_welcome_sec #sandax_welcome_text {
	float: right;
	width: 540px;
	height: auto;
	margin: 0;
	padding: 20px;

}

#sandax_welcome_text span.header_green{
	font-family: Arial;
	font-size: 34px;
	color: #8dc63f;
}

#sandax_welcome_text span.header_orange{
	font-family: Arial;
	font-size: 34px;
	color: #f7941c;

}

#sandax_welcome_text h1{
	font-family: Arial;
	font-size: 14px;
	color: #f26521;
	margin: 20px 0 0 0;
	padding: 0;

}


#sandax_welcome_text p{
	font-family: Arial;
	font-size: 12px;
	color: #575757;
	text-align: justify;
	margin: 10px 0 0 0;
	padding: 0;

}
#sandax_welcome_text img {
	
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
	
}

#sandax_welcome_text a {
	color:#FFFFFF;
	text-decoration: none;
}

#sandax_welcome_text a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

#sandax_content_area {
	
	width: 850px;
	background: url(images/sandax_flowers_bottom.jpg) no-repeat left top;
	
}

#sandax_content_area #sandax_left_section{
	float: left;
	width: 260px;
	padding: 0;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;

}

#sandax_left_section .sandax_section_box {

	margin: 0 0 0 20px;
	padding: 0;

}

#sandax_left_section h1{
	
	font-family: Arial;
	font-size: 14px;
	color: #fff200;
	margin: 10px 0 0 0;
	padding: 0;
	
}



#sandax_left_section h2{
	
	font-family: Arial;
	font-size: 13px;
	color: #fff;
	margin: 10px 0 0 0;
	padding: 0;
	
}

#sandax_left_section p{
	
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	color: #fff;
	margin: 5px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: dotted 1px #fff;
	
}

#sandax_content_area #sandax_right_section{

	float: right;
	width: 540px;
	margin: 0;
	padding: 10px 20px;

}

#sandax_right_section h1{
	
	font-family: Arial;
	font-size: 14px;
	color: #fff200;
	margin: 10px 0 0 0;
	padding: 0;
	
}


#sandax_right_section .sandax_textarea{
	margin: 0;
	padding: 0;
}

#sandax_right_section p{
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	text-align: justify;
	margin: 10px 0 0 0;
	padding: 0;

}

.sandax_textarea img {
	
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	
}

#sandax_right_section a {
	
	color:#fff200;
	text-decoration: none;
}

#sandax_right_section a:hover {
	
	color:#fff200;
	text-decoration: underline;
}

#sandax_right_section .sandax_gallery{
	margin: 20px 0 0 0;
	padding: 0;
}

.sandax_gallery .sandax_gallery_header{
	margin: 0;
	padding: 5px;
	background: #920058;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #fff;

}

.sandax_gallery .sandax_gallery_body{
	margin: 0;
	padding: 19px 0 19px 19px;
	background: #a06;

}

.sandax_gallery_body img{
	margin: 0 17px 0 0;
	padding: 0;
	border: none;

}

#sandax_footer {
	margin: 20px 20px 10px 20px;
	padding: 5px;
	color: #fff;
	text-align: center;
	background-color: #118BC6;
}

#sandax_footer a:hover {
	
	color:#fff200;
	text-decoration: underline;
}

#sandax_footer a {
	
	color:#fff200;
	text-decoration: none;
}
.cleaner {
	
	clear: both;
	width: 0;
	height: 0;
	
}
