@charset "UTF-8";

body{
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	background-image: url(../images/Leather_background.png);
	background-repeat: repeat;
}
*{
	margin:0px;
	padding:0px;
}
.container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	margin-bottom:40px;
	
}
.header{
	margin-bottom:20px;
	padding-left:20px;
	height:45px;
	}
.intro{
	height:320px;
	background-image: url(../images/designer-cat-collars-header.png);
	padding-top: 20px;
	padding-left: 20px;
}
.panel{
	background-color: #FFFFFF;
	height: 500px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 120%;
	color:#c90278;
	letter-spacing:1px;
	
}
.red{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	color: red;
}

.scroll h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 120%;
	margin-bottom:15px;
	color:#c90278;
}

h2 {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	width: 370px;
	font-size: 17px;
	line-height: 120%;
	margin-top:6px;
	letter-spacing:1px;
}


/* Slider *******************************************************/

	

#slider {
	width: 800px;
	position: relative;
	float:left;
	margin-left:0px;
	margin-top:30px;
	background-color: #FFFFFF;
	
	
}


.scroll {
	height: 550px;
	width:800px;
	overflow: hidden;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	
	
}

.scrollContainer div.panel {
	padding: 20px;
	height:600px;
	width: 760px; /* change to 560px if not using JS to remove rh.scroll */
	
}
.scroll p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.price{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	margin-bottom:15px;
	display:inline;
}
.costs{
	
}
.buy{
	display:block;
	margin-bottom:15px;
}
.image{
	float: left;
	display:inline;
}
.info{
	float:left;
	background-color: #99CCFF;
}
.footer{
	height:20px;
	padding-top:25px;
	padding-left:5px;
	padding-right:5px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: top;
}
.footer p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	float:left;
		
}
.footer .links{
	color:#999999;
	float: right;
	
}
.footer .left p{
	width:200px;
}
.footer .links a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#999999;
	text-decoration:none;
	display:inline;
}
.footer .links a:hover{
	text-decoration:underline;
}

	
.linkbar {
	background-image: url(../images/linkbar.png);
	background-repeat: no-repeat;
	float: right;
	margin-top:15px;
	height: 46px;
	width: 425px;
	padding-top:5px;
	padding-left:25px;
}

.linkbar li{
	list-style-type: none;
	float:right;
	margin-right:20px;	
}
.linkbar a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.linkbar a:hover{
	color: #c90278;
	text-decoration: none;
}
.leftimage{
	float:left;
	
}
.info-header {
	background-image: url(../images/header.png);
	background-position: top;
	height: 20px;
}
.text{
	min-height:300px;
	background-color: #FFFFFF;
	padding-left:20px;
	padding-right:20px;
}
.text p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	width:500px;
}
.text a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#950159;
	text-decoration: none;
}
.text a:hover{
	color: #c90278;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 0px;
	font-weight: normal;
}
/* Form *******************************************************/
form {
  
  }

label {
	display:block;
	
  }

.warning {
  color:#f00;
  font-weight:bold;
  }


.formbox{
	width:200px;
	
}
.box{
	float:left;
	margin-right:15px;
}
.formsection{
	margin-top:15px;
}

