body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 100%;
	background-color: #ffffff;
	color: #666666;
}

a {
	color: #0d5ea5;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#headerouter {
	position: relative;
	width: 100%;
	text-align: center;
	left: 0px;
	top: 0px;
}

#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 126px;
	padding: 0;
	font-size: 0.7em;
}

#header .logo {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	height: 126px;
	width: 250px;
	margin: 0px;
	padding: 0px;
}

#header .basket {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	height: 126px;
	width: 235px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	background-image: url(/assets/images/header/basket_bg.gif);
	background-repeat: repeat-x;
}

#header .inyourbasket {
	position: relative;
	top: 40px;
	right: 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width: 100%;
	text-align: right;
}

#header .baskettext {
	background-image: url(/assets/images/header/basket_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 0px 15px;
}

#header .baskettext a {
	font-weight: normal;
}

#header .login {
	position: relative;
	float: none;
	top: 0px;
	right: 0px;
	width: 100%;
	display: block;
	text-align: right;
	margin: 50px 0px 0px 0px;
}

#header .register {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	width: 100%;
	text-align: right;
	margin: 5px 0px 0px 0px;
}

#navbarouter {
	background-image: url(/assets/images/nav/bg.gif);
	background-repeat: repeat-x;
	height: 33px;
	text-align: center;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 100%;
}

#navbar {
	position: relative;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	z-index: 1;
}

#navbar ul {
	position: relative;
	list-style: none;
	display: inline;
	height: 33px;
	line-height: 33px;
	vertical-align: middle;
}

#navbar ul li {
	list-style: none;
	display: inline;
}

#navbar ul li a {
	list-style: none;
	display: inline;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 35px 0px 35px;
	margin: 0;
	font-weight: bold;
	font-size: 0.7em;
	border-left: 1px solid #ffffff;
	float: left;
}

#navbar ul li.last a {
	list-style: none;
	display: inline;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 35px 0px 35px;
	margin: 0;
	font-weight: bold;
	font-size: 0.7em;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	float: left;
}

#navbar ul li a:hover {
	color: #4ba9e2;
	text-decoration: none;
	font-weight: bold;
}

#maincontentouter {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	min-height: 600px;
	z-index: 1;
}

/* Fix IE. Hide from IE Mac \*/
* html #maincontentouter {
	height: 600px;
}

/* End */

#maincontent {
	position: relative;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	top: 28px;
	font-size: 0.7em;
	text-align: left;
}

#leftcolumn {
	position: relative;
	float: left;
	width: 163px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
}

#rightcolumn {
	position: relative;
	float: right;
	width: 573px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	top: 0px;
	text-align: left;
}

.sidebox {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 163px;
	padding: 0;
	margin: 0;
	background-image: url(/assets/images/leftcolumn/box_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #aad9f6;
	display: block;
}

.sidebox img {
	display: block;
	margin-bottom: -2px;
	padding: 0;
	float: left;
	width: 163px;
	top: 0px;
	left: 0px;
}

.sidebox h1 {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 153px;
	padding: 10px 0px 5px 10px;
	margin: 0;
	font-size: 1.1em;
	text-transform: uppercase;
	border-bottom: 1px solid #ffffff;
}

.sidebox p {
	padding: 2px 9px 2px 9px;
	margin: 2px 0px 2px 0px;
	width: 145px;
	float: left;
}

.sidebox ul {
	position: relative;
	padding: 5px 0px 0px 9px;
	margin: 5px 0px 0px 0px;
}

.sidebox ul li {
	list-style: none;
	color: #666666;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 3px 0px 0px 10px;
	width: 135px;
	background-image: url(/assets/images/leftcolumn/list_image.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.sidebox ul li a {
	color: #666666;
	text-decoration: none;
	display: block;
}

.sidebox ul li a:hover {
	color: #0d5ea5;
	text-decoration: none;
	font-weight: bold;
}

.sidebox ul li ul li {
	list-style: none;
	color: #666666;
	font-weight: bold;
	float: left;
	margin: 0px 0px 0px -5px;
	padding: 3px 0px 0px 10px;
	width: 115px;
	background-image: url(/assets/images/leftcolumn/list_image.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.sidebox ul li ul li a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.sidebox ul li ul li a:hover {
	color: #0d5ea5;
	text-decoration: none;
	font-weight: normal;
}

.homepagetop {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 572px;
	margin: 0px 0px 15px 0px;
	padding: 0;
}

.homepagetop .bigfeature {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 572px;
	height: 300px;
	text-align: right;
}

#flashbanner {
	position: absolute;
	float: left;
	left: 0px;
	top: 0px;
	width: 572px;
	height: 295px;
	margin: 0px;
	padding: 0;
	z-index: -10;
}

.homepagetop .bigfeature p {
	float: right;
	right: 0px;
	top: 100px;
	position: relative;
	text-align: left;
	width: 275px;
}

.homepagetop .bigfeature a {
	float: right;
	text-align: right;
	color: #ec2700;
}

.homepagetop .bigfeature a:hover {
	color: #666666;
}

.homepagetop .smallfeature {
	position: absolute;
	float: right;
	top: 180px;
	right: 0px;
	margin: 0;
	padding: 0;
	width: 275px;
	text-align: left;
}

.homepagetop .smallfeature .image {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 104px;
}

.homepagetop .smallfeature .text {
	float: right;
	position: relative;
	right: 0px;
	top: 0px;
	text-align: left;
	width: 160px;
}

.homepagetop .smallfeature p {
	width: 160px;
	right: 0px;
	top: 0px;
	position: relative;
	text-align: left;
}

.homepagetop .smallfeature a {
	float: right;
	text-align: right;
	color: #0d5ea5;
}

.homepagetop .smallfeature a:hover {
	color: #666666;
}

#homepagebottom {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 572px;
	height: 120px;
	margin: 20px 0px 0px 0px;
	padding: 0;
	display: block;
	background-image: url(/assets/images/home/diamonds.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#homepagebottom .diamondtext {
	position: relative;
	float: left;
	width: 375px;
}

#homepagebottom .diamondlink {
	position: relative;
	float: right;
	top: 80px;
}

#homepageshapes {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 572px;
	height: 120px;
	margin: 20px 0px 0px 0px;
	padding: 0;
	display: block;
}

#homepageshapes .fulltext {
	position: relative;
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
}

#homepageshapes .diamondshapes {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

.pageimage {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 10px 10px 10px 0px;
	padding: 0;
}

.maintitle {
	border-bottom: 1px solid #c8e4f5;
	width: 100%;
	display: block;
	float: left;
	position: relative;
	height: 13px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	background-image: url(/assets/images/titles/call_us.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.maintitleblank {
	border-bottom: 1px solid #c8e4f5;
	width: 100%;
	display: block;
	float: left;
	position: relative;
	height: 13px;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.small {
	font-weight: bold;
	text-align: center;
}

.price {
	font-weight: bold;
	color: #0d5ea5;
	text-align: center;
}

.oldprice {
	font-weight: bold;
	color: #0d5ea5;
	text-align: center;
	text-decoration: line-through;
}

.saleprice {
	font-weight: bold;
	color: #6ab9e9;
	text-align: center;
}

.frmbutton {
	border: 1px solid #3f3f3f;
	background-image: url(/assets/images/forms/button_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #07467c;
	font-size: 0.85em;
	font-weight: bold;
	padding: 1px 2px 1px 2px;
	text-transform: uppercase;
}

.frmtextarea {
	border: 1px solid #3f3f3f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.85em;
	padding: 2px 0px 3px 3px;
	position: relative;
}

.buyfrmbutton {
	background-image: url(/assets/images/misc/buy_button_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #3f3f3f;
	width: 90px;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 2px 2px 4px;
	margin: 2px;
	font-size: 0.8em;
}

.detailsfrmbutton {
	background-image: url(/assets/images/misc/details_button_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #3f3f3f;
	width: 90px;
	text-align: left;
	color: #07467c;
	font-weight: bold;
	padding: 2px 2px 2px 4px;
	margin: 2px;
	font-size: 0.8em;
}

.addbasketfrmbutton {
	background-image: url(/assets/images/misc/buy_button_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #3f3f3f;
	width: 140px;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 2px 2px 4px;
	margin: 2px;
	font-size: 0.8em;
}

.addwishfrmbutton {
	background-image: url(/assets/images/misc/details_button_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #3f3f3f;
	width: 140px;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 2px 2px 4px;
	margin: 2px;
	font-size: 0.8em;
}

.homeproduct {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 25px 0px 15px 0px;
	padding: 0;
}

.homeproduct .image {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 100px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.homeproduct .info {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width: 220px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.homeproduct .buttons {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width: 200px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: left;
}

.product {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 175px;
	margin: 10px 5px 10px 5px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	border-right: 1px solid #c8e4f5;
	border-bottom: 1px solid #c8e4f5;
	text-align: center;
	height: 275px;
}

.product a {
	color: #666666;
}

.product a:hover {
	color: #0d5ec5;
}

.product img {
	position: relative;
	float: none;
	display: block;
	top: 0px;
	left: 0px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.product .info {
	position: relative;
	float: none;
	left: 0px;
	top: 0px;
	width: 155px;
	height: 60px;
	margin: 0px;
	padding: 10px;
}

.product .info h1 {
	color: #666666;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 0px;
	min-height: 32px;
	text-transform: uppercase;
}

.product .buttons {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0;
	text-align: center;
}

.category {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 175px;
	margin: 10px 5px 10px 5px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	border-right: 1px solid #c8e4f5;
	border-bottom: 1px solid #c8e4f5;
	text-align: center;
}

.category .image {
	position: relative;
	float: none;
	display: block;
	top: 0px;
	left: 0px;
	width: 175px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.category .info {
	position: relative;
	float: none;
	left: 0px;
	top: 0px;
	width: 155px;
	height: 40px;
	margin: 0px;
	padding: 10px;
}

#footerouter {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 40px 0px 0px 0px;
	padding: 0px;
	width: 100%;
}

#footer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 20px;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	font-size: 0.6em;
	padding: 8px 0px 20px 0px;
	display: block;
	border-top: 1px solid #c8e4f5;
	position: relative;
	float: none;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

#breadcrumb {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0px 0px 15px 0px;
	width: 100%;
}

#breadcrumb .links {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 55%;
	text-align: left;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

#breadcrumb .formbox {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	width: 45%;
	text-align: right;
}

.hidden {
	display: none;
}

.paging {
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
}

.paging a {
	border: 1px solid #3f3f3f;
	background-image: url(/assets/images/forms/button_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #07467c;
	font-size: 1em;
	font-weight: bold;
	padding: 1px 6px 2px 6px;
	text-transform: uppercase;
}

.paging a:hover {
	color: #ffffff;
}

.paging .perpage {
	position: relative;
	float: left;
	width: 40%;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.paging .links {
	position: relative;
	float: right;
	width: 50%;
	right: 0px;
	top: 0p;x
	margin: 0;
	padding: 0;
	text-align: right;
}

.detail {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	width: 100%;
	border: 1px solid #c8e4f5;
}

.detail .image {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	width: 235px;
	text-align: center;
}

.detail .info {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	text-align: left;
	padding: 0;
	margin: 20px 0px 0px 0px;
	width: 335px;
	display: block;
}

.detail .info p {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 8px 0px 8px 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -1px;
	color: #07467c;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #c8e4f5;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #0d5ea5;
}

.lightblue {
	color: #4ba9e2;
}

.zoomin {
	width: 45px;
	height: 15px;
	position: absolute;
	float: left;
	right: 20px;
	top: 125px;
	padding: 0px;
	margin: 0px;
}

.largeproductimage {
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	height: 450px;
	padding: 125px 0px 0px 0px;
	margin: 0;
	border: 1px solid #c8e4f5;
	z-index: 100;
}

.closelarge {
	position: absolute;
	float: right;
	right: 10px;
	top: 10px;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

.closelarge a {
	background-image: url(/assets/images/misc/close_icon.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 18px 0px 0px;
}

.email {
	width: 100%;
	position: relative;
	float: left;
	left: 0px;
	top: 2px;
	padding: 0;
	margin: 0px 0px 6px 0px;
	font-size: 0.8em;
}

.email a {
	background-image: url(/assets/images/misc/email.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 18px;
	margin-left: -9px;
}

#checkoutprocess {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 15px 0px 15px 0px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	text-align: center;
}

#checkoutprocess a {
	font-weight: normal;
}

#checkoutprocess ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#checkoutprocess li {
	list-style: none;
	display: inline;
	border: 1px solid #caebff;
	padding: 4px 9px 4px 9px;
	margin: 0px 10px 0px 10px;
	color: #c1c1c1;
}

#checkoutprocess li a {
	color: #666666;
}

#checkoutprocess li.complete {
	border: 1px solid #c8e4f5;
	color: #0d5ea5;
}

#checkoutprocess li.complete a {
	color: #0d5ea5;
}

#checkoutprocess li.complete a:hover {
	color: #0d5ea5;
}

#checkoutprocess li.active {
	border: 1px solid #c8e4f5;
	color: #0d5ea5;
	font-weight: bold;
	background-color: #caebff;
}

#checkoutprocess li.active a {
	color: #0d5ea5;
	background-color: #caebff;
}

#checkoutprocess li.active a:hover {
	color: #666666;
	background-color: #caebff;
}

.checkouttable {
	position: relative;
	float: left;
	left: 0;
	top: 0;
	margin: 0px 0px 15px 0px;
	padding: 0;
	width: 100%;
}

table {
	margin-bottom: 15px;
}

.tablecelldark {
	background-color: #caebff;
	padding: 4px;
	font-weight: bold;
}

.tablecelldark a {
	color: #666666;
	text-decoration: none;
}

.tablecelldark a:hover {
	color: #0d5ea5;
	text-decoration: underline;
}

.tablecelllight {
	background-color: #ffffff;
	border-bottom: 1px solid #eaeaea;
	padding: 2px;
}

.paymentcards {
	width: 268px;
	float: left;
	position :relative;
	left: 0px;
	top: 30px;
	margin: 0;
	padding: 0;
}

.basketbuttons {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.basketbuttons ul {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

.basketbuttons li {
	background-image: url(/assets/images/misc/buy_button_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #3f3f3f;
	width: 150px;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 4px 4px 4px;
	margin: 4px 0px 4px 0px;
	font-size: 1em;
	display: block;
}

.basketbuttons li.proceed {
	background-image: url(/assets/images/misc/details_button_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #3f3f3f;
	width: 150px;
	text-align: left;
	color: #07467c;
	font-weight: bold;
	padding: 3px 4px 4px 4px;
	margin: 4px 0px 4px 0px;
	font-size: 1em;
	display: block;
	text-transform: uppercase;
}

.basketbuttons li.proceed a {
	color: #07467c;
}

.basketbuttons li a {
	color: #ffffff;
	text-decoration: none;
}

.basketbuttons li a:hover {
	color: #caebff;
	text-decoration: none;
}

.fullwidth {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0;
	margin: 0px 0px 15px 0px;
}

.fullwidth img {
	float: left;
	margin: 10px 10px 10px 0px;
	padding: 0;
}

.row {
	width: 100%;
	display: block;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.row .label {
	width: 40%;
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0px 0px 8px 0px;
	text-align: right;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

.row .formelement {
	width: 55%;
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	padding: 0;
	margin: 0px 0px 8px 0px;
	text-align: left;
	font-weight: normal;
	line-height: 20px;
	vertical-align: middle;
}

hr {
	width: 100%;
	height: 1px;
	color: #ffffff;
	border-top: 1px solid #c8e4f5;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	float: left;
	position: relative;
}

.telephone {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.wizardinfo {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	padding: 10px 10px 10px 152px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #c8e4f5;
	background-image: url(/assets/images/wizard/build.jpg);
	background-repeat: no-repeat;
	min-height: 127px;
}

.otherinfo {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #c8e4f5;
	width: 96%;
	display: block;
	overflow: hidden;
}

.otherinfo img {
	display: block;
	float: none;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0;
}

.certifiedinfo {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	padding: 60px 10px 10px 212px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #c8e4f5;
	background-image: url(/assets/images/wizard/diamond.jpg);
	background-repeat: no-repeat;
	min-height: 127px;
	width: 350px;
}

.diamondshape {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0px 0px 10px 0px;
}

.diamondshape img {
	float: none;
	padding: 10px;
}

.setting {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 80px;
}

.setting p {
	text-align: center;
	padding: 0px 8px 16px 8px;
	margin: 0px;
	font-weight: bold;
}

.setting input {
	position: absolute;
	float: left;
	left: 38px;
	top: 85px;
}

.aboutus {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	padding: 10px 10px 10px 295px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #c8e4f5;
	background-image: url(/assets/images/misc/store_white.jpg);
	background-repeat: no-repeat;
	min-height: 127px;
}

#seomain {
	position: relative;
	font-size: 0.7em;
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	left: 0px;
	top: 0px;
	width: 750px;
}

#seocenter {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	padding-bottom: 50px;
	width: 760px;
	top: 800px;
}

#seoouter {
	position: relative;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	top: 28px;
	font-size: 0.7em;
	text-align: left;
}

#seoouter img {
	float: left;
	margin: 0px 10px 5px 0px;
}

#seoleft {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 10px;
	width: 46%;
	border: 1px solid #c8e4f5;
}

#seoright {
	position: relative;
	float: right;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 10px;
	width: 46%;
	background-color: #caebff;
}

#seoright div {
	display: block;
	margin: 0 0 6px 0;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #97a8bb;
}

#seoright div img {
	border: 2px solid #ccc;
}

.otherimages {
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 235px;
	text-align: center;
}

.otherimages img {
	border: 1px solid #c8e4f5;
	padding: 4px;
}

form {
	margin: 0;
	padding: 0;
}

.callustext {
	color: #4ba9e2;
	font-weight: bold;
}

.testimonial {
	position: relative;
	float: left;
	width: 552px;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	background-color: #c8e4f5;
	font-size: 150%;
	letter-spacing: -1px;
}

.sellingpoints {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 572px;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -1px;
	color: #07467c;
	padding: 0;
	margin: 10px 0px 10px 0px;
}

.sellingpoints p {
	margin: 0;
	padding: 0px 0px 15px 0px;
}

.sellingpoints .left {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 186px;
	height: 120px;
	padding: 15px 75px 15px 15px;
	margin: 0;
	background-image: url(/assets/images/home/callus_bg.jpg);
	background-repeat: no-repeat;
}

.sellingpoints .right {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width: 246px;
	height: 120px;
	padding: 15px;
	margin: 0;
	background-image: url(/assets/images/home/selling_bg.jpg);
	background-repeat: no-repeat;
}

.sellingpoints .right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sellingpoints .right ul li {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 15px;
	background-image: url(/assets/images/home/ticks.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.sellingpoints .bigtext {
	font-size: 110%;
}

.specialdiscount {
	position: absolute;
	top: 0px;
	right: 10px;
	margin: 0;
	padding: 0;
	width: 69px;
	height: 69px;
	z-index: 100;
}

.underline {
	text-decoration: underline;
	font-weight: bold;
}

.diamondcut {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 10px 0px 0px 0px;
	padding: 0;
	width: 100%;
	height: 20px;
	display: block;
}

.diamondcut ul {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	display: block;
	height: 25px;
}

.diamondcut ul li {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 4px 0px 0px 0px;
	display: inline;
	list-style: none;
}

.diamondcut ul li a {
	padding: 2px 15px 2px 15px;
	margin: 0px 1px 0px 1px;
	background-color: #ffffff;
	color: #0d5ec5;
	border: 1px solid #caebff;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

.diamondcut ul li.current a {
	background-color: #0d5ec5;
	color: #ffffff;
}

.diamondcut ul li a:hover {
	background-color: #caebff;
	color: #0d5ec5;
}

.diamondcuttable {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	width: 550px;
	display: block;
	border: 1px solid #caebff;
}

.diamondshapes {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
}

.diamondshapes ul {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.diamondshapes ul li {
	position: relative;
	display: inline;
	float: left;
	left: 0px;
	top: 0px;
	margin: 5px;
	padding: 0;
	list-style: none;
	width: 66px;
	height: 110px;
	font-size: 0.9em;
}

.searchchanger {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-color: #caebff;
	width: 550px;
}

.fullwidtharea {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 572px;
	height: 120px;
	margin: 20px 0px 0px 0px;
	padding: 0;
	display: block;
}

.pageintro {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 552px;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	display: block;
	border: 1px solid #caebff;
	font-size: 0.9em;
}