@charset "utf-8";
/* CSS Document */

/* Created: 24/07/07 */

/*
Colors:
Grey Background #CCC
Cool Grey #c3c5c6
dark grey #6f6f6f
Cool blue #7f9db9
midnight blue dark #373b40
midnight blue #434b57
almost black #626262
light olive #788837
rich red #a43638
medium grey #8b8e93
khaki #d9d59f
light khaki #e6e6c8
deep blue #373b40
*/

/*-------------- RESET, HTML, BODY --------------*/

* { margin:0px; border:0px; padding:0px; font-size: 100%; font-family:Arial, Helvetica, sans-serif; font-size:12px; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color:#626262;
	background: #FFF;
	text-align:center;
	height:inherit;
}
/*ol, ul {
	list-style: none;
}*/
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*---------- H TAGS ----------------*/

H1, H2, H3, H4, H5, H6 {
	font:bold Arial, Helvetica, sans-serif 22px;
	font-weight:bold;
	color:#626262;
	padding:5px 0px 10px 0px;
}

H2 {
	font-size:16px;
}

H3 {
	font-size:14px;
}

H4 {
	font-size:13px;
}

H5 {
	font-size:12px;
}

H6 {
	font-size:11px;
}

a {
	font-family: Arial, Helvetica, sans-serif; 
	color:#626262;
	text-decoration:none;
}

a:hover {
	color:#6376bb;
}

P {
	display:block;
	padding:20px;
	font-family: Arial, Helvetica, sans-serif; 
	color:#626262;
	text-align:left;
}

P IMG {
	padding-left:50px;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
.style6 {
	font-size: 12px
}

.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:340px;
	list-style-position:outside;
	list-style-image: url(../images/tick.gif);
	line-height: 1.4em;
}

/*--------------- HEADER ---------------*/

.page {
	width:650px;
	display:block;
	background:none;
	margin:0px auto 0px;
	text-align:center;
	height:auto;
	border:4px solid #FFF;
}

.header {
	width:650px;
	display:block;
	background-color: #FFF;
	margin:0px auto 0px;
	text-align:center;
	height:auto;
}

.main {
	width:704px;
	background:#FFF url(../images/bg.gif) repeat-y top center;
	display:block;
	margin:0px auto 0px;
	height:auto;
}

.leftColumn {
	width:225px;
	display:block;
	background:none;
	margin:0px;
	padding:0px;
	text-align:center;
	height:auto;
	float:left;
	/*background:#FFF url(../images/shadowRight.gif) repeat-y top right;*/
}

.specsContent {
	width:100%;
	display:block;
	background:#f4f4f4;
	border-top:2px solid #f0f0f0;
	border-bottom:2px solid #f0f0f0;
	margin:0px;
	padding:0px;
	text-align:center;
	height:auto;
	float:left;
}

.specTitle {
	font-weight:bold;
	padding:10px 0px 10px 0px;
}

.leftColumn IMG{
	border:0px;
	margin:0px;
	float:left;
}

.menu {
	display:block;
	margin:0px;
	text-align:center;
	float:left;
}

.menu .about, .menu .features, .menu .accessories, .menu .specs, .menu .stairaction {
	width:225px;
	height:40px;
	display:block;
	margin:0px;
	float:left;
}

.menu .about a, .menu .features a, .menu .accessories a, .menu .specs a, .menu .stairaction a {
	width:225px;
	height:40px;
	display:block;
	margin:0px;
	float:left;
	background:url(../images/menu/about.gif) no-repeat left top;
}

.menu .about a:hover {
	background:url(../images/menu/about-on.gif) no-repeat left top;
}

.menu .features a {
	background:url(../images/menu/features.gif) no-repeat left top;
}

.menu .features a:hover {
	background:url(../images/menu/features-on.gif) no-repeat left top;
}

.menu .accessories a {
	background:url(../images/menu/accessories.gif) no-repeat left top;
}

.menu .accessories a:hover {
	background:url(../images/menu/accessories-on.gif) no-repeat left top;
}

.menu .specs a {
	background:url(../images/menu/specs.gif) no-repeat left top;
}

.menu .specs a:hover {
	background:url(../images/menu/specs-on.gif) no-repeat left top;
}

.menu .stairaction a {
	background:url(../images/menu/stairaction.gif) no-repeat left top;
	height:39px;
}

.menu .stairaction a:hover {
	background:url(../images/menu/stairaction-on.gif) no-repeat left top;
}

.rightColumn {
	width:425px;
	display:block;
	background-color: #FFF;
	margin:0px;
	text-align:center;
	float:left;
	height:auto;
}

.footer {
	width:704px;
	background:#FFF url(../images/base.gif) no-repeat top center;
	display:block;
	margin:0px auto 0px;
	height:50px;
	font:normal 10px Arial, Helvetica, sans-serif; 
	text-align:right;
}


.footer .text {
	padding:20px 23px 0px 0px;
	font:normal 10px Arial, Helvetica, sans-serif; 
}

.footer .text a {
	font:normal 10px Arial, Helvetica, sans-serif; 
	color:#626262;
	text-decoration:none;
}

.footer .text a:hover {
	color:#6376bb;
}	

