/*
** Layout styles
*/

body {
	margin: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #888 url(../images/01.jpg) fixed top no-repeat;
	/*overflow-y: scroll;*/
	/*background:#888 url(../images/01.jpg) no-repeat;*/
}

a:link, a:visited {
	color: #fff;
}
a:hover {
	color: #df1f31;
}

img {
	border: 0px;
}

h1, h2, .h1small, .red {
	font-weight: bold;
	color: #df1f31;
}

h1 {
	font-size: 15px;
}

h2, .h1small {
	font-size: 12px;
}

ul {
	margin: 0px;
	padding: 0px 0px 0px 17px;
}

li {
	list-style-image: url(../images/list-marker.png);
	font-weight: bold;
}
/*
table {
	margin-top: 20px;
	border-collapse: collapse;
}

td {
	padding: 4px;
	border: solid 1px #df1f31;
	vertical-align: top;
	background-color: #fff;
}

td.blank {
	border-top-color: #ccc;
	border-left-color: #ccc;
	background-color: transparent;
}

td.colTitle, td.rowTitle {
	font-weight: bold;
}

td.colTitle {
	background-color: #f0b45d;
}

td.rowTitle {
	width: 20%;
}
*/

#container {
	width: 983px; /* 1001 with scrollbar */
	margin: 0px auto;
	text-align: left;
}

#sidebar, #content/*, #scrollbarContainer*/ {
	float: left;
	margin-top: 20px; /* just 18px top with scrollbar */
	margin-bottom:50px;
}

#sidebar, #content {
	margin-left: 18px;
	_margin-left: 10px;
}

#navigation, #content {
	border-style: solid;
	border-width: 3px 0px 3px 0px;
	border-color: #df1f31;
	background: url(../images/trans.png) top left repeat;

}

#sidebar {
	width: 191px;
	_width: 185px;
}

#content {
	position: relative;
	width: 753px;
	float:right;
}

/*#scrollbarContainer {
	display: none;
	width: 18px;
	height: 593px;
	background: url(../images/bar.png) top left repeat;
}

#arrowup, #arrowdown {
	width: 18px;
	height: 14px;
	overflow: hidden;
}

#scrollbar {
	position: relative;
	width: 18px;
	height: 565px;
}

#scrollhook {
	width: 18px;
	height: 44px;
}

#arrowup a, #arrowdown a, #scrollhook a {
	display: block;
	width: 100%;
	height: 100%;
}

#arrowup a:link, #arrowup a:visited {
	background: #df1f31 url(../images/arrowTop.png) 0px 0px no-repeat;
}
#arrowup a:hover {
	background: #df1f31 url(../images/arrowTop.png) 0px -14px no-repeat;
}

#arrowdown a:link, #arrowdown a:visited {
	background: #df1f31 url(../images/arrowBottom.png) 0px 0px no-repeat;
}
#arrowdown a:hover {
	background: #df1f31 url(../images/arrowBottom.png) 0px -14px no-repeat;
}

#scrollhook a:link, #scrollhook a:visited {
	background: #df1f31 url(../images/arrowMiddle.png) top left no-repeat;
}
#scrollhook a:hover {
	background: #df1f31 url(../images/arrowMiddle.png) bottom left no-repeat;
}*/

#navigation, #subscription, #freetrial, #footer {
	padding: 11px 16px;
}

a#subscription, a#freetrial {
	display: block;
	margin-top: 11px;
	border-style: solid;
	border-width: 3px 0px 3px 0px;
	border-color: #df1f31;
	text-align: center;
	font-weight: bold;
}
a#subscription:link, a#subscription:visited, a#freetrial:link, a#freetrial:visited {
	color: #df1f31;
	text-decoration: none;
	background: url(../images/translucent-white.png) top left repeat;
}
a#subscription:hover, a#freetrial:hover {
	background: #fff;
}

#subscriptionText {
	display: none;
}

#footer {
	color:#FFFFFF;
	font-size:10px;
	padding:5px 0 0;
	text-align:left;
}

#menu {
	margin-top: 10px;
}

/*
** Navigation styles
*/

#menu a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px #ccc;
	font-size: 11px;
	text-transform: uppercase;
	font-weight:bold;
}

#menu a-first {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px #ccc;
	font-size: 11px;
	text-transform: uppercase;
	font-weight:bold;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #000;
}
#menu a:hover {
	color: #888;
}

#menu a .menuAsText {
	/*display: none;
	*/
}

#menu .subMenu, #menu .categorySubMenu {
	display: none;
	padding-left: 9px;
}

#menu .active {
	display: block;
}

#menu .subMenu a:link, #menu .subMenu a:visited, #menu .categorySubMenu a:link, #menu .categorySubMenu a:visited {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: none;
	text-transform: none;
	font-weight:normal;
}

#menu .categorySubMenu a:link, #menu .categorySubMenu a:visited {
	color: #888;
}

#menu a.current {
	padding-left: 6px;
	background: url(../images/menu-current.png) center left no-repeat;
}

#menu .mainMenuDrop {
	float: right;
	width: 11px;
	height: 9px;
	margin-top: 10px;
	padding: 0px;
	border-top: none;
	background: url(../images/category-arrow.png) top left no-repeat;
}

#menu .categoryDescription {
	padding-top: 3px;
	font-size: 11px;
	text-transform: none;
	color: #888;
	background: url(../images/category-arrow.png) center right no-repeat;
}

/*
** Content styles
*/

#pane {
	position: relative;
	/*height: 522px;
	overflow: hidden;
	overflow-y: hidden;*/
}

#pane a:link, #pane a:visited {
	color: #f0b45d;
}
#pane a:hover {
	color: #df1f31;
}

#titleImage {
	position: absolute;
	right: 0px;
	top: 15px;
}

#copy, #testimonial {
	float: left;
}

#copy {
	text-align: justify;
	width: 477px;
	/*width:730px;*/
	padding: 15px 20px 0px 10px;
	/*_width:700px;*/
}

#testimonial, h3 {
	font-size: 13px;
	font-style: italic;
	color: #f0b45d;
}

#testimonial {
	text-align: justify;
	width: 176px;
	padding: 37px 30px 0px 40px;
	line-height: 1.4;
	/*background: url(../images/quote.png) 17px 26px no-repeat;*/
	_width:170px;
}

#byline {
	margin-top: 7px;
	text-align: right;
	font-size: 11px;
}

#phone {
	display: block;
	float: right;
	clear: left;
	width: 203px;
	margin: 20px 12px 7px 0px;
	/*height: 38px;
	background: url(../images/phone-nz.png) top left no-repeat;*/
	height: 0px;
}

#navphone {
	width: 159px;
	height: 30px;
	margin-top: 20px;
	background: url(../images/nav-phone.png) top left no-repeat;
}

/*
** Contact Form styles
*/

label {
	display: block;
	float: left;
	clear: left;
	width: 200px;
}
.requiredField {
	color: #df1f31;
}

input, textarea, select {
	width: 200px;
	margin-bottom: 10px;
	padding: 5px;
	border: solid 1px #ccc;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	background: #fff url(../images/input-shadow.png) top left repeat-x;
}
textarea {
	width: 240px;
	height: 120px;
}
.submit {
	display: block;
	width: 62px;
	height: 22px;
	margin-left: 390px;
	padding: 0px;
	border: solid 1px #000;
	font-weight: bold;
	color: #fff;
	background: #df1f31;
	/*background: url(../images/input-submit.png) center center no-repeat;*/
}

.errors {
	width: 398px;
	margin: 20px 0px 30px 0px;
	padding: 6px;
	border: solid 1px #df1f31;
	background-color: #fff;
}

/*
** AJAX Navigation styles
*//*

#cellWindow {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1894px;
	height: 1174px;
	overflow: hidden;
}

#cells {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 7576px;
	height: 3522px;
}

.cell {
	float: left;
	width: 1894px;
	height: 1174px;
	background-position: top left;
	background-repeat: no-repeat;
}*/

/*custom start*/
#footer-phone {
clear:both;
margin-bottom:10px;
margin-right:20px;
margin-top:10px;
text-align:right;
_width:730px;
height:0px;
}

#home-title {
background-image:url(../images/home-title.gif);
background-repeat:no-repeat;
height:33px;
background-color:#e72739;
}

a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
}

.sub-title {
padding-left:22px;
font-size:16px;
font-weight:bold;
}

#productPreview div {
background-color:#FFFFFF;
color:#F0B45D;
font-size:12px;
font-weight:bold;
padding:8px;
}

.webcarelink {
text-decoration:none;
}

.min-height {
min-height:550px;

height:auto !important;

height:550px;
}

.menuheight {
/*height:30px;*/
}

.pagecontent {
/*padding-left:10px;*/

padding-left:5px;
padding-right:5px;

}

#spacer {
width:983px; clear:both;
}

#mx {
border-top: medium none; border-bottom: medium none; overflow: hidden; display: block; padding-top: 0px; padding-bottom: 0px;
}

a#isfirst {
border-top:none;
}

.testimonial {
	text-align: justify;
	width: 176px;
	padding: 37px 30px 0px 40px;
	line-height: 1.4;
	float:left;
}

.testimonial, h3 {
color:#F0B45D;
font-size:13px;
font-style:italic;
}

.content {
padding:15px 20px 0 10px;
text-align:justify;
width:477px;
}

p {
margin:0;
padding:0;
}

.imagetitle {
background-color:#FFFFFF;
color:#F0B45D;
font-size:12px;
font-weight:bold;
padding:8px;
} 

.testimonialrhs {
color:#F0B45D;
font-size:13px;
font-style:italic;
line-height: 1.4;
}
/*custom end*/