/* Basic Styles and formatting */
* {
	margin:0px;
	padding:0px;
}
body {
	background:#fff;
	background-image:url(images/BlueToWhiteGradient.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	color: #222;
}
a:visited {
	color: #222;
}
a:hover {
	color: #666;
}
a:active {
	color:#999;
}

/* Wrap Div */
#wrap {
	margin:5px auto;
	width:900px;
}

/* Header Styles */
#header {
	background:url('images/header.png');
	height:170px;
	position:relative;
}
#header h1 {
	width:200px;
	float:left;
}
#header h1 img {
	margin:8px 0px 0px 20px;
	position:relative;
	z-index:1;
}
#description {
	float:right;
	width:400px;
	padding-right:25px;
	padding-top:25px;

}
#description img {
	position:relative;
	z-index:1;
}
#dog {
	width:495px;
	height:63px;
	margin-top:20px;
}
#spec {
	width:495px;
	height:35px;
	margin-top:0px;
}
#hot {
	width:495px;
	height:56px;
}

/* Nav styles */
#nav {
	height:25px;
	background:#000;
	text-align:center;
	margin:-1px auto auto 6px;
	width:890px;
}
#nav ul {
	list-style-type:none;
	text-align:center;
	margin:auto;
}
#nav li {
	float:left;
	margin:0px;
	padding:0px;
	width:auto;
}
img#home {
	width:49px;
	height:18px;
}
#nav li a{
	display:block;
	margin:-10px 20px;
	padding:0px;
}
#nav li a img{
	border:0px;
}
#nav li a img.myimg{
	
	height:18px
}

/* Content Styles */
#content {
	border-left:4px solid #000;
	border-right:4px solid #000;
	border-bottom:3px solid #000;
	margin:-2px auto auto 6px;
	width:742px;
	padding:50px 70px 50px 70px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
.style1 {
	font-size: 10px;
}
.style2 {
	font-size: 10px;
}
.style3 {
	font-size: 12px;
}
.gap {
	margin-top:15px;
}
.gap_big {
	margin-top:35px;
}
ul.style3{
	margin:15px auto auto 40px;
}
.center {
	text-align:center;
}

/* Footer Styles */
#footer {
	clear:both;
	height:50px;
	margin:auto auto auto 5px;
	background:url('images/footer.png') repeat-x;
	height:180px;
	position:relative;
	width:99%;
}
#call {
	width:690px;
	height:24px;
	margin-top:15px;
}
#num {
	width:679px;
	height:90px;
	margin:-5px 0px 0px 12px;
}
#logo
{
	padding-top:-1px;
	text-align:center;
	padding-left:28px;
	background-color:#000;
}
