@charset "utf-8";
/* CSS Document */

/* ------ Global Reset -----*/
* {
	margin: 0;
	padding: 0;
}
/* ----- header ----- */
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Arial, Verdana;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 20px;
	color: #CA1B44;
}
h2 {
	font-size: 14px;
	color: #333333;
}
h3 {
	font-size: 16px;
	color: #A47956;
}
h4 {
	font-size: 14px;
	color: #A47956;
}	

h5 {
	font-size: 12px;
}	
p {
	margin: 0 0 18px 0;
}	
/* ----- link ----- */
a:link, a:visited, a:active {
	text-decoration: none;
	color: #C61744;
	font-size: 12px;
	}
a:hover {
	color: #FF96AB;
	text-decoration: underline;
}

img {
	border:0;
}

/* ----- End Global Reset -----*/

html, body {
	font-family: "Trebuchet MS", serif, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #222D33;
}
#master_wrapper {
	width: 850px;
	margin: 12px auto 18px auto;
}
#header {
	width: 850px;
	clear: both;
	display: inline;
}
h1#description {
	overflow: hidden;
	text-indent: -9999px;
	display: none;
}
#left_header {
	float: left;
	width: 628px;
	background-color: #FF96AB;
	height: 115px;
}
#right_header {
	float: right;
	background-color: #FFFFFF;
	width: 218px;
	height: 115px;
}
#content {
	display: inline;
	clear: both;
	width: 850px;
	}
#main_content {
	float: left;
	width: 620px;
	height: 398px;
	border: 4px solid #C61744;
}
#main_right {
	float: right;
	height: 406px;
	width: 218px;
	background-color: #C61744;
}
#footer {
	height: 40px;
	background-color: #FF96AB;
	clear: both;
	color: #FFFFFF;
	}
h4.copyright {
	float: left;
	padding: 0 24px 0 12px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 30px;
}
h4.copyright a:link, h4.copyright a:visited, h4.copyright a:active {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
h4.copyright a:hover{
	text-decoration: underline;
}
h4.developed {
	float: left;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 30px;
}
h4.developed a:link, h4.developed a:visited, h4.developed a:active {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
h4.developed a:hover {
	text-decoration: underline;
}
#right_header h2 {
	text-align: center;
	padding: 8px 0 0 0;
}
ul#category {
	margin: 24px 100px 0px 18px;
}
ul#category li {
	display: inline;
	list-style-type: none;
}
ul#category li a:link, ul#category li a:visited, ul#category li a:active {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	width: 110px;
	padding: 0 12px 0 0;
	margin: 0 4px 4px 0;
}
ul#category li a:hover {
	text-decoration: underline;
	color: #C71844;
	font-weight: bold;
}
ul#main_menu {
	margin: 18px 24px 2px 12px;
}
ul#main_menu li {
	list-style: none;
	border: 1px solid #FFFFFF;
	line-height: 25px;
	background: #FFC6B3;
	margin: 0 0 2px 0;
}
ul#main_menu li a:link, ul#main_menu li a:visited, ul#main_menu li a:active {
	color: #222D33;
	font-weight: bold;
	display: block;
	padding: 0 0 0 8px;
}
ul#main_menu li a:hover {
	text-decoration: none;
	background: #C71844;
	color: #FFFFFF;
}
#balon {
	text-align: center;
	margin: 12px 0 0 0;
}
#static_content {
	padding: 8px 12px 12px 8px;
	background: #FFFFFF;
	height: 378px;
	text-align: justify;
	width: 600px;
	}
#statict_content_left {
	width: 204px;
	float: left;
	padding: 0 8px 0 0;
	height: 378px;
}
#static_content_right {
	width: 372px;
	float: right;
	padding: 0 8px 0 8px;
	height: 378px;
}
.frame_block {
	display: block;
	position: relative;
	overflow: auto;
	height: 380px;
	padding: 0 18px 0 0;
	}
p.testimonial_content {
	margin: 0 0 2px 0;
	}
.testimonial_name {
	color: #333333;
	font-size: 13px;
	text-decoration: underline;
	text-align: right;
	margin: 0 0 22px 0;
	font-style: italic;
}
.underline {
	text-decoration: underline;
	}