body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
body {
	background-image:url(../pageStyle/bg.png);
	background-repeat: repeat-x;
	background-color: #94e7ff;
}
table
{
border-collapse:collapse;
}
table, td, th
{
border-left:1px solid #999;
border-right:1px solid #999;
border-bottom:1px solid #999;
text-indent: 5px;
}

h1 {
	color: #F00;
	font-size:12px;
}

a img {
	border: none; 
}

a {
	font-size: 12px;
	color: #F00;
}
a:link {
	text-decoration: none;
	color: #F00;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}

.viewButton {
	width: 160px;
	min-width:160px;
	max-width: 160px;
	height: 20px;
	line-height: 18px;
	color: #FFF;
	outline: none;
	border: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	background-image: url(../pageStyle/buttonBG.png);
	margin-top: 2px;
	cursor: pointer;
}

.shopping {
	font-size: 13px;
}

.shoppingAmount {
	font-weight:200;
	color: #F00;
}

.rounded {
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

#rollingImage {
	height: 400px;
	max-height: 400px;
	width: 880px;
	min-width: 880px;
	max-width: 880px;
	background-color:#fff;
	float: left;
	overflow: hidden;
	background-repeat: no-repeat;
}
#roller {
	height:400px;
	max-height: 400px;
	min-width: 880px;
	max-width: 880px;
	width: 880px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#headContainer {
	min-width: 100%;
	height: 147px;
	min-height: 147px;
	max-height: 147px;
	background-image:url(../pageStyle/headBG.png);
	background-position:center;
	background-repeat: no-repeat;
}

#container {
	width: 920px;
	min-width: 920px;
	max-width: 920px;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
	
}

#containerIn {
	width: 900px;
	min-width: 900px;
	max-width: 900px;
	padding-right: 20px;
	background: #FFF;
	float: left;
}

#mainHolder {
	width: 160px;
	max-width: 160px;
	min-width: 160px;
	height: 200px;
	min-height: 200px;
	max-height: 200px;
	padding-bottom: 20px;
	float: left;
}

#imageSpace {
	width: 20px;
	max-width: 20px;
	min-width: 20px;
	height: 220px;
	min-height: 220px;
	max-height: 220px;
	float:left;
	
}

#imageHolder {
	min-width: 160px;
	max-width: 160px;
	max-height: 160px;
	min-height: 160px;
	overflow: hidden;
	float: left;
}

#titles {
	height: 20px;
	max-height: 20px;
	min-height: 20px;
	min-width: 160px;
	max-width: 160px;
	min-width: 160px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 900;
}
#viewtitles {
	height: 20px;
	max-height: 20px;
	min-height: 20px;
	min-width: 160px;
	max-width: 160px;
	min-width: 160px;
	float: left;
}

#menu {
	width: 880px;
	min-width: 880px;
	max-width: 880px;
	padding-left: 20px;
	height:40px;
	background: #FFF;
}

/* all form DIVs have position property set to relative so we can easily position newly created SPAN */
form div{position:relative;} 

/* setting the width and height of the SELECT element to match the replacing graphics */
select.select{
    position:relative;
    z-index:10;
    width:160px !important;
    height:26px !important;
    line-height:26px;
	outline: none;
	cursor: pointer;
	float: right;
	background: #FFF;
}
	
#overlay {
     position: fixed;
     left: 0px;
     top: 0px;
     width:100%;
     height:4000px;
     z-index: 1000;
	 background-image: url(../pageStyle/trans.png);
	 visibility:hidden;
}
#overlayDiv {
     width:860px;
	 height: 340px;
     margin: 100px auto;
     background-color: #fff;
     padding:20px;
	 color:#666;
	 border: #BBB solid 1px;
}

#overlayAbout {
     position: fixed;
     left: 0px;
     top: 0px;
     width:100%;
     height:4000px;
     z-index: 1000;
	 background-image: url(../pageStyle/trans.png);
	 visibility:hidden;
}
#overlayAboutDiv {
     width:860px;
	 height: 340px;
     margin: 100px auto;
     background-color: #fff;
     padding:20px;
	 color:#666;
	 border: #BBB solid 1px;
}

#overlayContact {
     position: fixed;
     left: 0px;
     top: 0px;
     width:100%;
     height:4000px;
     z-index: 1000;
	 background-image: url(../pageStyle/trans.png);
	 visibility:hidden;
}
#overlayContactDiv {
     width:860px;
	 height: 340px;
     margin: 100px auto;
     background-color: #fff;
     padding:20px;
	 color:#666;
	 border: #BBB solid 1px;
}

#overlaySizes {
     position: fixed;
     left: 0px;
     top: 0px;
     width:100%;
     height:4000px;
     z-index: 1000;
	 background-image: url(../pageStyle/trans.png);
	 visibility:hidden;
}
#overlaySizesDiv {
     width:860px;
	 height: 340px;
     margin: 100px auto;
     background-color: #fff;
     padding:20px;
	 color:#666;
	 border: #BBB solid 1px;
}
#overlayAlert {
     position: fixed;
     left: 0px;
     top: 0px;
     width:100%;
     height:4000px;
     z-index: 1000;
	 background-image: url(../pageStyle/trans.png);
	 visibility:hidden;
}
#overlayAlertDiv {
     width:860px;
	 height: 340px;
     margin: 100px auto;
     background-color: #fff;
     padding:20px;
	 color:#666;
	 border: #BBB solid 1px;
}
#prods {
	width:880px;
	height: 320px;
	min-width: 880px;
	max-width: 880px;
	min-height: 320px;
	max-height: 320px;
	overflow: hidden;
}
#galleryHold {
	height: 320px;
	min-height: 320px;
	max-height: 320px;
	width: 430px;
	min-width: 430px;
	max-width: 430px;
	float:left;
	
}

#imageLarge {
	min-width: 320px;
	max-width: 320px;
	min-height: 320px;
	max-width: 320px;
	background:#0CF;
	float: left;
}

#imageThumbs {
	min-width: 100px;
	max-width: 100px;
	min-height: 100px;
	max-height:100px;
	float: left;
	background:#0CF;
}
#thumbSpace {
	width: 100px;
	height: 10px;
	float: left;
}

#thumbHold {
	width: 100px;
	min-width: 100px;
	max-width: 300px;
	height: 320px;
	min-height: 320px;
	max-height: 320px;
	padding-right: 10px;
	float: left; 
	overflow: hidden;
}

#infoHold {
	height: 320px;
	min-height: 320px;
	max-height: 320px;
	padding-left: 20px;
	width: 430px;
	min-width: 430px;
	max-width: 430px;
	float: left;
}

#infoHolderSizes {
	height: 193px;
	min-height: 193px;
	max-height: 193px;
	padding-left: 20px;
	width: 820px;
	min-width: 820px;
	max-width: 820px;
	float: left;
	overflow: auto;
}

#mainInfo {
	height: 280px;
	min-height: 280px;
	max-height: 320px;
	width: 430px;
	min-width: 430px;
	max-width: 430px;
	float: left;
}

#purchase {
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	width: 430px;
	min-width: 430px;
	max-width: 430px;
}

#headInner {
	width:900px;
	height: 147px;
	margin-left:auto;
	margin-right:auto;
}

#headSide {
	height: 147px;
	min-height: 147px;
	max-height: 147px;
	width: 260px;
	min-width: 260px;
	max-width: 260px;
	float: left;
}

#headCenter {
	width: 380px;
	min-width: 380px;
	max-width: 380px;
	height:147px;
	min-height:147px;
	max-height: 147px;
	float: left;
}

#cart {
	height: 70px;
	width: 190px;
	float: left;
	padding-left: 10px;
	padding-top: 65px;
}

#cartAmount {
	height: 50px;
	width: 190px;
	float: left;
	background:#FFF;
}

#cartImage {
	height:40px;
	width: 40px;
	padding: 5px;
	float: left;
}
#cartInfo {
	height:40px;
	min-height: 40px;
	max-height: 40px;
	width: 130px;
	min-width: 130px;
	max-width: 130px;
	padding: 5px;
	float:left;
}
#cartTitle {
	height: 20px;
	width: 130px;
	max-height: 20px;
	min-height: 20px;
	max-width: 130px;
	min-width: 130px;
	overflow: hidden;
	float:left;
}
#cartCost {
	height: 20px;
	width: 130px;
	max-height: 20px;
	min-height: 20px;
	max-width: 130px;
	min-width: 130px;
	overflow: hidden;
	float:left;
}
#cartOptions {
	height: 20px;
	width: 135px;
	float: left;
	text-align: left;
	color:#FFF;
	padding-left: 55px;
}
#inCartInner {
	width:880px;
	min-width: 880px;
	max-width:880px;
	padding-left: 20px;
}
#linkAbout {
	float: right;
	color:#F00;
	font-size: 14px;
	cursor: pointer;
	line-height: 30px;
	padding-right: 20px;
}
#linkContact {
	float: right;
	color:#F00;
	font-size: 14px;
	cursor: pointer;
	padding-right: 20px;
	line-height: 30px;
}

#LogoHolder {
	width: 380px;
	height: 147px;
	padding-left: 240px;
	padding-right: 240px;
	
}

#infoHolder {
	width: 500px;
	padding-top: 10px;
	padding-left: 180px;
	padding-right: 180px;
}
#closeOver {
	float: right;
	height: 20px;
	text-align: right;
	cursor: pointer;
	font-size: 12px;
	color:#F00;
}