body {
	margin: 0;
	padding: 0;
	background: #666666 url(images/background_main.gif) 0 100% repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #181818;
}

h1 {
	font-size: 1.8em;
	margin-bottom:10px;
}

h2 {
	font-size: 1.6em;
	margin-bottom:10px;
	color:#012f43;
}

h3 {
	font-size: 1.2em;
}

h3.product_header {
    padding-bottom:10px;
    
}

h4 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom:0; padding:bottom:0;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #066b96;
}

a:hover {
    text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {
}


#header {
	width: 960px;
	height: 111px;
	margin: 0 auto;
	background: #FFF;
}

/* Logo */

#logo {
	float: left;
	height: 111px;
	margin: 0;
	padding: 0px;
	color: #FFFFFF;
}

#logo img {
    margin:0; padding: 26px 0 0 12px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 720px;
	height: 111px;
	padding: 0;
}

#search .address {
    float:right;
    width:720px;
    height:66px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom:4px;
}

#search .address_inner {
    float:right;
}

#search p {
    font-size: 10px;
    margin: 4px 16px 0 0;
    text-align: left;
}


/* Menu */

#menu {
    float:right;
	height: 40px; 
	padding: 0; margin-top:0px;
	margin-top:6px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	margin-right:4px;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 11px;
	/*margin-right: 3px;*/
	padding: 8px 19px 8px 19px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5c5c5c;
	border: none; border-right: 1px solid #c5c5c5;
}

#menu a.first {
    padding-left:0;
}
#menu a.last {
    border:none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 0;
}

#menu a:hover, #menu a.active {
	text-decoration: underline;
}

#menu img {
	line-height: 18px;
	margin-right: 3px;
	padding: 14px 16px 0px 20px;
	color: #000;
	border: none;
}

.divider {
    width: 960px;
    height: 4px;

    margin: 0 auto;
}

#main_image {
    width: 960px;
    height:249px;
    margin: 0 auto;
    padding:0;
}
#sub_image {
    width: 960px;
    height:70px;
    margin: 0 auto;
    padding:0;
}


/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
}

#page-bgtop {
}

#page-bgbtm {
	padding: 20px 0px 0px 20px;
	 border: 0px dotted red;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 0;
	 border: 0px dotted red;
	/* padding: 0 16px; padding-bottom:60px; */
}

#content p {
    line-height: 200%;
}

/* Footer */

#footer-wrapper {
	width: 100%;
}

#footer {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding: 0px 0 10px 0;
	background: #567583;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px; padding-left: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: left;
	color: #FFF;
}

#footer a {
	color: #FFF;
}

.photo {
    margin: 4px;
    padding:4px;
    border:1px solid #e3e3e3;
    color:#333;
    background:#fff;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	padding: 0px 0px 0px 0px;
	color: #787878;
	 margin:0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	padding-left: 15px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	/*height: 38px; */
	padding-left:10px;
	letter-spacing: -.5px;
	color: #585858;
	background: #999;
	line-height: 2.5em;
	font-size: 1.2em;
	text-transform:uppercase;
	background: url(images/news_header.gif) repeat-x;
	height:2.5em;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #B94E0E;
}

#sidebar a:hover {
	text-decoration: underline;
}


/* New Styles */

#news {
     font-size: .9em;
}
#news ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left:10px; padding-right:10px;
	/* width: 250px; */
}

#news li { 
	background: none;
	margin: 0 0 10px 0;
	font-size: 1.0em;
	position: relative;
	float: left;
	width: 270px;
}

#news li span {
	color: #066b96;  
	position: absolute;
	left: 0; 
	top: 0;
	text-decoration: none; 
}
#news li a:hover span { text-decoration: none; }

#news li a {
	display: block; 
	color: #333;
	padding-left: 55px;
}

#news li.last a { 
	padding: 0; 
	margin-left: -7px;
	color: #44aee2;
}


#training {
     font-size: .9em;
}
#training ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left:10px; padding-right:10px;
	/* width: 250px; */
}

#training li { 
	background: none;
	margin: 0 0 10px 0;
	font-size: 1.0em;
	position: relative;
	float: left;
	/* width: 290px; */
	 
}

#training li span {
	color: #066b96;  
	position: absolute;
	left: 0; 
	top: 0;
	text-decoration: none; 
}
#training li a:hover span { text-decoration: none; }

#training li a {
	display: block; 
	color: #333;
	padding-left: 55px;
}

#training li.last a { 
	padding: 0; 
	margin-left: -7px;
	color: #44aee2;
}


h3.title {
	font-size: 1.4em;
	text-transform: uppercase;
	margin-top: 30px;
	color:#012f43;
}

p.highlight b {
    line-height:-2em;
    font-size:1.0em;
    font-weight:bold;
    color:#666;
    
}

.product_image {
    margin-left:20px;
}
.price {
    color: #066b96;
}

.training_td_left {
    width: 160px; background-color: #e6edf6;
}

.training_header {
    font-size: 9pt; font-family: candara, Arial; color: #343434;
}

.small_text {
    font-size: 10px;
}

/*
.smallText p a {
    line-height: -15em;
     border: 1px dotted green;
} */

.product_table img {
    border: 2px solid #EAEAEA;
}

#content .product_table p {
    line-height:1.7em;
}

h4.product_header {
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom:6px;
    color: #002d41;
}

h4.tagline {
    margin:0;padding:0 0 1.5em 0;
    font-style: italic;
}

.img_right {
    margin:0 0 10px 10px;
}

.product_table img.noborder {
    border: none;
}
