/***** Style Sheet By Ronster - http://www.yourwebdesignpro.com *****/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
body {
	background-color: #002748;
	background-image: url(../images/sliver.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}
h1 {
	font-family: Impact;
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-weight: lighter;
	font-size: 36px;
	color: #cc0000;
}


h2,h3,h4,h5,h6 {
	font-family: Tahoma;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
}
h2 {
	font-size: 22px;
	color: #000000;
}
h3 {
	font-size: 20px;
	color: #cc0000;
}
h4 {
	font-size: 18px;
	color: #000000;
}
h5 {
	font-size: 16px;
	color: #cc0000;
}
h6 {
	font-size: 14px;
	color: #cc0000;
}
a:link {
	color: #008cff;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #008cff;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: underline;
	color: #008cff;
}
ul{
	margin:15px 0 20px 0;
	font-size:14px;
	list-style-image: url(../images/check.png);
}
li{
	margin:0 0 15px 20px;
}
.actionbox{
	font-size: 14px;
	background:#DDF0FF;
	border:3px dashed #cc0000;
	color:#000;
	margin:5px auto;
	padding:5px 10px 5px 10px;
	width:85%;
}
blockquote {
	background:#f8f8f8;
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	color:#000;
	font-size: 12px;
	font-weight: bold;
	padding:10px 20px 10px 20px;
	width:85%;
}
.testimonial {
	background:#DDF0FF;
	border-top: 1px solid #002748;
	border-bottom: 1px solid #002748;
	color:#000;
	font-size: 14px;
	padding:5px 10px 5px 10px;
	width:80%;
	margin:15px auto;
}
