/* @group Reset */

body, h1, h2, h3, h4, h5, h6, p, ul, ol, form, blockquote, fieldset {
	margin: 0px;
	padding: 0px;
}
img, fieldset {
	border: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}

/* @end */


body {
	background-color: #BDD7A2;
    font-family: Arial, Verdana, sans-serif;
    text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	font-family:Georgia, serif;
	color:#005500;
	font-weight:normal;
}
h1 a,h2 a,h3 a,h4 a,h5 a, h6 a, h7 a {
	text-decoration:none;
}

h2 {
	font-size:24px;
	margin:0 0 20px 0;
}
a#by-change-link {
	float:right;
	margin:20px;
	text-transform:uppercase;
	font-size:12px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:12px;
}

a {
    color: #005500;
    text-decoration: underline;
}

a:hover {
    color: #00A000;
    text-decoration: underline;
}

#header {
    min-width:1200px;
    background-color: #005500;
    height: 120px;
    border-top: 1px solid #005500;
    border-bottom: 1px solid #005500;
    color: #fff;
    font-family: Georgia, serif;
}

#fw {
	background-color: #005500;
	background-image:url('../images/2012_header.jpg');
	width:1160px;
	height:120px;
	margin:0 auto 0 auto;
	text-align:left;
	position:relative;
	overflow:hidden;
}

h1 {
	color:#fff;
	font-weight:bold;
    margin: 8px 0 0 0;
    padding: 0;
    font-size: 48px;
    font-weight: normal;
    text-transform: uppercase;
	width:1160px;
}

h1 a, h1 a:hover {
	color:#fff;
}

#header p {
	font-size:12px;
	line-height:16px;
}

#tag-line {
	font-family:Arial, sans-serif;
	font-size:16px;
	margin:2px 0;
}

#header #tel-right {
	font-family:Arial, sans-serif;
	position:absolute;
	right:0;
	top:15px;
	font-size:36px;
	line-height:24px;
}

#header #tel-right p#tel {
	font-size:36px;
	line-height:24px;
	margin:6px 0;
}

#header #tel-right p#fax {
	font-size:18px;
	text-align:right;
	padding-right:20px;
	padding-bottom:10px;
	color:#CED6C7;
}

#header #tel-right span {
	padding:0 0 0 5px;
	display:block;
	font-size:11px;
}

#tel,#fax {
	color:#fff !important;
}

#tel a, #fax a {
	color:#fff !important;
}

#middle {
	width:1200px;
	margin:0 auto 0 auto;
	text-align:left;
	overflow:hidden;
}



#navigation {
    height: 40px;
	line-height:40px;
	text-transform:uppercase;
	font-size:14px;
	position:relative;
}

#navigation ul {
	list-style:none;

}

#navigation ul li {
	float:left;
	padding:0 20px;
}

#navigation ul li.current a {
	font-weight:bold;
}

#navigation form {
	position:absolute;
	right:20px;
}

#content {
	background-color:#fff;
	border:1px solid #333;
	overflow:hidden;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
}

#end {
	height:1px;
	clear:both;
}

#breadcrumb {
	background-color:#E2E2E2;
	line-height:16px;
	padding:12px 20px;
	font-size:12px;
}

#breadcrumb strong {
	padding:0 5px 0 0;
}

#breadcrumb a {
	padding:0 2px 0 2px;
}

#sidebar {
	float:left;
	width:320px;
	overflow:hidden;
}
.nav-group {
	background-color:#E2E2E2;
	margin:10px 0 0 0;
	padding:10px 20px 10px 10px;
	position:relative;
	border:1px solid #E2E2E2;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

	.change-by {
		font-size:10px;
		position:absolute;
		top:15px;
		right:10px;
		text-decoration:none;
	}

.nav-group h2 {
	font-weight:normal;
	font-size:18px;
	margin:0;
}

#sidebar ul {
	font-family:Verdana,Arial,sans-serif;
	color:#333;
	list-style:disc outside none;
	margin:10px 0 0 20px;
	font-size:13px;
}

#sidebar ul li {
	line-height:16px;
	padding:4px 0;
	
}

#sidebar ul li.current {
	background-color:palegoldenrod;
	border:1px solid palegoldenrod;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
	
}

#sidebar ul li a {
	text-decoration:none;
	color:#162CBC;
	padding-left:0;
}

	#sidebar ul li.current {
		padding-top:15px;
		padding-left:5px;
	}
	
		#sidebar ul li.current ul li {
			padding-left:0;
		}

#sidebar ul li a:hover {
	color:#005500;
	text-decoration:underline;
}
#sidebar ul li a.current {
	color:#005500;
	font-weight:bold;
}

#sidebar ul li a.actualcurrent {
	text-decoration:underline;
}

#sidebar ul li ul {
	margin:10px 0 0 20px;
}
.normal #inner {
	float:left;
	width:838px;
}
.full #inner {
	float:left;
	width:1158px;
}
#inner {
	margin:0;
	padding:0 20px 0 20px;
	font-size:14px;
	line-height:20px;
	overflow:hidden;
}

#inner li {
	margin-left:20px;
}
#inner ul {
	list-style:disc;
}
#inner ol {
	list-style:georgian;
}

#inner table {
	border:1px solid #e2e2e2;
	margin:20px 0;
}
#inner table th,#inner table td {
	border:1px solid #e2e2e2;
	padding:2px 5px;
}

#inner h2, h3, #inner h4, #inner h5, #inner h6 {
	margin:20px 0 20px 0;
}

#contact-box {
	margin:20px 0 20px 0;
	width:480px;
	background-color:#BDD7a2;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border:1px solid #005500;
	border-radius: 10px; /* CSS3 */
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333;
	clear:left;
}

#contact-box p {
	padding:20px;
	text-align:center;
}

#contact-box p#con-tel {
	margin:0;
	padding:0 0 25px 0;
	font-size:36px;
	font-family:Georgia, serif;
}

.list-item, .list-item:hover {
	clear:both;
	cursor:pointer;
	text-decoration:none;
	color:#333;
	display:block;
	position:relative;
	padding:10px 70px 20px 20px;
	border:1px solid #E2E2E2;
	margin:10px 0 10px 0;
	overflow:hidden;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
	zoom:1;
}

.list-item:hover {
	border:1px solid #005500;
	background-color:#D6EAC0;
}

.list-item .img {
	width:150px;
	margin:10px 20px 0 0;
	float:left;
	text-align:center;
}

.list-item .img img {
	margin:0 auto;
}

#inner .list-item h3 {
	margin:10px 0 10px 0;
}

.list-item .details {
	float:left;
	width:500px;
}

.more {
	font-family:Georgia,serif;
	font-weight:bold;
	position:absolute;
	right:15px;
	bottom:15px;
	font-size:36px;
	color:#afafaf;
}

.list-item:hover .more {
	color:#005500;
}

#product-image {
	float:right;
	width:300px;
	margin:0 0 20px 20px;
	text-align:center;
}

#special-message {
	clear:right;
	float:right;
	width:260px;
	padding:20px;
	margin: -10px 0 20px 20px;
	background-color:palegoldenrod;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#005500;
}

#footer {
    min-width:1200px;
	margin:20px 0 0 0;
    color: #333;
	border-top:1px dotted #005500;
	background-color:#C6D3B8;
    text-align:center;
}

#ft {
    overflow:hidden;
	width:1160px;
	margin:0 auto 0 auto;
	text-align:right;
	color:#333;
    background-color:#C6D3B8;
}

#ft a {
	color:#333;
}

#ft ul {
	float:left;
	text-align:left;
	margin:20px 0 0 20px;
}

#ft ul li {
	list-style:disc;
	padding:5px 0;
	border-bottom:1px dotted #e2e2e2;
}

#ft ul li a {
	text-decoration:none;
}

#ft ul li a:hover {
	text-decoration:underline;
}

#ft h2 {
	font-weight:bold;
	color:#005500;
	padding:20px 0 0;
}

#ft p {
	font-size:14px;
	padding:0 0 20px 0;
}

#ft p.notice {
	font-size:20px;
}


/** COntact Form **/

	#contact-form {
		padding-bottom:20px;
	}

	#contact-form fieldset {
		padding: 15px;
		border: 1px solid #D9E2F1;
	}

	#contact-form legend {
		color: #005500;
		padding: 5px;
	}

	#contact-form label {
		display: block;
		margin-bottom: 5px;
	}

	#contact-form input {
		font-size: 1em;
		display: block;
		margin-bottom: 5px;
	}

	#contact-form textarea {
		display: block;

		font-size: 1em;
	}

	#contact-form select {
		display: block;
	}

	#contact-form .inline_button {
		display: inline;
	}

	#contact-form .end {
		clear: both;
		height: 1px;
	}

	#contact-form .contact_tel_no {
		float: right;
		width: 250px;
		padding:25px;
		background-color:#E2E2E2;
	}
	
	#form-errors {
		background-color:#FFC2A8;
		padding:5px 10px 20px 10px;
	}
	