body {
	background:#e5e3d6;
	text-align: center;
	margin:0px;
}

/** main layout **/
#container {
	width:820px;
	margin: 0 auto;
	text-align:left;
	padding-left:20px;
	background-image:url('../images/bg.gif');
	background-repeat: repeat-y;
}

#header {
	height:70px;
	width:780px;
	background-image:url('../images/header.png');
}

#header .button {
	position:relative;
	float:right;
	top:5px;
}

#banner {
	height:254px;
	width:780px;
}

.pics { 
	height:254px;
	width:780px;
	padding:0; 
	margin:0; 
	overflow: hidden; 
}
.pics img { 
	height:254px;
	width:780px; 
}

#main {
	height:242px;
	width:780px;
}

#main .box {
	float:left;
	width:260px;
	height:100%;
}

/** about/products/etc **/

.title {
	color:#006699;
	font-weight:bold;
}

h3.title  {
	font-size:20px;
}

#secondary {
	height:496px;
	width:780px;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color:white;
	border-top:1px solid #cdcdcd;
}

#secondary #main {
	float:left;
	height:496px;
	width:560px!important;
	width:650px;
	padding-left:43px;
	padding-right:50px;
	border-right:1px solid #cdcdcd;
	font-family:Helvetica;
	font-size:12px;
}

#secondary #main ul {
	margin:0px;
	padding-left:25px;
}

#secondary #main li {
	list-style-type:none; 
}

#secondary #sidebar {
	float:right;
	height:auto;
	width:100px;
	font-family:Verdana;
	font-size:9px;
}

#secondary #sidebar .container {
	width:80px;
	padding-top:30px;
	padding-left:0px;
	padding-right:5px;
	word-wrap: break-word;
}

.container img {
	padding-top:10px;
	padding-bottom:25px;
}

.container a {
	color:black;
}

.product {
	height:125px;
	padding-bottom:40px;
	text-align:justify
}

.product_left {
	float:left;
	text-align:left;
}

.product_left img {
	padding-right:10px;
}

.product_right {
	float:right;
	text-align:right;
}

.product_right img {
	padding-left:10px;
}

.product .description {
	width:475px!important;
	width:375px;
}

.product .title {
	padding-bottom:3px;
}

/** **/


/** defines background for center content **/
#main #image {
	text-align:left;
	background-image:url('../images/ircombo.png');
}

#main #content {
	color:white;
	font-family:Arial;
	background-color:#595656;
}

#main #content .head {
	font-size:15px;
}

#main #content .desc {
	padding-top:10px;
	font-size:12px;
}


#main #content #description {
	padding:5px 5px 5px 5px;
}

#main #video {
	background-image:url('../images/video.gif');
}
/** **/


/** bottom navigation styles start **/

/* define height and width of link and footer areas */
#links {
	height:50px;
	width:780px;
	background-color:#839798;
}

#footer {
	height:62px;
	width:780px;
	background-color:#a79d88;
}
/* */


/* define font/size/color/link behavior for bottom navigation */
#links a {
	font-family:Verdana;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}

#footer a {
	font-family:Verdana;
	font-size:10px;
	color:#333;
	text-decoration:none;
}

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

#footer .copyright {
	padding-top:5px;
	font-family:Verdana;
	text-align:center;
	font-size:10px;
	color:#333;
}
/* */

/**** start navigation layout - do not change ****/
#navigation {
	text-align:left;
	left:50%;
	position:relative;
	float:left;
}

#navigation ul#nav_centered {
	left:-50%;
	position:relative;
	float:left;
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

#navigation ul#nav_centered li {
	display: table-cell;
	position: relative;
	float:left;
	position:relative;
	list-style:none;
}

#navigation ul.navfoot li {
	padding: 15px 25px 0px 25px;
}

#navigation ul.navlinks li {
	padding: 15px 25px 0px 15px;
}
/**** end navigation layout ****/

/* forms stuff */

ol.forms {
	float: left;
	list-style: none;
	width: 100%;
}

ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 11%;
}

ol.forms input { width: 39%; }
ol.forms textarea {
	height: 15em; 
	width: 64%; 
}

ol.forms input, ol.forms textarea, ol.forms button { font: 1em Arial; }

ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.alert, .error { color: #FF0000; }

