html, body {
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Sans-serif;
	font-size: 14px;
}

body {
	background-color: #FFFFFF;
	color: #666666;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	text-align: center;
}


a {
	color: #000000;
}

a img {
	border: 0px;
}	

table, td {
	font-size: 14px;
}

td {
	color: #000000;
}

div.container {
	width: 100%;
	min-width: 960px;
	margin: auto;
	text-align: left;
}

div.header {
	margin-left: 145px; 
	margin-top: 30px;
}

.fleft {
	float: left;
}

.cb {
	clear: both;
}

h1 {
	font-family: Verdana, Sans-serif;
	font-size: 18px;
	color: #17b1f1;
	margin-top: 0px;
}

div.navcontainer {
	float: left; 
	width: 10%;
	text-align: right; 
	padding: 5px; 
	padding-top: 15px;
	font-size: 12px;
}

div.navitem {
	margin-bottom: 10px;
}

div.navitem a {
	text-decoration: none;
	color: #17b1f1;
}

div.navitem a:hover {
	text-decoration: underline;
	color: #000000; 
}

div.navcontainer div.active {
	
}

div.active a {
	color: #000000;
}

div.contentcontainer {
	float: left; 
	display: inline-block;
	width: 50%; 
	padding:5px; 
	padding-top: 10px;
	padding-left: 15px;
}

body#content div.contentcontainer {
	width: 80%;
}

table th {
	color: #FFFFFF;
}

.productbox {
	margin: 10px;
	display: inline-block;
}

.productblock {
	margin-bottom: 20px;
}


div.productblock p {
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

p.productname a {
	font-size: 14px;
	font-weight: bold;
}

div.rightcontainer {
	display: inline-block;
	width: 320px; 
	padding-left: 10px;
}

div.bubble {
	width: 290px;
	background-color: #cdeffb; 
	font-style: italic;
	font-weight: bold;
}

div.bubble div.comment {
	margin-left: 20px;
	margin-right: 15px;
}

div.bubbleb {
	height: 46px;
	width: 290px;
	background-image: url('images/sbbottom.png');
	background-repeat: no-repeat;
	font-size: 11px;
	padding-top: 20px;
	padding-left: 10px;
}

div.bubbleb a {
	color: grey;
	text-decoration: none;
}


div.sm {
	margin-top: 5px;
	color: grey;
	font-size: 11px;
}

div.sm a {
	color: grey;
	font-size: 11px;
}


div.swoosh {
	height: 74px;
	background-image: url('images/swoosh.jpg'); 
	background-repeat: no-repeat;
}

div.footer {
	color: grey; 
	padding-left: 150px;
}

div.footer a {
	color: grey;
}

div.footer .left {
	float: left;
}

div.footer .right {
	font-size: 10px;
	float: right;
}
