@charset "utf-8";
/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image:url(/images/img01.jpg);
background-repeat:repeat-x;
font-size: 13px;

}

 body, p, li {
	font-size: 13px;
}

h1, h2 {
	font-weight: bold;
	font-size: 19px;
	color: #000000;
}

h2 .date {
font-weight: normal;
font-size: 11px;
}

#wrapper {
width: 850px;
margin: 0px auto;

padding: 0px;
}

div#navbar {
/* margin-left: 140px; */
}

#menu li a {
font-weight: bold;
font-size: 11px;
} 

#content {
	width: 100%;
	background: #fff url(/images/contentBG.gif) repeat-y;
	height: 500px;
	overflow: show;
}

div>#content {
	min-height: 400px;
	height: auto;
}

#copy {
	
	line-height: 1.5em;
}

.bodytext {
	padding: 10px 11px 10px 10px;

}

div#footer {
	clear: both;
	color: #FFFFFF;
}

div#footer a {
	color: #fff;
}
div#footer a:hover {
	color: #ff9900;
}

#productlist li {
display: inline;
padding-right: 10px;
}

.img { 

}

.img2 {
padding-left: 15px;
padding-right: 15px;
border: none;
}

.img3 {
padding-left: 10px;
padding-right: 25px;
padding-top: 15px;
padding-bottom: 2px;
border: none;
}

.img4 {
padding-left: 10px;
padding-right: 25px;
padding-top: 15px;
padding-bottom: 120px;
border: none;
}

div#sidebar p {
font-size: 12px;
}

div#sidebar {
	margin-right: 10px;
	margin-left: 15px;

	float:right;
	width: 180px;

	background-image:url(/images/sideBarBG.gif);
	background-repeat:repeat-y;
	background-color:#FFF;
	font-size: 12px;
}


div#sidebar a {
	display: block;
	margin: 0px 0px 10px 5px;
	line-height: 1.2em;
}

div#products ul li{
display: inline;
}

#footer {
	padding: 0px 5px 5px 5px;
	background-image:url(/images/footbg.jpg);
	background-repeat:no-repeat;
	background-position: 0 19px;
	height: 65px;
	text-align: center;

}

.footerCopy {
	line-height: 2em;
	font-size: .8em
}

.error {
	border: 3px double #c00;
	color: #c00;
	font-weight: bold;
	padding: 10px;
	background: #ffffcc;
	
}

#pictureViewer {
	display: block;
	margin: 0px auto;
	
}

.rightMenu {
	float: right; 
	width: 200px; 
	margin-bottom: 10px;
}

.leftMenu {
	float: left; 
	width: 200px; 
	margin-bottom: 10px;
}

.clear {
	clear:both;
}

.lProdImg {
	float: left;
	margin-right: 20px;
}

.block {
	display: block;
}

.sideBarMenuTitle {
	font-weight: bold;
	text-decoration: underline;
	margin-top: 10px;
	padding-left: 5px;
}

.movieClipHousing {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: 000;
}

.lImg {
	float: left;
	margin: 0px 20px 10px 0px;
}

/*============== store specific styles ==============*/

.productImage {
	float: left;
	margin: 0px 10px 5px 0px;
}

.loginForm {
	border: 1px solid #aaa;
}

.loginForm th {
	background: #ccc;
}

#login form {
	margin: 0px;
	padding: 0px;
}

#login {
	border: 1px solid #ccc;
	background: #BFE4F0;
	padding: 2px;
	
}

.loginTag {
	color: #666;
}


div>#login {
	margin-top: 30px;
}


#login .input {
	font-size: 10px;
	width: 100px;
	height: 12px;

}

#login .button {
	font-size: 10px;
}

.red {
	color: #900;
}

.productSummary {
	text-align: center;
}

.productSummary .pTitle {
	font-size: 15px;
	color: #000066;
	text-decoration: none;
}

.addCart {
	background: #eee;
	border: 1px solid #ddd;
	font-size: .9em;
}

.addCart th {
	color: #666;
	font-size: .8em;
	background: #eee;
	padding: 0px;
}

.addCart th, .addCart td {
	padding: 0px 2px;
}

.tkey {
	text-align: center;
	background: #fff;
}

.addCart input {
	font-size: .9em;
}

.addCart  .shipPrice {
	color: #666;
}

.categoryForm {
	margin: 0px;
}

.lineItem td{
	border-bottom: 1px dotted #ccc;
}

