/* CSS Document - Yustinus Subiakto - www.sweetas.info */

body {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C83D1D;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0379A6;
}
a{
	color: #C83D1D;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #363636;
	text-decoration: underline;
	}
#container {
	margin: 0px auto;
	width: 800px;
}
#header {
	height: 75px;
}
#logo {
	float: left;
	height: 75px;
}
#menu {
	float: left;
	height: 75px;
	width: 549px;
}
#breadcrumb{
	height: 25px;
	color: #FFFFFF;
	padding: 5px 3px 0px 10px;
}
#breadcrumb a{
	color: #C83D1D;
	text-decoration: none;
	font-weight: bold;
}
#breadcrumb a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#features {
	float: left;
	width: 100%;
	margin: 10px 0px 10px 0px;
}
#content {
	float: left;
	width: 585px;
	margin: 0 15px 0 0;
}
#right {
	width: 200px;
	float: left;
}
#quick_links {
}
.menu-right {
	font-size: 11px;
	height: 20px;
	background-color: #EAEAEA;
	padding: 5px 5px 1px 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D7D7D7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7D7D7;
}
.menu-right a{
	color: #C83D1D;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu-right a:hover{
	color: #363636;
	text-decoration: underline;
}
.latest_news {
	padding: 10px 5px 10px 10px;
	margin: 0 0 10px 0;
}
.news {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 3px 0;
}
.boxes {
	float:left;
	width:185px;
	padding: 5px;
	margin: 0;
	height: 185px;
}
#footer {
	float: left;
	width: 800px;
	background-image: url(images/footer.gif);
	height: 50px;
	margin: 20px 0px;
	font-size: 10px;
}
#footer_menu {
	margin:9px 0 0 15px;
	line-height: 1.5em;
	color: #FFFFFF;
}
#footer_right {
}
#footer a{
	color: #C83D1D;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/* Navigation */

#navigation {
text-align: center;
float: right; /*Set to "left" or "right" to position menu accordingly*/
/*border-bottom: 1px solid #999e87; uncomment this line to add bottom border*/
}
#navigation ul {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;	
}
#navigation li {
	display: inline;
	background: url(images/menu_m.gif) repeat-x center top;
	text-align: center;
	padding: 0;
	margin: 51px 4px 0px 0px;
	float: left;
	height: 24px;
}
#navigation a {
	color: #C83D1D;
	background: url(images/menu_l.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}
#navigation a:hover{
	color: #333333;
}
#navigation a span {
	background: url(images/menu_r.gif) no-repeat right top;
	display: block;
	padding:5px 13px 4px 5px;
}
#navigation a span {
	float: none;
}
.testimonial {
	float: left;
	width: 100%;
	padding: 5px 0;
}
