/******************************************************
*                                                     *
*   CSS file - http://www.sitename.com/       			  *
*   Copyright (c) MIP Design, 2008.               		*
*                                                     *
******************************************************/


/* Base
------------------------------------------------------*/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #7e8c6c url("../images/bg.jpg") repeat-x 0% 0%;
	font: normal 0.75em/145% Arial, Tahoma, sans-serif;
	color: #444;
	text-align: center;
	padding: 0px;
}

p
{
	margin: 0px 0px 10px 0px;
	line-height: 140%;
	color: #444;
}

a
{
	outline: none;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.hide
{
	display: none;
}

img
{
	border: 0px;
}

.padd-05
{
	padding: 5px;
}

.padd-10
{
	padding: 10px;
}

.padd-15
{
	padding: 15px;
}


/* Clearing method
------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* Layout
------------------------------------------------------*/

#page-container
{
	width: 900px;
	margin: 0px auto;
	text-align: left;
	background-color: #fff;
}

#page-inner-container
{
	padding: 5px;
}

#page-content-container
{
	background: url("../images/bg_page_sidebar.gif") repeat-y 0% 0%;
}

#page-sidebar
{
	width: 220px;
	float: left;
	margin: 0px 1px 0px 0px;
}

#page-content
{
	width: 669px;
	float: left;
}



/* Header
------------------------------------------------------*/

#page-header
{
	background: url("../images/bg_top_navigation.gif") repeat-x 0% 100%;
	height: 175px;
	margin: 0px 0px 1px 0px;
}

#page-header h1
{
	width: 220px;
	float: left;
	border-right: 1px solid #fff;
}

#page-header h1 a
{
	display: block;
	width: 220px;
	height: 175px;
	text-indent: -9999px;
	background: url("../images/logo.gif") no-repeat 0% 0%;
}

#page-header img
{
	display: block;
	float: left;
	margin: 0px 0px 1px 0px;
}

#nav {
  position: relative;
	height: 35px;
  padding: 5px 0px 0px 5px;
	margin: 0px;
  overflow: hidden;
	float: left;
	
}

#nav li {
  float: left;
  list-style: none;
}

#nav li.back {
  background: url("../images/page_nav_hover.gif") no-repeat right -30px;
  width: 2px; 
	height: 30px;
  z-index: 8;
  position: absolute;
}

#nav li.back .left {
  background: url("../images/page_nav_hover.gif") no-repeat 0% 0%;
  height: 30px;
  margin-right: 3px; /* 1px is the width of the rounded shape */
}

#nav li a {
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #fff;
	text-decoration: none;
  top: 7px;
  z-index: 10;
  display: block;
  float: left;
  height: 30px;
  position: relative;
  overflow: hidden;
	padding: 0px 20px 0px 20px;
}

#nav li a:hover, #nav li a:active, #nav li a:visited {
  border: none;
}


/* Sidebar
------------------------------------------------------*/

#page-sidebar h2
{
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 10px 8px 10px;
	background-color: #6e3052;
}

#sidebar-menu
{
	margin-bottom: 5px;
	background-color: #fff;
}

#sidebar-menu h2
{
	background: url("../images/bg_top_navigation.gif") repeat-x 0% 50%;
}

#sidebar-menu ul
{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;
}

#sidebar-menu li
{
	padding: 1px 0px 1px 0px;
	border-bottom: 1px solid #e7e7e7;
}

#sidebar-menu li a
{
	display: block;
	font: bold 1.0em Arial, Tahoma, sans-serif;
	color: #444;
	text-decoration: none;
	padding: 6px 5px 6px 8px;
}

#sidebar-menu li a:hover
{
	background-color: #dae5c1;
}

.menuselcted{

	background-color: #dae5c1;
}


/* Content - dual panels
------------------------------------------------------*/

#content-dual
{
	background: url("../images/bg_page_content_dual.gif") repeat-y 0% 0%;
}

#content-dual h1
{
	font: bold 1.6em Arial, Tahoma, sans-serif;
	color: #444;
	text-transform: uppercase;
	margin: 0px;
	padding: 12px 10px 10px 24px;
	background-color: #fff;
}

#content-dual h2
{
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #fff;
	margin: 0px 0px 10px 0px;
}

#content-dual h2 a
{
	color: #fff;
}

#content-dual .single-panel
{
	width: 334px;
	float: left;
}

#content-dual .single-panel .topic-list
{
	padding: 25px;
}

#content-dual .single-panel .topic
{
	padding-bottom: 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #606060;
}

#content-dual .single-panel img
{
	float: left;
	border: 3px solid #fff;
	margin: 3px 10px 10px 0px;
}

#content-dual .single-panel p
{
	font: normal 1.0em/130% Arial, Tahoma, sans-serif;
	color: #ccc;
	margin-bottom: 5px;
}

#content-dual .single-panel a
{
	color: #fff;
}

#content-dual .single-panel a.detail
{
	font: bold 1.0em Arial, Tahoma, sans-serif;
	color: #fff;
}

#content-dual .right-panel
{
	margin-left: 1px;
}

#content-dual .right-panel .topic
{
	border-color: #8b5975;
}

#content-dual .right-panel p
{
	color: #e2d6dc;
}

#content-dual .recent-topics
{
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
	list-style-type: square;
	color: #fff;
}

#content-dual .recent-topics li
{
	margin-bottom: 5px;
}

#content-dual .recent-topics a
{
	font: bold 1.0em Arial, Tahoma, sans-serif;
}


/* Content - default
------------------------------------------------------*/

#breadcrumb
{
	padding: 12px 10px 12px 25px;
	color: #444;
}

#breadcrumb a
{
	xfont: bold 1.0em Arial, Tahoma, sans-serif;
	color: #136689;
}

#wide-panel
{
	xbackground-color: #444;
	padding: 10px 25px 30px 25px;
	xcolor: #fff;
}

#wide-panel h1
{
	font: bold 1.6em Arial, Tahoma, sans-serif;
	color: #136689;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #444;
}

#wide-panel h1 span
{
	color: #444;
}

#wide-panel h2
{
	font: bold 1.3em/140% Arial, Tahoma, sans-serif;
	color: #4a6119;
	margin: 20px 0px 10px 0px;
	text-transform: uppercase;
}

#wide-panel h3
{
	font: normal 1.3em/140% Arial, Tahoma, sans-serif;
	color: #4a6119;
	margin: 20px 0px 10px 0px;
}

#wide-panel p strong
{
	color: #155d07;
}

#wide-panel img
{
	/*border: 1px solid #ccc;
	background-color: #e7e7e7;*/
	/*margin: 0px 0px 10px 0px;
	padding: 6px;*/
}

#wide-panel a
{
	color: #136689;
}

#wide-panel ul
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 16px;
	list-style-type: square;
	font-weight:bold;
	line-height:25px;
}

#wide-panel .product-item
{
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
}

#wide-panel .product-item img
{
	float: left;
	margin: 0px 15px 10px 0px;
}


#homeone{
	float:left;
	height:240px;
	width:370px;
	/*background-color:#CCCCCC;*/
	margin-bottom:10px;
}

#hometwo{
	float:right;
	height:240px;
	width:235px;
	/*background-color:#CCCCCC;*/
	margin-bottom:10px;
}


#topimage{
	height:134px;
	width:669px;
	float:right;
	background-color:#CCCCCC;
	background-image:url(../images/headers/home.jpg);
	background-repeat:no-repeat;
}

.toptext {
	float:right;
	font-size:1.3em;
	background-color:#FFFFFF;
	padding:5px;
}


/* Page content - forms
------------------------------------------------------*/

#wide-panel form
{
	margin: 40px 0px 20px 0px;
}

#wide-panel label
{
	display: block;
	font: bold 1.0em/120% Arial, tahoma, sans-serif;
	color: #444;
	float: left;
	width: 150px;
	margin: 0px 0px 10px 0px;
}

#wide-panel input, #wide-panel textarea
{
	display: block;
	float: left;
	width: 250px;
	background-color: #fff;
	border: 1px solid #bbb;
	font: normal 1.1em/120% Arial, tahoma, sans-serif;
	color: #444;
	margin: 0px 100px 10px 0px;
	padding: 4px;
}

#wide-panel textarea
{
	width: 320px;
	height: 150px;
}

#wide-panel input:focus, #wide-panel textarea:focus
{
	border-color: #6e3052;
}

#wide-panel input.submit
{
	display: block;
	float: left;
	width: 150px;
	background-color: #6e3052;
	border: 1px solid #6e3052;
	font: bold 1.0em/120% Arial, tahoma, sans-serif;
	color: #fff;
	margin: 10px 0px 10px 150px;
	padding: 4px;
}



/* Page footer
------------------------------------------------------*/

#page-footer
{
	background: url("../images/bg_page_footer.gif") repeat-x 0% 0%;
	margin-top: 1px;
	padding: 25px 0px 10px 10px;
	text-align: left;
}

#page-footer .nav
{
	margin: 0px 0px 10px 0px;
}

#page-footer .nav a
{
	padding: 0px 15px 0px 15px;
}

#page-footer .nav a.current
{
	font-weight: bold;
	text-decoration: none;
}

#page-footer p
{
	font: normal 1.0em/140% Arial, tahoma, sans-serif;
	color: #777;
	text-decoration: none;
	margin: 0px;
}

#page-footer a
{
	color: #136689;
}