/* 

	Theme Name: The Ultimate WP Sales Theme

	Description: The Ultimate WP Sales Theme

	Version: 1.0

*/



@charset "utf-8";

body {

	background-image: url(images/bg.jpg);

	background-repeat: repeat-x;

        background-color: #0d6396;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #464646;

	line-height: 20px;

        padding: 0; margin: 0;

}



#SalesCopy {

        background-color: #ffffff;

	background-image: url(images/bg.j);

	background-repeat: no-repeat;

        padding: 0px 50px 0px 50px;

}



#SalesHeader {

        background-image: url(images/header2.jpg);

        height: 220px;

        padding: 0px;

        margin: 15px 0px 0px 0px;

}



#mainWrapper {

	background-color: #ffffff;

	height: auto;

	width: 750px;

	margin-right: auto;

	margin-left: auto;

}



h1 { 

	font-size: 29px; 

	color: #a70f0f; 

	padding: 0px 20px;

	text-align: center;

	line-height: 1.2em;

}



h2 { 

	font-size: 21px; 

	color: #a70f0f; 

	padding: 10px 20px;

	text-align: center;

	line-height: 1.2em;

}

h3 { 

	font-size: 18px; 

	color: #222; 

	padding: 10px 20px;

	text-align: center;

	line-height: 1.2em;

}

h4 { 

	font-size: 14px; 
	color: #222; 
	padding: 10px 20px;
	text-align: center;
	line-height: 1.2em;
        border: 2px dashed #FF0000;
        font-style: italic;
        background: #ffffcc;
}





#SalesHeader h2 {

	text-align: left;

	color: #ffffff;

        padding: 0px 0px 0px 33px;

        margin: 0px;

	display: block;

	padding-top: 27px;

	font-size: 14px;

}



#SalesHeader h3 {

	text-align: left;

	color: #222;

        padding: 0px 0px 0px 33px;

        margin: 0px;

	display: block;

	padding-top: 17px;

	font-weight: bold;

	font-size: 16px;

}



a.buynow img {

	border: none;

	margin: 10px auto;

	display: block;

}



blockquote {

	padding: 10px;

	margin: 10px;

	background: #eee;

	border: 1px dotted #ddd;

	border-left: 3px solid #ddd;

	border-bottom: 3px solid #ddd;

}



ul {

	list-style: none;

        margin: 10px;

}



	 ul li {

                width: auto;

                display: block;

		padding: 5px 20px 5px 26px;

                font-size: 12px;

		line-height: 1.65em;

		color: #2e6a97;

		border: 1px dotted #ddd;

		font-weight: bold;

		margin: 4px 0;

		font-family: verdana, arial, sans-serif;

		background: #ffffcc url(images/bullet.gif) no-repeat left;

	}

 ol {

	list-style: none;

	margin: 10px;

}

	 ol li {

                width: auto;

                display: block;

		padding: 5px 20px 5px 26px;

		font-size: 12px;

		line-height: 1.65em;

		color: #5e0000;

		font-weight: bold;

		font-family: verdana, arial, sans-serif;

		background: url(images/bullet.gif) no-repeat left;

	}

#footer {

	text-align: center;

	font-size: 12px;

        color: #ffffff;

        padding: 50px 0px 0px 0px;

        background: url(images/footer.jpg) no-repeat;

        height: 60px;

}





.linkfooter {

	font-size: 11px;

	color: #fff;

        text-decoration: none;

}



.linkfooter:hover {

	font-size: 11px;

	color: #fff;

        text-decoration: none;

}










