/* Ivel Stoneware CSS Document */


#mainwrapper {
	width: 750px;
	height: auto;
	background: transparent;
	margin: 0px auto;
	}
#contentwrapper {
	width:750px;
	height:auto;
	background: url("../commonimages/ivl-wrapperbg.gif") repeat-y  0 0 #ffffff;
	/*clear:both;
	display:table;*/
	}
#contentwrapinner {
	width:700px;
	background:#fff;
	/*text-align:center;*/
	margin: 0px auto;
	height:auto;
	border:0px solid green;
	}
#contentwrapperbase {
	width:750px;
	height:40px;
	background:url("../commonimages/ivl-wrapperbasebg.gif") no-repeat;
	display:block;
	}
/*----------------------------------------
html . no class or id . generic structure and text display
-------------------------------------------*/	
body {
	font-size: 68%; /* 62.5% , 80%*/
	font-family: Verdana, Arial, Helvetica, sans-serif;/*Verdana, Arial, Helvetica, sans-serif; Times, serif;*/
	background: url("../commonimages/ivl_bodybg.gif") repeat-x  0 -5px #ffffff;
	padding: 0px;
	color: #666;
	margin: 0px auto;
	text-align:center;
	}
table {
	font-size: 100%;
	margin: 0px;
	border: 0px none;
	border-spacing: 0px;
	}
tr,td,div {
	text-align:left;
	vertical-align: top;
	padding: 0px;
	border:0px none;
	font-size: 100%;
	}
h1 {
	font-size:1.6em;
	margin-top:10px;
	color: #03406D;
	}
h2 {
	font-size: 1.1em;
	margin-top:2px;
	margin-bottom:8px;
	line-height:auto;
	}	
h3 {
	font-size: 1.2em;
	margin-top:10px;
	margin-bottom:5px;
	}
h4 {
	font-size: 1.1em;
	}
h5 {
	font-size: 1.1em;
	margin:1px;
	}
h6 {
	font-size: 1.1em;
	}
img {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	}
a {
	color: #3D576B;
	text-decoration: underline;
	outline: none;
	}
a:hover {
	color: #999;
	text-decoration: none;
	}
p {
	text-align: left;
	vertical-align: top;
	line-height:1.4em;
	margin: 4px 0px 7px 0px;
	font-size:1em;
	}
ul {
	padding:0px;
	margin-left:20px;
	}

/*-----------------------------
header
-------------------------------*/
#header {
	margin: 0px auto 0px auto;
	width: 700px;
	height: 125px;
	background: #ffffff;
	align:center;
	text-align:left;
	/*border:1px dashed #ccc;*/
	}
img#logo {
	margin:10px 0 0px 10px;
	border:0px;
	display:inline;
	float:left;
	}
#header_right {
	display:inline;
	float:right;
	margin:75px 8px 0 0;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	color: #3D576B;
	}

.phone {
	height:18px;
	width:135px;
	display:block;
	background: url("../commonimages/ivl_phone.gif") no-repeat 0 50%;
	margin-bottom:5px;
	}
.email {
	height:18px;
	width:215px;
	display:block;
	background: url("../commonimages/ivl_email.gif") no-repeat 0 50%;
	}
.email a {
	text-decoration:none;
	}

/*--------------------------------
navigation
---------------------------------*/
#navbar {
	width: 700px;
	height:20px;
	margin: 0px auto 0px auto;
	background:#ffffff;
	text-align:center;
	display:table;
	border-bottom:5px solid #fff;
	}
#navbar ul {
	list-style: none;
	margin: 0px 0px 0px 6px;
	padding:0px;
	text-align: center;
	height:20px;
	}
#navbar li {
	float:left;
	height:20px;
	margin: 0px;
	border-right:5px solid #fff;
	padding:0px;
	background: #ccc;
	margin: 0px 0px 0px 0px;
	}
#navbar li a, #navbar li a:visited {
	width:168px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif; /*Verdana, Arial, Helvetica, sans-serif; Times, serif;*/
	text-decoration: none;
	font-weight:bold;
	border:0px;
	padding: 0px;
	line-height:20px;
	font-size:11px;
	}
#navbar li a:hover {
	text-decoration: none;
	background:#3D576B;
	color:#fff;
	}
/*end navigation*/

/*------------------------
title images
-------------------------*/
.titleimage {
	width:688px;
	height:150px;
	border:none;
	margin: 0px auto 15px auto;
	display:table;
	clear:both;
	text-align:center;
	}
#titleimg_1 {
	background: url("../commonimages/wetslatebg-rounded.jpg") no-repeat 0px -145px;
	}

/*-------------------------
common
---------------------------*/
.hidden {
	visibility:hidden;
	overflow:hidden;
	}
.throw {
	position:absolute;
	left:-9999px;
	top:0px;
	width:0px;
	height:0px;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
	}
.leftcol {
	float:left;
	width:440px;
	margin-left:20px;
    display:inline;/*ie fix for double margins*/
	}
.leftcol a{
	text-decoration:none;
	}
.rightcol {
	float:right;
	height:225px;
	width:230px;
	background:transparent ;
	border-right:6px solid #fff;
    display:inline;/*ie fix for double margins*/
	}
.rightcol img {
	margin-left: 5px;
	margin-bottom: 5px;
	padding:0px;
	float:left;
	border:5px solid #3D576B;
	display:inline;
	}
div.floatcontrol {
	clear:both;
	float:none;
	line-height:0px;
	font-size:0px;
	height:0px;
	overflow:hidden;
	/*background:green;*/
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
.bottomimages {
	width:688px;/*688*/
	margin-top:15px;
	border:0px dashed green;
	border-left:8px solid #fff;
	float:none;
	clear:both;
	}
.bottomimages img {
	display:inline;
	float:left;
	margin:0px 5px 0px 0px;
	border:5px solid #3D576B;
	}
img.lastimage {
	margin:0px 0px 0px 0px;
	}


/*----------------------------------------
product page
----------------------------------------*/
/*.productwraptop {
	width:688px;
	text-align:center;
	margin: 0 auto;
	background:url("../commonimages/wetslatebg.jpg") no-repeat 0 0;
	height:20px;
	}*/
.productwrapper {
	width:688px;
	text-align:center;
	margin: 0 auto 0px auto;
	background:url("../commonimages/wetslatebg.jpg") repeat 0 0;
	height:auto;
	border:0px solid red;
	padding-bottom:20px;
	overflow:hidden;/*makes it solid structure to be pushed by margins of contents, border of 1px or more does same.*/
	}
.productwrapinner {
	width:650px;
	height:220px;
	margin:20px auto 0px auto;
	background:#fff;
	text-align:center;
	}
.product {
	width:160px;
	height:200px;
	background:#fff;
	margin:10px 0 10px 10px;
	float:left;
	display:inline;
	border: 1px solid #ccc;
	}
.product img {
	margin:10px 5px;
	text-align:center;
	}
.productinfo {
	width:457px;
	height:200px;
	background:#fff;
	margin:10px 0 10px 10px;
	float:left;
	display:inline;
	border: 1px solid #ccc;
	}
.productinfo h1 {
	margin-left:10px;
	margin-bottom:10px;
	}
.productinfo h3 {
	margin-left:10px;
	}
.productinfo p {
	margin-left:10px;
	}
.productinfo ul {
	margin:0px 0px 5px 30px;
	}
.price {
	color:#006633;
	}	

/*-----------------------------------
footer
-----------------------------------*/
#footer {
	text-align:center;
	margin: 0 auto 10px auto;
	width:700px;
	clear:both;
	display:table;
	}
#footer p {
	font-size: 0.8em;
	margin:0px 0px 5px 0px;
	}
#footer ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding:0px;
	border:0px;
	}
#footer ul li {
	display:inline;
	}
#footer ul li a {
	margin-right:6px;
	margin-left:6px;
	}
.footerleft {
	float:left;
	display:inline;
	text-align:left;
	}
.footerright {
	float:right;
	display:inline;
	text-align:right;
	}
#judlink  {
	text-decoration:none;
	color:#999;
	display:inline-block;
	height:15px;
	font-size:11px;
	background:url("/commonimages/jud-link.gif") no-repeat left top ;
	padding-left:17px;
	}
#judlink:hover {
	background:url("/commonimages/jud-link.gif") no-repeat left bottom; color:#666;
	}

/****************************
printing style
*****************************/
@media print {
body {
	background-color: transparent; 
	font-family: Times, serif; /*Verdana, Arial, Helvetica, sans-serif;*/
	color: #000;
	}
}
