* {
	margin: 0px;
	padding: 0px; 
}

body {
	background: #b2deeb; 
	font-family: century gothic, helvetica, sans-serif;
	font-size: small;
	color: #6e6f6f;
}
form {
}

a {
	color: #6e6f6f; 
	text-decoration: none;
	}

a img{
	border: none;
	}

h1 {
	font-size: 14pt;
	font-weight: bold;
	}
h4 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	}


#canvas0_1 img {
	border: none;
}

.content {
	background-color:#FFF;
}

.content-title {
	color: #b5121b;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	text-transform: lowercase;
}
.contentwrap {
	margin: 20px auto;
	width: 597px;
	background: url(images/content-mid.gif) repeat-y;
}
.contenttop {
	width: 597px;
	background: url(images/content-top.gif) top no-repeat;
}
.contentbott {
	width: 597px;
	background: url(images/content-bott.gif) bottom no-repeat;
	padding: 0 0 40px 0;
}

.contentbott p {
	color: #4db3d0;
	padding: 0 10px;
}


.searchbox {
	text-align: center;
	background: url(images/search.gif) top center no-repeat;
	padding: 15px 0 0 0;
	margin: 20px 0 0 0;	
}
.searchbox .searchinput {
	border: 1px #4db3d0 solid;
	margin: 0 0 7px 0;
}
.search-button {
	background: url(images/search_go.gif) no-repeat;
	width: 180px;
	height: 27px;
	border: none;
	cursor: pointer;
	}
	
.clear {clear: both;}

.tinytxt {
	font-size: 80%;
	line-height: 10px; 
}
.tinytxt input {
	font-size: 80%;
	line-height: 10px;
}
.tinytxt a {
}
.input-err { 
	background-color: red; 
}


#rap{
	width: 820px; 
	margin: 0 auto; 
}

#header{
	background: #fff url('images/header.gif') no-repeat;
	height: 62px; 
	position:relative;
	margin: 30px 0 0 0;
}

#cartnav{
	top: 15px; 
	left: 482px;
	height: 17px; 
	position: absolute;
}
#cartnav a {
	margin: 0 20px 0 0;
}
#cartnav a img{
	border-style:none;
}

#logo{
	text-indent: -9000px;
	width: 276px; 
	height: 49px;
	left: 0px;
	top: 0px;
	position: relative;
}
#logo h1{
	width: 276px; 
	height: 49px;
	cursor: hand;
	cursor: pointer;
}

#sitemain {
	width: 820px;
	min-height: 450px;
}

.leftside {
	background-color:#b2deeb;
	width: 180px; 
	float: left;
	padding: 0 0 0 4px;
}
.rightside {
	width: 630px; 
	float: left;
}

#bottomnav{
	background: transparent url(images/footer.gif) no-repeat;
	width: 820px;
	height: 70px;
	position: relative;
	text-align: right;
	padding: 7px 0 0 0;
}
#bottomnav a {
	text-decoration: none;
	margin: 0 10px 0 5px;
}
#bottomnav a img{
	border-style: none;
}

#bottomnav .siteinfo {
	margin: 10px 0 0 10px;
	width: 80%;
	float: left;
	font-size: 100%;
	color: #b5121b;
}

#bottomnav .siteinfo p {
	text-align: left;
}

#bottomnav .siteinfo a {
	color: #b5121b;
}

#bottomnav:after{
display:block;
height:0px;
content: ' ';
clear:both;
}

.homelink {
	top: 30px;
	left: 772px;
	height: 35px;
	width: 40px;
	cursor: pointer;
	position: absolute;
	text-indent: -9000px;
}

.footer {
	width: 820px;
	text-align: center;
	color: #4db3d0;
}
.footer span {
	font-size: 90%;
}
.footer p {
	line-height: 20px;
}
.footer a {
	color: #4db3d0;
}


