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

body {
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		background-color:#CC0000;
		margin:0;
		padding:0;
}

h1 {
	color:#101010;
	font-size:25px;
	text-align:center;
	line-height:28px;
	
	}
p {
	line-height:18px;
}
#container {
	margin:0 auto;
	width:750px;
	background-color:#FFF;
}

#header {
	background:url(images/logo.gif) left no-repeat #CC0000;
	height:100px;
	padding:0 0 15px 0;
}

#navPyra {
	margin: 0;
	padding: 0 0 13px 10px;
	border-bottom: 1px solid #9FB1BC;
	}

#navPyra li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navPyra a:link, #navPyra a:visited {
	float: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 31px 6px 31px;
	text-decoration: none;
	color: #708491;
	}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
	color: #000;
	background: url(images/tab_pyram.gif) no-repeat bottom center;
	}
#sell {
	background:url(images/main.jpg) no-repeat;
	width:750px;
	height:200px;
	}
#content {
padding:10px 13px;
}

.reason {
		width:200px;
		border:dashed 1px #CCC;
		float:left;
		margin-right:16px;
		padding:0;
}


.reasons ul, li {
		padding:5px;
		list-style-image:url(images/bullet.png);
	 
}
.centers {
	margin:15px auto 0 auto;
	width:150px;
}

.centers1 {
	margin:25px auto 0 auto;
	width:203px;
}

blockquote {
  background: transparent url(images/quoleft.gif) left top no-repeat;
  	line-height:18px;

}
blockquote div {
  padding: 0 30px;
  margin:0px 0 30px 0;
  background: transparent url(images/quoright.gif) right bottom no-repeat;
}

.pic {
	padding:15px 15px;
}

.price {
	font-size:15px;
	font-weight:bold;
	border-bottom:#CCC 1px solid;
}

.savins {
		font-size:15px;
		color:#C00;
		border-bottom:#CCC 1px solid;
			font-weight:bold;

}

.bb {
	border-bottom:#CCC 1px solid;
}

.retail {
	font-weight:normal;
	text-decoration:line-through;
	padding-bottom:3px;
}

.quesiton {
		font-weight:bold;
		border-bottom:1px solid #CCC;
		line-height:19px;
}


#footer {
	font-size:11px;
	color:#CCC;
	border:none;
	width:550px;
	margin:0 auto;
	padding-top:40px;
}

#footer p {
	display:inline;
	padding:0 25px;
	color:#CCC;
}

#footer p a:hover{
	text-decoration:underline;
	color:#999;
}

#footer p a{
	text-decoration:none;
	color:#CCC;
}