/* Elements */

/* Fonts - change 'sans-serif' to your preferred font */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4, H5, H6, MENU, TABLE, OL, P, TD, TH, UL {font-size: 1em;
font-family:"Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; color:#383a3c;}


/* Real styles */

A {cursor: pointer;
color:#fff;}

A:link {color: #fff;
background: transparent;
text-decoration:none}

A:visited {color: #b9b9b9;
background: transparent;
text-decoration: underline}

A:active {color: #009836;
background: transparent;
text-decoration: none;}

A:hover {
color: #fff;
text-decoration: underline}

ADDRESS {margin: 0em 0% 0em 0%;
font: italic 1em/1 sans-serif}

BIG {font-size: 1em}

BLOCKQUOTE {margin: 0em 0% 0em 0%;
line-height: 1}

BODY {
	background: #231f20;
	background-image: url("../images/body_bg.gif");
	background-position:top left;
	background-repeat: repeat-x;
	text-align:center;
	margin: 0em 0% 0em 0%;
	font-size: 0.7em;
	cursor: default;
}
strong {font-weight:bold;
}

BUTTON {cursor: auto}

CAPTION {margin: 0em 0% 0em 0%;
line-height: 1}

CODE {font-size: 1em;
font-family: monospace} /* To avoid overriding boldness/italicity by using font */

DIV {margin: 0em 0% 0em 0%;
line-height: 1}

DD {margin: 0em 0% 0em 0%;
line-height: 1}

DL {margin: 0em 0% 0em 0%}

DT {margin: 0em 0% 0em 0%;
line-height: 1}
	
FORM {margin: 0em 0% 0em 0%;

}

H1 {
	margin: 0px 0% 0.5em 0%;
	font-size: 2.6em;
	font-weight:500;
	letter-spacing:1px;
	color: #c4161e;
	line-height:1.5em;
}
H2 {
	margin: 0.5em 0% 1em 0%;
	font-size: 1.7em;
	letter-spacing:1px;
	font-weight: bold;
	line-height:1.7em;
	color: #fff;
}
H3 {
	margin: 1em 0% 2em 0%;
	padding-bottom: 7px;
	font-size: 1.1em;
	font-weight: bold;
	color: #009836;
	border-bottom: 1px solid #ccc;
}
H4 {
	margin: 0.5em 0% 0.5em 0%;
	padding-bottom: 7px;
	font-size: 1.2em;
	font-weight: bold;
	color: #e50084;
	border-bottom: 1px solid #ccc;
}
H5 {
	margin: 2em 0% 1.5em 0%;
	padding-bottom: 7px;
	font-size: 1.2em;
	font-weight: bold;
	color: #009836;
	border-bottom: 1px solid #ccc;
}


H6 {margin: 0em 0% 0em 0%;
font: 1em/1 serif}

HR {
	background: #e9e9e9;
	border: 0;
	color: #e9e9e9;
	height: 1px;
	margin: 1em 0 1em 0;
}

HTML {margin: 0;
}

INPUT, TEXTAREA, SELECT {
	font-family:"Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #c4161e;
	background:#f3f3f3;
	border: 1px #aeaeae solid;
	padding: 2px;
}

KBD {font: 1em monospace}

LI {margin: 0em 0% 0em 0%;
line-height: 1;
}

OL {margin: 0em 0% 0em 5%;
list-style: decimal}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman}

OL OL OL OL {list-style: decimal}

P {
font-size:1.1em;
	margin: 0em 0% 1.4em 0%;
	line-height: 1.7em;&szlig;
	font-weight:lighter;
	color: #b9b9b9;
}

PRE {margin: 0em 0% 0em 0%;
font: 1em/1 monospace}

SAMP {font: 1em monospace}

SMALL {font-size: 1em}

SUB {font-size: 1em}

SUP {font-size: 1em}

TD {line-height: 1;
font-size: 1em;
padding: 3px;}

TEXTAREA {cursor: text}

TH {font-family:"Helvetica Neue",Verdana, Arial, Helvetica, sans-serif;
padding: 3px;
font-size: 1em;
color:#fff;
text-align:right;}

TT {font: 1em monospace}

UL {margin: 0em 0% 2em 0px;
list-style: disc}

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square}

UL UL UL UL {list-style: disc}



/*Custom styles */
/*--------------*/

#standard_list li {
color: #009836;
font-size: 1.2em;
line-height: 1.4em;
}

.redstar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight:bold;
}

#logo {
	padding: 52px 0px 0px 5px;
}


/* rounded box */
.roundcont {
	width: 100%;
	background-color: #009836;
	color: #fff;
}

.roundcont p {
	font-size: 1.2em;
	font-weight: bold;
	/*margin: 10px 20px 10px 0px;*/
	color:#FFFFFF;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.roundtop { 
	background: url("../images/round_tr.gif") no-repeat top right; 
}

.roundbottom {
	background: url("../images/round_br.gif") no-repeat top right; 
}
/* End Rounded Box */



/* Start Mouse over div */
a.red_link {
display:block;
width:180px;
padding:0px;
border:none;
color: #f8bdbc;
text-decoration: none;
background: #e70502 url("../images/red_top.gif") left top no-repeat;
}
a.red_link:hover {
color: #fff;
background: #f33b38 url("../images/red_top_1.gif") left top no-repeat;
}

a.red_link .bigger {
	display: block;
	font-size: 1.3em;
	color:#fff;
}

a.red_link .arrow {
padding:75px 15px 40px 15px;
display:block;
background: url("../images/red_arrow.gif") left bottom no-repeat;
}
a.red_link:hover .arrow {
background: url("../images/red_arrow_1.gif") left bottom no-repeat;
padding-bottom:40px;
display:block;
}
/* End Mouse over div */


#banner_top {
	font-size: 0em;
	width: 100%;
	height: 11px;
	background: url("../images/banner_top.gif") no-repeat top left;
}

#banner_content {
	width: 100%;
	background: #2f77bf url("../images/banner_back.gif") repeat-x top left;
}

#banner_bottom {
	width: 100%;
	height: 11px;
	background: url("../images/banner_bottom.gif") no-repeat top left;
}

img.corner {
   width: 11px;
   height: 11px;
   border: none;
   display: block !important;
}

.buttonfloat {
  float: left;
  width: 151px;
  padding: 1px;
}
  
.formbutton {
	cursor:pointer;
	border: none;
}



/*------------------------- custom styles -----------------------*/


.main_tr {
height:14px;
width:990px;
background: #363334 url("../images/main_tr.gif") top left no-repeat;
}

.sub_tr {
height:15px;
width:970px;
background:#fff url("../images/sub_tr.gif") top left no-repeat;
margin-left:10px;
}

.sub_wrapper {
background:#242021 url("../images/sub_wrapperbg.jpg") top center no-repeat;
width:970px;
margin-left:10px;
}

.banner_image {
background-color:#242021;
margin:15px 0px 0px 13px;}

.main_head1 {
margin:0px 0px 30px 0px;
}

.main_head2 {
margin:0px 0px 0px 0px;
}

.text_white {
color:#fff
}

.text_red {
color:#c4161e;
}

.price {
color:#c4161e;
font-size:1.3em;
}

.para_1 {
font-size:1.2em;
color:#fff;
}

.hdivider {
height:2px;
width:480px;
background:url(../images/hdivider.gif) top left no-repeat;
margin:10px 0px 10px 0px;}

.block1_padding li {
padding:5px;
color:#FFFFFF;
font-size:1.1em;
list-style:url("../images/bullet.gif");
}

.cpl_logo {
padding:10px;
background:#fff;
border:3px solid #2f2a2b;
float:left;
margin-bottom:20px;}

.block_right {
float:left;
width:230px;
}

.block_right_padding {
padding:15px 0px 0px 15px;
}

.sub_br {
height:15px;
width:970px;
background:#fff url("../images/sub_br.gif") top left no-repeat;
margin-left:10px;
} 

.footer_padding p {
width:480px;
float:left;
margin:0px;
text-align:left;
font-size:1em;
}

#footer_right {
text-align:right;
color:#000;
}

.footer_padding a {
color:#000000;
}


