* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#444;
	margin:0 0;
	padding:8px 0;
	padding-bottom:20px;
	background-image:url(../images/bg.png);
	background-position:top;
	background-repeat:repeat;
	background-color:#333333;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.3em;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:210%;
	font-weight:bold;
	color:#E73434;
	margin-top:0em;
	margin-bottom:0.75em;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight:bold;
	color:#1D2892;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#1D2892;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

p, ul, ol, dl {
	font-size:100%;
	margin-top:0;
	margin-bottom:1.0em;
}

ul {
	list-style:disc;
}

ul li,
ol li {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

img {
	border:none;
}

table {
	font-size:100%;
	border:none;
	margin-top:0;
	margin-bottom:1.0em;
	border-collapse:collapse;
}

a {
	color:#1540EA;
}

a:hover {
	text-decoration:none;
	color:#E73434;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:760px;
	margin:0 auto;
	padding:0;
	background-image:url("../images/page-bg.png");
	background-position:top;
	background-repeat:repeat-y;
	text-align:left;
}

#page-wrap {
	background-image:url(../images/page-bottom-bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#header {
	height:150px;
	margin:0px;
	padding:0;
	background-image:url("../images/header-bg.png");
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
	background-color:#E5E7E6;
}

#body {
	margin:0px;
	
}

#content {
	width:517px; /* 2px less due to IE bug with overflowing <em>s */
	padding:10px 20px 25px 20px;
	float:left;
}

#sidebar {
	width:181px;
	padding:0px 10px 0px 10px;
	float:right;
	margin-top:11px;
}

#footer {
	clear:both;
	position:relative;
	_height:1px;
	background-color:#333;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:15px;
	top:20px;
}

#logo a {
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	width:174px;
	display:block;
	padding-top:80px;
	height:0px !important; /* for most browsers */
	height /**/:80px; /* for IE5.5's bad box model */
	overflow:hidden;
}

/* Sidebar
============================================================ 
--------------------------------------------------------- */

#sidebar {
	color:#666;
	font-size:90%;
}

#sidebar h2 {
	background-image:url(../images/sidebar-h2-bg.gif);
	background-position:center;
	background-repeat:repeat-x;
	color:#E73434;
	margin:15px -10px 5px -10px;
	padding:10px 0;
	padding-left:15px;
	font-size:120%;
	width:185px;
}

#sidebar p {
	padding:0 6px;
}


/* Footer
============================================================ 
--------------------------------------------------------- */

p.copyright {
	color:#AEAEAE;
	font-size:85%;
	margin:0;
	padding-top:10px;
	padding-bottom:12px;
	text-align:center;
}

p.copyright a{
	color:#AEAEAE;
	font-size:90%;
	margin:0;
}

#newline-signature {
	text-align:center;
	width:100%;
}

#newline-signature a {
	display:block;
	margin:15px auto;
	width:320px;
	padding-top:36px;
	height:0px !important; /* for most browsers */
	height /**/:36px; /* for IE5.5's bad box model */
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../images/newline-signature.gif);
}


/* Navigation
============================================================ 
--------------------------------------------------------- */

/* Main nav */

#main-nav {
	margin:0;
	padding:0;
	width:750px;
	padding-left:10px;
	list-style:none;
	position:absolute;
	top:121px; 
	left:0px;
	/*background-image:url(../images/main-nav-divider.gif);
	background-repeat:no-repeat;
	background-position:right;*/
	background-image:url("../images/main-nav-bg.png");
	background-position:top;
	background-repeat:no-repeat;
}

#main-nav li {
	margin:0;
	margin-right:0px;
	padding:0;
	float:left;
	padding-top:0px;
	background-image:url(../images/main-nav-divider.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#main-nav li a {
	padding:0 10px;
	display:block;
	height:28px;
	line-height:28px;
	color:#DCE4EF;
	font-size:11px;
	text-decoration:none;
	float:left;
}

#main-nav li a:hover {
	color:#FFF;
}

#main-nav li a.current {
	border-bottom:1px solid #FFF;
	font-weight:bold;
	height:28px;
	line-height:28px;
	color:#FFF;
}

#main-nav li a.current:hover {
	
	
}

/* Sub nav */

h2.sub-nav {

}

#sub-nav {
	margin-left:0;
	padding:0;
	list-style:none;
}

#sub-nav li {
	margin:0;
}

#sub-nav li a {
	display:block;
	padding:2px 0;
	padding-left:15px;
	padding-right:10px;
	margin:0;
	margin-left:-10px;
	margin-right:-10px;
	color:#333;
	text-decoration:none;
	width:175px;
	
	
}

#sub-nav li a:hover {
	color:#414A99;
	background-color:#C6D3E4
	
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	color:#414A99;
	text-decoration:none;
	font-weight:bold;
}


/* Crumbs */

#crumbs {
	font-size:85%;
	color:#666;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-bottom:1.5em;
	list-style:none;
	border-bottom:1px solid #D8E7EF;
}

#crumbs li {
	display:inline;
}


/* Posts
============================================================ 
--------------------------------------------------------- */

/* Posts */

.posts {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

.posts li {
	margin-bottom:1.5em;
}

.posts h3 {
	font-size:100%;
	margin-top:0em;
}

.posts .meta {
	font-size:75%;
	color:#888;
	margin-bottom:0.4em;
	padding:0.3em 0;
	border-bottom:1px solid #D8E7EF;
}

.posts .date {
	font-weight:normal;
	color:#E73434;
}

.posts .categories a {
	color:#777;
}


/* Posts Paging */

.posts-paging {
	font-size:85%;
	padding-top:1.0em;
	border-top:3px double #e8e8e8;
	text-align:center;
	clear:both;
}

.posts-paging a {
	font-weight:bold;
}


/* Post */

.post .meta {
	font-size:75%;
	color:#888;
	margin-bottom:1.5em;
	padding:0.3em 0;
	border-bottom:1px solid #D8E7EF;
}

.post .date {
	font-weight:normal;
	color:#E73434;
}

.post .categories a {
	color:#777;
}


/* Comments */

#comments ol {
	list-style:none;
	margin:0;
	padding:0;
}

#comments ol li {
	font-size:85%;
	margin:1.0em 0;
	padding:0 0.5em;
	border-bottom:1px solid #DCE2EC;
}

#comments ol .meta {
	font-size:85%;
	color:#888;
	margin-bottom:1.0em;
	padding:0.3em 0;
}

#comments ol .date {
	font-weight:normal;
	color:#E73434;
}





/* Standard Widgets
		overriding of default styles for standards widgets
		(located at /cms/content/widgets/stylesheets/standard-widgets.css)
============================================================ 
--------------------------------------------------------- */

div.picture-right img,
div.picture-left img,
div.picture-center img {
	border-color:#3D89B1;
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
}

#sidebar ul.recent-posts p {
	margin-left:-6px;
	font-size:85%;
}

ul.recent-posts span.date {
	margin-left:0px;
	color:#E73434;
}

ul.recent-posts {
	padding-left:6px;
}

div .hr {
	color:#D8E7EF;
	background-color:#D8E7EF;
	height:1px;
}

/* Forms
============================================================ 
--------------------------------------------------------- */

form h3 {
	margin-bottom:0.2em;
}

fieldset {
	padding:0;
	margin-bottom:1.0em;
	border:none;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border:1px solid #CED9E7;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #CED9E7;
}

fieldset table th {
	width:140px;
	background-color:#EFF3F8;
	border-right:1px solid #CED9E7;
	text-align:right;
}

form div.controls {
	margin-top:1.0em;
	margin-bottom:1.5em;
	text-align:center;
}

label {
	font-weight:normal;
}

label.required {
	font-weight:bold;
}

label.error {
	font-weight:bold;
	color:#c00;
}

input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.radio {
	cursor:pointer;
}

input.checkbox {
	cursor:pointer;
}

select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

fieldset .notes {
	font-size:85%;
	color:#888;
	margin-bottom:0;
}

/* Checkboxes group */

div.checkboxes label {
	cursor:pointer;
}

div.checkboxes input {
	cursor:pointer;
}
/* Custom Widgets
============================================================ 
--------------------------------------------------------- */



/* Other Content
		non-widget content styles
		(defined by classes and IDs directly in the content - through Textile)
		e.g. content snippet "Staff Profile": div.staff-profile ...
============================================================ 
--------------------------------------------------------- */

/* Basic listing table */

table.listing {
    border:1px solid #CED9E7;
    border-bottom:none;
    text-align:left;
}

table.listing th {
    font-weight:bold;
    padding:0.3em 0.75em;
    background-color:#EFF3F8;
    border-bottom:1px solid #CED9E7;
	color:#414A99;
}

table.listing td {
    padding:0.3em 0.75em;
    border-bottom:1px solid #CED9E7;
}


#hp-teasers {
	width:100%;
}

#hp-teasers td {
	width:33%;
	padding:1em;
	background-color:#EFF3F8;
	border:1px solid #A0C9DE;
	vertical-align:top;
}

#hp-teasers h2 {
	color:#2D6482;
	margin-top:0;
}


/* Product Details 
============================================================ 
--------------------------------------------------------- */

#product-details img.picture {
	width:180px;
	display:block;
	float:right;
}

#product-details div.description {
	width:360px;
        margin: 0 auto;
}

#product-details h3 {
	width:360px;
        margin: 0 auto;
}

#product-details div.features-wrap {
	background-color:#FDD523;
	background-image:url(/assets/features/product-features-cap-top.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#product-details ul.features {
	font-size:85%;
	font-weight:bold;
	margin-left:0;
	padding:6px 10px;
	list-style:none;
	background-image:url(/assets/features/product-features-cap-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#product-details ul.features li {
	background-image:url(/assets/features/bullet-checkmark.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	padding-left:14px;
	margin-top:0.4em;
	margin-bottom:0.4em;
}

#product-details div.interaction {
	width:180px;
	display:block;
	float:right;
	clear:right;
	padding-top:10px;
}

#product-details div.ready-to-buy {
	text-align:center;
	margin-bottom:1.5em;
}

#product-details .option {
	padding:0 10px;
	text-align:left;
}

#product-details .option input,
#product-details .option select {
	width:160px;
}

#product-details .qty {
	width:2.0em;
	text-align:center;
	font-weight:bold;
}

#product-details div.ready-to-buy input.btn {
	width:auto;
}

#product-details p.price {
	font-weight:bold;
	font-size:200%;
	color:#EC174C;
	margin-bottom:0.5em;
}

#product-details p.discount {
	font-size:85%;
	color:#444;
	padding:0.8em;
	margin-bottom:0.8em;
	text-align:center;
}

#product-details p.discount strong {
	color:#080;
}

#product-details ul.assurance {
	font-size:85%;
	margin-left:0; padding:0.6em 0.8em;
	margin-bottom:0.8em;
	text-align:center;
	list-style:none;
}

#product-details p.phone-order {
	font-size:85%;
	line-height:1.5em;
	padding:0.8em;
	margin-bottom:0.8em;
	text-align:center;
}

#product-details p.phone-order strong {
	color:#EC174C;
}

#product-details ul.tools {
	font-size:85%;
	margin-left:0; padding:0.6em 0.8em;
	margin-bottom:0.8em;
	text-align:center;
	list-style:none;
}


