html, body {
	background: #069edb url(images/bg.jpg) top center no-repeat fixed;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body, input, textarea, table, select {
    color: #333333;
    font-size: 15px;
    font-family: "Myriad Pro", Calibri, "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}
img {
	border:0;
}
form{
	margin:0;
	padding:0;
}
p {
	margin-top:0;
	margin-bottom: 1em;
}
h1 {
	font-size: 180%;
    font-weight: bold;
    text-align: center;
	margin: .5em 0;
	background: #c1e6f6 url(images/title-bg.jpg) right top no-repeat;
	padding: 10px 10px 10px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
h2 {
    font-size: 130%;
    font-weight: bold;
    margin: 1em 0px;
    text-align: left;
}
h3, h4, h5, h6 {
    font-size:110%;
    font-weight:bold;
    margin:4px 0px;
    text-align: left;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
    margin-top: 0;
}
ul {
    display:block;
    margin:0px;
    margin-top: 1em;
    margin-bottom: 1em;
    padding:0;
	list-style-position:outside;
	list-style-type: disc;
}
ul li {
    margin:0px;
    margin-bottom: .3em;
    padding-left:0px;
    margin-left:18px;
}
a, a:link, a:active, a:visited {
	color: #4169e1;
	text-decoration: underline;
}
a:hover {
	color: #4169e1;
	text-decoration: none;
}
table td, table th {
	text-align: left;
	vertical-align: top;
}
div.hr {
    border: 0px;
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #3a3a3a;
    margin:0;
    padding:0;    
}
hr {
    border: 0px;
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #3a3a3a;
}
.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* our favourite class */
.clearit:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearit {
	zoom: 1;
}
/* End of our favourite class */

/* Anti-margin hack */
.amho {
	height:0;
	overflow:hidden;
}
.amp {
	padding: 1px 0 0 0;
}
/* End of Anti-margin hack */

.container {
    width: 960px;
    margin: 20px auto;
    display: table;
}
.container-top,
.container-bottom {
    display: table-row;
}
.container-left {
    display: table-cell;
    width: 230px;
    vertical-align: top;
}
/* IE7 */
*+html .container-left {
	float: left;
}
/* IE7 */
*+html .container-bottom .container-left {
	display: none;
}
.container-right {
    display: table-cell;
    vertical-align: top;
}
*:first-child+html .container-right {
	float: left;
	width: 730px;
}
.container-top .container-right {
	background: #FFFFFF;
	
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;

	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
}
.container-bottom .container-right {
	background: #FFFFFF;
	
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;

	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
}
.logo {
	display: block;
	margin: -20px 0 0 0;
}
.logo-title {
	text-align: center;
	color: #FFFFFF;
	clear: both;
}
.menu {
    background: url(images/menu-bg.png);
	position: relative;
	
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
}
.menu ul {
    display: block;
    clear: both;
	list-style: none;
	position: relative;
}
.menu ul li {
    display: block;
    margin: -10px 0px -10px 0px;
    padding: 20px 0px 20px 20px;
}
.menu ul li.active {
	background: #FFFFFF;
	
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
}
.menu a:link,
.menu a:active,
.menu a:visited {
    font-weight: normal;
    text-decoration: none;
    display: block;
	color: #333333;
	padding: 0px 10px 0px 0px;
}
.menu a:hover {
	color: #FFFFFF;
    text-shadow: #002162 0px 0px 4px;
}
.menu .active a:link,
.menu .active a:active,
.menu .active a:visited {
	cursor: default;
    text-shadow: none !important;
}
.menu .active a:hover {
	color: #333333;
	cursor: default;
    text-decoration: none;
    text-shadow: none !important;
}
.menu ul li .title {
	margin: 0 0 20px 0;
	font-weight: bold;
}
.content {
	margin: 30px;
}
.footer {
	color:#999999;
	font-size: 90%;
    padding: 20px 20px 20px 20px;
	zoom: 1;
}
.footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.footer a:link, .footer a:active, .footer a:visited {
	color:#999999;
    text-decoration:underline;
}
.footer a:hover {
	text-decoration:none;
	color:#000000;
	background:#E2E2E2;
}


.preprodcolor {
	width:40px; 
	height:15px; 
	position:relative; 
	float:left;	
	margin-right:11px;
	margin-bottom:10px;
	border:none;	
}
.preprodcolor img {
    cursor: pointer;
    _cursor: hand;
}

.color-chrome {
	background: #eeeeee;
	width: 64px;
	height: 48px;
}
.color-gold {
	background: #eee19a;
	width: 64px;
	height: 48px;
}
.color-bronze {
	background: #ccc2ba;
	width: 64px;
	height: 48px;
}
.color-champagne {
	background: #ecd9b3;
	width: 64px;
	height: 48px;
}

.table-data {
	border-collapse: collapse;
	border-spacing: 0 0;
}
.table-data th {
	padding: 5px 10px;
	background: #EEEEEE;
}
.table-data td {
	padding: 5px 10px;
	border-bottom: 1px solid #EEEEEE;
}

table.products {
	border-collapse: collapse;
}
table.products tr:first-child td {
	border-top: none;
}
table.products td:first-child {
	padding-left: 0;
}
table.products td:last-child {
	padding-right: 0;
}
table.products td {
	border-top: 1px solid #D0F0FD;
	padding: 1em 1em;
}


/************ SCREEN CLASSES ***********/
@media screen {
.printonly {
    display:none;
}
}
/************ END SCREEN CLASSES ***********/

