@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	background-color: #F4E4CA;
	margin-top: 0px;
	text-align:left;
}

h1 {
	font-family:Impact;
	color: #A80202;
	font-weight: normal;
	font-size: 40px;
	
}

h2 {
	font-size: 30px;
	font-weight: bold;
}

h3 {
	text-align:left;
}

ul {
	text-align:left;
}

.heading {
	color: #A80202;
	font-weight: bold;
	font-size: 33px;
}

.title {
	color: #15222A;
	font-size: 31px;
	font-weight: bold;
}

.subheading {
	color: #014359;
	font-size: 30px;
	font-weight: bold;
}

.subheading2 {
	color: #3C5768;
	font-size: 26px;
	font-weight: bold;
}

.subheading3 {
	color: #014359;
	font-size: 22px;
	font-weight: bold;
}

.subheadingRed {
	color: #A80202;
	font-size: 20px;
	font-weight: bold;
}

.link1 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.link1:hover {
	text-decoration: none;
}

.link2 {
	color: #A80202;
	text-decoration: underline;
}

.link2:hover {
	text-decoration: none;
}

.highlight {
	background-color: #FFFFAA;
}
.style1 {color: #D8C4A1}

div.bullet-list1 {
	padding: 5px 15px;
}

div.bullet-list1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.bullet-list1 ul li {
	display: block;
	padding: 8px;
	font-weight: normal;
	background: url(images/bullet1.gif) no-repeat left;
	padding-left: 28px;
	text-align: left;
}

div.bullet-list2 {
	padding: 12px 15px;
}

div.bullet-list2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.bullet-list2 ul li {
	display: block;
	padding: 8px;
	font-weight: normal;
	background: url(images/bullet2.gif) no-repeat left;
	padding-left: 24px;
	text-align: left;
}

div .dealPanel {
	background:#F8BC4A;
	margin:0px 0px 0px 40px;
	width:620px;
	border:2px solid #A80202;
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	padding:5px;
}

div .ninjaPanel {
	background:#F8BC4A;
	margin:0px 0px 0px 3px;
	width:620px;
	border:2px solid #A80202;
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	padding:5px;
}

.videoBorder {
	border:6px solid #A80202;
}

#days_display {
	position:absolute;
	top:100px;
	left:700px;
	width:200px;
	height:100px;
	text-align:center;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:35px;
}

.sellHeading {
	font-size:20px;
	font-weight:bold;
}

/* Start New Box Css*/
#new_container {
	width:700px;
	height:400px;
	margin-bottom:10px;
	margin:0px auto;
}

#box1 {
	border-radius: 5px 5px 5px 5px;
	background: none repeat scroll 0 0 #E9D69E;
	width:400px;
	height:440px;
	float:left;
}

#box1 h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
	background:none;
	color:#000000;
}

#box2 h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
	background:none;
	color:#FFF;
}

#box2 {
	border-radius: 5px 5px 5px 5px;
	width:300px;
	height:370px;	
	float:left;
	margin-top:40px;
	background-color:#999999;
	/*background:url("images/pricing_shadow.png") repeat-y scroll 0 0 #DDDDDD;*/
}

#box1 ul, #box2 ul {
	list-style-type: square;
	margin-bottom:20px;
	color:#103956;
	list-style-image:none;
	font-size:14px;
	font-weight:bold;
}

.big_box_sub_title {
	padding-left:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}

.small_box_sub_title {
	padding-left:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
}

.box_font_size {
	font-size:18px;
}
/* End New Box Css*/
