/*
  ******   GENERAL STYLES   ******
*/


body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px; /* !!! */
	color:#000;
	background: #fff;
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

form {
	padding:0;
	margin:0;
}



/* --------------------------------------------------------------------
                   ******   CONTAINERS   ******
   ------------------------------------------------------------------*/

#container {
	width:776px;
	border:1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background: url(container_bg.gif) repeat-y left #fff;
}

#top {
	height:27px;
	background:url(top_bg.gif) repeat-x top #fff;
}

#header {
	height:216px;
}

#separator {
	height: 10px;
	background:url(separator_bg.gif) repeat-x top #fff;
}

#content {
	width: 480px;
	float: left;
	background:url(content_bg.gif) repeat-x top #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 20px;
}

#side_bar {
	width: 254px;
	float: left;
	background: #D3EFB6;
}

#footer {
	height: 12px;
	background:url(footer_bg.gif) repeat-x top #292929;
	border-top: 1px solid #fff;
	clear: left;
	padding: 12px;
	font-size: 11px; /* !!! */
	color: #fff;
}


/* --------------------------------------------------------------------
                   ******   HEADERS + TOP + FOOTER   ******
   ------------------------------------------------------------------*/

#home {
	width: 74px;
	height: 27px;
	float: left;
	background: url(top_div.gif) no-repeat top right;
}

.boxes {
	height: 27px;
	float: right;
	background: url(top_div.gif) no-repeat top left;
	padding: 0 10px; 0 10px;
}

#logo {
	width: 254px;
	height: 216px;
	float: left;
	background: url(logo.jpg) no-repeat top;
}

#main_nav {
	width: 132px;
	height: 216px;
	float: left;
	background: url(main_nav_bg.gif) repeat-x top;
	border-left: 1px solid #DBDADB;
	border-right: 1px solid #fff;
	font-size: 14px; /* DON'T INCLUDE */
	color: #c00;
}

#main_nav a {
	font-size: 14px; /* DON'T INCLUDE */
	color: #c00;
}

#main_nav a:hover {
	color: #c00;
	text-decoration: none;
	font-weight: bold;
}

.main_nav_link {
	height: 25px;
	margin-left: 10px;
	padding-top: 9px;
	padding-left: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #D2D2D2;
}

#main_banner {
	width: 387px;
	height: 216px;
	float: left;
	border-right: 1px solid #fff;
}

#footer a {
	color: #fff;
}


/* --------------------------------------------------------------------
                   ******   SIDE BAR   ******
   ------------------------------------------------------------------*/

#side_bar_login {
	width: 224px;
	float: left;
	background: url(main_nav_bg.gif) repeat-x bottom;
	border-bottom: 1px solid #fff;
	padding: 10px 10px 10px 20px;
	color: #666;
	font-size: 12px; /* !!! */
}

#side_bar_login .field{
	width: 125px;
	float: left;
	position: relative;
	border: 1px solid #ccc;
	vertical-align: text-top;
	font-size: 12px; /* !!! */
	padding: 3px;
}

#side_bar_login .button{
	width: 50px;
	float: right;
	right: 20px;
	position: relative;
	border: 1px solid #fff;
	background: #999;
	vertical-align: text-top;
	font-size: 12px; /* !!! */
	color: #fff;
	padding: 1px;
}

#side_bar_demo {
	width: 254px;
	float: left;
	background: url(side_bar_demo_bg.gif) repeat-x top #4D4D4D;
	border-bottom: 1px solid #fff;
	text-align: center;
}

#side_bar_demo img {
	padding: 12px 2px 12px 2px;
}

#side_bar_content {
	width: 234px;
	float: left;
	background: url(side_bar_bg.gif) repeat-x top;
	padding: 10px;
}

.side_bar_link {
/*	float: left;*/
	padding: 8px 10px 20px 3px;
	margin-left: 5px;
	font-size: 12px; /* !!! */
	color: #000;
	background: url(side_bar_div.gif) no-repeat bottom left;
}

.side_bar_link h2 {
	font-size: 12px; /* !!! */
	font-weight: bold;
	color: #360;
	padding: 0;
	margin: 0;
}


/* NEW FOR BLOG */

.side_bar_link h3 {
	font-size: 13px; /* !!! */
	font-weight: bold;
	color: #360;
	padding: 0;
	padding-bottom: 6px;
	margin: 0;
}

#side_bar_content .blog_link {
	padding-bottom: 5px;
	margin: 0;
}


/* NEW FOR BLOG */



.side_bar_link a {
	font-weight: normal;
	color: #000;
}

.side_bar_link a:hover {
	color: #360;
	text-decoration: none;
}


/* --------------------------------------------------------------------
                   ******   CONTENT   ******
   ------------------------------------------------------------------*/

#content h1 {
	font-size: 28px; /* !!! */
	font-weight: normal;
	color: #c00;
}

#content h2 {
	font-size: 17px; /* !!! */
	font-weight: normal;
	color: #c00;
}

#content .field{
	position: relative;
	border: 1px solid #ccc;
	vertical-align: text-top;
	font-size: 10px; /* !!! */
	padding: 3px;
}

#content .button{
	position: relative;
	border: 1px solid #fff;
	background: #999;
	vertical-align: text-top;
	font-size: 10px; /* !!! */
	color: #eee;
	padding: 1px;
}

#header_latest {
	width: 241px;
	height: 33px;
	background: url(header_latest.gif) no-repeat top left;
	margin-left: -10px;
	margin-top: 35px;
}

.content_latest_header {
	width: 500px;
	height: 10px;
	background: url(content_latest_header.gif) no-repeat top left;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 15px;
}

.content_latest_footer {
	width: 500px;
	height: 10px;
	background: url(content_latest_footer.gif) no-repeat top left;
	margin-left: -10px;
	margin-right: -10px;
}


.content_latest_body {
	width: 478px;
	background: url(content_latest_bg.gif) repeat-x bottom #f7f7f7;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
}

.content_latest_body img {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}


.content_latest_body h2 {
	font-size: 17px; /* !!! */
	font-weight: normal;
	color: #c00;
	margin: 0 0 3px 0;
}

#content_news {
	float: left;
	position: relative;
	left: -10px;
	width: 220px;
	margin-right: 8px;
	margin-top: 35px;
	padding: 20px 10px 10px 11px;
	background: url(header_news.gif) no-repeat top left;

}

#content_news h2 {
	font-size: 12px; /* !!! */
	font-weight: bold;
	margin: 0px;
	padding: 20px 0 0 0;
	list-style-type: circle ;
}

#content_news a, #content_testimonials a, .content_latest_body a {
	color: #000;
}

#content_news a:hover, #content_testimonials a:hover, .content_latest_body a:hover {
	color: #c00;
	text-decoration: none;
}

#content_testimonials {
	float: left;
	position: relative;
	width: 220px;
	margin-right: -10px;
	margin-top: 35px;
	padding: 40px 10px 10px 11px;
	background: url(header_testimonials.gif) no-repeat top left;
}

#content_testimonials img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#content_testimonials hr {
	margin: 15px;
}



