@charset "utf-8";

body{
	margin:0;
	padding:0;
	background:url(../images/main_site/bg.jpg) repeat-y;
	background-size: 100%;
}

#container{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}
#left_wrapper{
	margin-top:5px;
	width:21%;
	float:left;
}

#right_wrapper{
	float:left;
	width:79%;
}

.content{
	padding:0 5px 0 5px;
}

#footer{
	margin-left:auto;
	margin-right:auto;
	width:843px;
	margin-top:10px;
	margin-bottom:10px;
	height:60px;
	border-radius:15px;
	-moz-border-radius:15px;
	-moz-box-shadow: 0 0 5px 5px #dedede;
	-webkit-box-shadow: 0 0 5px 5px #dedede;
	box-shadow: 0 0 5px 5px #dedede;
}

/*****************************************************/
/*                     MENU                          */
/*****************************************************/

#menu{
	background:#bee4fa;
	border-radius:10px;
	moz-border-radius:10px;
	border-left:1px #e5e5e5 solid;
	border-bottom:1px #e5e5e5 solid;
}
	#inside_menu{
		padding:5px;
	}
	ul{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	ul li{
		margin:0;
		padding:0;
	}
	ul li a{
		text-decoration:none;
		display:block;
		border:1px #FFF solid;
		border-radius:15px;
		-moz-border-radius:15px;
		padding:5px 5px 5px 20px;
		margin:8px 05px 8px 0;
		color:#fff;
		background:#00ccff;
	
	}
	ul li a:hover{
		background:#ff0054;
		color:#fff;
		border-color:#ABABAB;
		-moz-box-shadow: 5px 5px 5px #898989;
		-webkit-box-shadow: 5px 5px 5px #898989;
		box-shadow: 5px 5px 5px #898989;
	}

/*****************************************************/
/*                  SLIDING DIV                      */
/*****************************************************/
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	text-decoration:none;
	display:block;
	border:1px #FFF solid;
	border-radius:15px;
	-moz-border-radius:15px;
	padding:5px 5px 5px 20px;
	margin:8px 5px 8px 0;
	color:#fff;
	background:#00ccff;

	/* End layout CSS */

	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_question:hover{
	background:#ff0054;
	color:#fff;
	border-color:#ABABAB;
	-moz-box-shadow: 5px 5px 5px #898989;
	-webkit-box-shadow: 5px 5px 5px #898989;
	box-shadow: 5px 5px 5px #898989;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:100%;
	margin:0;
	margin-left:10px;
	/* End layout CSS */
	padding:0;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}

.dhtmlgoodies_answer ul li a{
	padding:5px 10px 5px 10px;
	color:#678d9f;
	background:#b0e1ff;
}

.dhtmlgoodies_answer ul li a:hover{
	padding:5px 10px 5px 10px;
	color:#FFFFFF;
	background:#67c5ff;
	border-color:#ABABAB;
}

.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:8px;
	font-size:14px;
	position:relative;
}

/*****************************************************************************/
/*****************************************************************************/
.subtitle{
	font-size:48px;
	font-weight:normal;
	font-family:"Century Gothic";
	color:#1e1867;
	border-bottom:1px #DEDEDE solid;
}
.subpar{
	color:#777888;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:5px;
}
.flash_div{
	padding:10px;border:1px #DEDEDE solid;
}

.img{
	border:1px #888 solid;
}
.img:hover{
	opacity:0.6;filter:alpha(opacity=60);
}
.h2contact{
	color:#858585;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}