/*---------------------------------------
advertise.css
Author: Visual Blaze
Description:
Specific styles for advertise.php page
----------------------------------------*/

#product_heading {
	margin-bottom: 10px;
}

#content {
	display: inline;
	width: 510px;/*547-37*/
	margin-left: 280px;
	margin-bottom: 45px;
	padding-left: 37px;
		border-left: solid 1px #99BFD6;
	/*background: #ff0000;*/
	float: left;
}

#sidebar {
	display: inline;
	width: 280px;
	margin-left: -827px;/*547+280*/
	float: left;
}

p.txtCenter {
	clear: both;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
	color: #000;
}

#content ul {
	margin-left: 20px;
	list-style-type: circle; 
	/*list-style-position: inside; */
	font-weight: bold;
	color: #333;
	}
	#content ul li {
		margin-bottom: 5px;
		}
		#content ul li ul {
			margin-top: 5px;
			margin-left: 45px;
			font-weight: normal;
}

/*----------------------
=sidebar content styles
---------------------*/

/*=quotebox*/
.quoteBox {
	width: 259px;
	font-weight: bold;
	text-align: center;
	color: #565555;
	background: url(images/quoteBgBody.png) no-repeat bottom left;
	}
	.quoteBox span, .quoteBox p {
		display: block;
		min-height: 33px;
		padding: 10px 15px 10px 15px;
		background: url(images/quoteBgFooter.png) no-repeat top left;
	}
	.quoteBox span span {
		display: inline;
		height: none;
		padding: 0;
		background: none;
		color: #2B2B2B;
	}
	.quoteBox ul {
		text-align: left;
		padding: 0px 15px 10px 15px;
	}
	.quoteBox p {
		margin-top: 0;
	}

/*---------------
footer style reset
-----------------*/
#footer_nav_1, #footer_nav_2 {
	font-weight: normal;
}


