/*  ---------------------------------------------------------------------------------------------------------------------------------------
  	    blue_template.css
     ---------------------------------------------------------------------------------------------------------------------------------------
*/

body {
	background-color : 97C3EF;
	background-image : url(../images/template1/best_bg1.jpg);
	background-repeat : repeat-x;
	background-position : top;	
}

#left_side {
	background-image : url(../images/template1/left_side.gif);
	background-repeat : repeat-y;
	background-position : left;
	background-color : White;
}

#right_side {
	background-image : url(../images/template1/right_side.gif);
	background-repeat : repeat-y;
	background-position : right;
	background-color : White;
}

.top_section {
	background-image : url(../images/template1/top.gif );
	background-position : bottom;
	background-repeat : repeat-x;
	height : 18px;
}

.content_area {
	background-color : White;	
}

#left_sidebar {
	float : left;
	border : 1px;
	margin-right : 20px;
	margin-bottom : 20px;
	padding : 10px;
	border-right : 1px dotted #330099;
	}

	
#content_division {
}


h5 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
	font-weight : bold;
	line-height : 120%;
	color : #000099;
	margin : 0px;
}


#nav {
	margin: 0px;	
	padding : 0px;
	list-style-type : none;
	display : inline;
	float : left;
	width : 130px;
}
	
#nav li	{
	margin : 0;
	padding : 0;
	float : left;          /* fixes IE whitespace bug */
	width : 100%;	/* fixes IE whitespace bug */
	margin-bottom : 10px;
}
	
#nav a	{
	display : block;	/* to increase the clickable area */
	color : #0000CD;
}
	
#nav a:HOVER	{
	color : #FF8C00;
}

/*	
#nav_hygiene {
	
}
*/

#sidebar_menu {
	margin-bottom : 40px;
}	
	
#sidebar_address p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
	font-weight : normal;
	line-height : 120%;
	color : #000099;
	margin-top : 40px;
}


#left_bottom {
	background-image : url(../images/template1/bottom_left_cnr.gif);
	background-repeat : repeat-y;
	background-position : left;
	background-color : White;
	width : 18px;
}

#right_bottom {
	background-image : url(../images/template1/bottom_right_cnr.gif);
	background-repeat : repeat-y;
	background-position : right;
	background-color : White;
	width : 18px;
}

#middle_bottom {
	background-image : url(../images/template1/bottom_border.gif );
	background-position : bottom;
	background-repeat : repeat-x;
}

#designer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 70%;
	font-weight : normal;
	color : Gray;
}

#designer a {
	font-size : 100%;
	color : Gray;
	text-align : center;
}





