/*GLOBAL OPTIONS*/
html {font-size: 100.1%;}
body {
	font: 64% Arial, Helvetica, sans-serif;
	margin: 0;
	background: #def0fe url(../images/bg-body.jpg) no-repeat 50% 35px;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
li {list-style: none;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a:focus {outline: none;}
img {border:0;}
/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*MAIN CONTAINER*/
#main {
	margin: 0 auto;
	width: 909px;
}
/*HEADER*/
#header {
	height: 88px;
	background: url(../images/bg-header.jpg) no-repeat 0 31px;
	position: relative;
}
/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: 48px;
	left: 13px;
	z-index: 100;
}
.logo a {
	background: url(../images/logo.gif) no-repeat;
	height: 98px;
	width: 186px;
}
/*main navigation*/
.main-nav {
	position: absolute;
	right: 0;
	top: 50px;
	margin: 0;
	padding: 0;
	height: 38px;
	overflow: hidden;
}
.main-nav li {
	float: left;
	padding-left: 2px;
	background:url(../images/img-main-nav-separator.gif) no-repeat 0 5px;
}
.main-nav li.first {background: none;}
.main-nav li a {
	display: block;
	background: url(../images/bg-main-nav-link.jpg) no-repeat 0 100%;
	padding-left: 15px;
	text-decoration: none !important;
	float: left;
}
.main-nav li a span {
	line-height: 39px;
	background: #c41200 url(../images/bg-main-nav-link.jpg) no-repeat 100% 100%;
	display: block;
	padding: 0 15px 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.main-nav li a:hover {background-position: 0 0;}
.main-nav li a:hover span {background-position: 100% 0;}
.main-nav li a.free-articles {padding: 0;}
.main-nav li a.free-articles span {
	background: url(../images/img-main-nav-star.gif) no-repeat 0 0;
	padding: 0 12px;
}
.main-nav li a.free-articles:hover span {background-position: 0 100%;}
/*top menu*/
.top-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 25px;
	top: 8px;
}
.top-nav li {
	display: inline;
	padding-left: 10px;
	background: url(../images/img-top-menu-separator.gif) no-repeat 3px 50%;
}
.top-nav li.first {
	padding: 0;
	background: none;
}
.top-nav li a {
	color: #183394;
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}
.top-nav li a:hover {text-decoration: none;}
/*bread kramber*/
.bredkramber {
	position: absolute;
	right: 60px;
	top: 184px;
	padding: 0;
	margin: 0;
}
.bredkramber li {
	display: inline;
	padding-left: 12px;
	background: url(../images/img-arrow-separator.gif) no-repeat 2px 50%;
}
.bredkramber li.first {background: none;}
.bredkramber li a {
	color: #c41200;
	font-size: 120%;
	text-decoration: underline;
}
.bredkramber li a:hover {text-decoration: none;}
/*SEARCH FORM*/
.search-form {
	position: relative;
	
	top: 110px;
	float: right;
}
.search-form label {
	color: #c41200;
	font-size: 11px;
	font-weight: bold;
		margin-right: 5px;
	line-height: 17px;
}
.search-form input {float: left;}
.search-form input.i-text {
	width: 143px;
	height: 16px;
	padding: 0 5px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #737373;
	line-height: 15px;
	margin-right: 5px;
}
/*CONTAINER*/
#container {
	background: #fff;
	background: #fff url(../images/bg-container.jpg) no-repeat 100% 0;
	overflow: hidden;
	padding-top: 60px;
}
/*column1*/
.column1 {
	float: left;
	width: 317px;
	padding-left: 25px;
	background: url(../images/img-vertical-separator.gif) no-repeat  25px 0;
	padding-top: 10px;
	margin-top: 10px;
}
h2 {
	color: #c41200;
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 10px;
	background: url(../images/img-vertical-separator.gif) no-repeat 0 100%;
	font-weight: normal;
	padding-bottom: 10px;
}
h2 span {
	font-weight: bold;
	font-size: 30px;
}
p {
	color: #272727;
	font-size: 120%;
	line-height: 16px;
	margin: 0 0 15px;
	margin-right: 20px;
}
p a {
	color: #c41200;
	text-decoration: underline;
}
p a:hover {text-decoration: none;}
/*column2*/
.column2 {
	float: left;
	width: 565px;
	padding-top: 5px;
}
.c-box {
	overflow: hidden;
	margin-bottom: 35px;
}
.c-box h2 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.c-box p {
	line-height: 17px;
}
.title {
	display: block;
	color: #c41200;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
}
.click-here {
	width: 302px;
	height: 30px;
}
.red {background: url(../images/img-click-here-red.gif) no-repeat;}
.blue-btn {background: url(../images/img-click-here-blue.gif) no-repeat;}
.arrow-img {
	float: left;
	margin-top: -15px;
	position: relative;
}
/*blue box*/
.blue {margin-bottom: 0;}
.blue .title, .blue h2 {color: #183394;}
/*FOOTER*/
#footer {
	clear: both;
	background: url(../images/bg-footer.jpg) no-repeat;
	height: 100px;
}
.footer-nav {
	padding: 25px 15px 0 0;
	margin: 0;
	text-align: right;
}
.footer-nav li {
	display: inline;
	padding-left: 10px;
	background: url(../images/img-footer-separator.gif) no-repeat 3px 50%;
}
#footer li.first {background: none;}
.footer-nav li a {
	color: #6474d9;
	font-size: 110%;
	font-weight: bold;
}
.designed {
	padding: 0;
	margin: 30px 15px 0 0;
	text-align: right;
}
.designed li {
	display: inline;
	padding-left: 10px;
	background: url(../images/img-footer-separator2.gif) no-repeat 4px 0;
	line-height: 25px;
}
.designed li a {
	font-size: 11px;
	color: #020202;
}
.des-by {
	padding-right: 30px;
	background: url(../images/img-va.gif) no-repeat 100% 0;
}
/*INSIDE PAGE*/
.inside-page {background: #fff url(../images/bg-container2.jpg) no-repeat 100% 0 !important;}
.inside-page h2 {
	font-size: 26px;
	font-weight: bold;
	background: none;
	padding-bottom: 5px;
}
.inside-page p {
	font-size: 120%;
	line-height: 21px;
}
h3 {
	color: #bc1100;
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: normal;
}
/*content*/
.content {
	padding: 15px 50px 0 70px;
	background: url(../images/bg-content.gif) no-repeat 0 100px;
	min-height:370px;
}
.content ul li
{
	list-style:disc;
	font-size:11px;
}
.content ol li
{
	list-style:decimal;
	font-size:11px;
}
.c-photo {
	float: right;
	margin-left: 15px;
}


/*Authorize.net logo*/
.authorize_logo {
	float:left;
	padding-left:10px;
	padding-bottom:5px;
}

.logo_box {
	float:left;
	border: 1px solid #D2D2D2;
	width:90px;
}

/*Grid View Table Styles*/
.table_gv 
{
	background-color: #A4A29E;
	border: none 1px #404040;

}

.table_gv_print 
{
	background-color: #A4A29E;
	border-bottom: solid 1px #A4A29E;
	border-left: solid 1px #A4A29E;
	border-top: none 1px #A4A29E;
	border-right: none 1px #A4A29E;
}

.table_gv_print td, .table_gv_print th
{
	border-top: solid 1px #A4A29E;
	border-right: solid 1px #A4A29E;
}

.table_gv_print td td
{
	border-top: none 1px #A4A29E;
	border-right: none 1px #A4A29E;
}

.table_gv_print a
{
	text-decoration: none;
}


.table_header_gv td, .table_header_gv a, .table_header_gv th
{
	font-weight: bold;
	color: #183394;
	text-decoration: none;
	font-size: small;	
}

.table_header_gv a:hover, .table_header_gv th a:hover
{
	text-decoration: underline;
	font-size: small;		
}


/*.table_pager_gv 
{
	font-weight: bold;
	text-align: center;
}*/
.table_footer_gv 
{
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: small;	
}
.table_row_gv 
{
	background-color: #EEEEEE;
	font-size: small;		
}
.table_row_gv:hover, .table_alt_row_gv:hover
{
	background-color:#A4A29E;
	font-size: small;	
}
.table_alt_row_gv 
{
	background-color: #DCDCDC;
	font-size: small;	
}
.table_sel_row_gv 
{
	background-color:#FFFF66;
	background-position:left;
	font-size: small;	
}
.table_order_cell {
	padding: 0px;
	vertical-align:top;
}

.table_paddless_cell, .nopadding 
{
	padding: 0px;
}

.table_edit
{
	border-top: solid 1px #A4A29E;
	border-collapse: collapse;
	border-spacing: 0px;
}

.table_edit td
{
	border-bottom: solid 1px #A4A29E;
	border-right: solid 1px #A4A29E;
	border-left: solid 1px #A4A29E;
}

.table_edit th
{
	border-left: solid 1px #A4A29E;
	border-bottom: solid 1px #A4A29E;
	font-weight: bold;
	text-align: right;
	padding: 3px;
}

.table_edit td
{
	background-color: #EEEEEE;
	padding: 0px 0px 0px 1px;
}

.table_edit tr.table_edit_space, .table_edit tr.table_edit_space td, .table_edit td.table_edit_space, .table_edit tr.blank_cells, .table_edit tr.blank_cells td, .table_edit td.blank_cells
{
	
	background-color: #FFFFFF;
	border-bottom: solid 1px #A4A29E;
	border-right: none 0px #A4A29E;
	border-left: none 0px #A4A29E;
	padding: 1px;
}

.table_edit tr th.table_edit_alt_th, table_edit_alt_th
{
    text-align: left;
    padding-left: 5px;
}

.table_edit_final, .table_edit_final td
{
	
	background-color: #FFFFFF;
	border: none 0px #A4A29E;
	padding-left: 1px;
	padding-top: 14px;
}

.table_edit td.table_edit_val 
{	
	padding: 0px 0px 0px 0px;
	border: none 0px #A4A29E;
	width: 0px;	
}
#tb_search
{
    float:right;
}
#img_btn_search
{
    float:right;
}