@charset "utf-8";
/* Browser Resets */
*{
	font-size:11px;
	font-family:verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none
}

body {
	background-color: #616B65;
	margin: 0;
	padding: 0;
}

p, address{
	margin:0 0 16px
}

q{
	display:block;
	margin:6px 0
}

cite{
	display:block;
	margin:6px 0
}

div:after{/* For Gecko Browsers which like to completely break float elements out of the parent's layout */
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

img{
	border:0
}

#sub {
	margin-left: 9px;
	font-size: 12px;
	color: #FFD0CE;
}

#sublink {
	font-size: 12px;
	color: #FFD0CE;
}

#round {
	position: relative;
	width: 980px;
	margin: auto;
	padding: 0;
	border-left: 1px solid #616B65;
	border-right: 1px solid #669933;
	border-bottom: 1px solid #669933;
	background-color: #FFFFFF;
}

#top {
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	margin: 0;
}

#contentsentence {
	padding: 20px 20px 10px 20px;
}


#left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	float: left;
	background-color: #333333;
	min-height: 600px;
}


#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#left li {
	width: 180px; /*	border-bottom:1px solid #666666; */
	margin-left: 9px;
	padding: 0;
	font-size: 10px;
	vertical-align: bottom;
}

#left a:link, #left a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em; /*border-left:12px solid #5B5B5B;*/
	background-color: #333333;
	color: #FFFFFF;
	text-decoration: none;
}

#left a:hover {
	background-color: #6B6F5E;
	color: #FFFFFF;
}

#left hr{
	height:1px;
	color:#0066ff;
	filter: alpha(opacity=100,finishopacity=10, style=1, startX=0, startY=0, finishX=100,finishY=100);
}

#content{
	background-color:#FFFFFF;
	margin:0 0 0 10px;
	padding:4px 0 0 4px;
	text-align:left;
	width:735px;
	float:left;
}


#siteInfo {
	font-size: 12px;
	font-family: "Courier New" , Courier, monospace;
	clear: both;
	border-top: 1px solid #cccccc;
	padding: 10px 10px 10px 10px;
	color: #666666;
	background-color: #CCBAA8;
	text-align: center;
}

#buffer {
	background-color: #333333;
}

#loginform {
	margin: 5px 20px 10px 15px;
}

#contentform {
	margin: 5px 15px 5px 15px;
}

#cart {
	text-align: right;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 5px;
	float: left;
	width: 100%;
	display: block;
}

.hidden-text{
	display:block;
	text-indent:-9999px;
	overflow:hidden
}
/* Login Page */
#divLogin{
	float:left;
	display:inline;
	margin:0 0 0 30px;
	text-align: center;
}
#divLogin h2{
	margin:0 0 6px;
	font-size:12px;
	line-height:18px;
	font-weight:bold
}
#divLogin .head-name{
	padding:0 0 16px;
	background:url(/images/border-dotted-black.png) repeat-x bottom
}
#divLogin h3{
	height:14px;
	margin:0 0 22px
}
#divReturningUsers{
	float:left;
	width:314px;
	text-align:left
}
#divReturningUsers h3{
	background:url(/images/hdrReturningUsers.png) no-repeat
}
#divReturningUsers fieldset, #divNewUsers div{
	float:left;
	width:290px;
	height:110px;
	margin:0 0 20px;
	padding:16px 0 0 24px;
	background:url(/images/bgLoginBox.png);
	border:0
}

#divReturningUsers legend{
	display:none
}
#divReturningUsers fieldset p{
	margin:0 0 10px
}
#divReturningUsers fieldset p *{
	vertical-align:middle
}
#divReturningUsers label{
	display:block;
	float:left;
	width:70px;
	margin:4px 8px 0 0;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}

#divReturningUsers .RadInput{
	padding:3px 4px 4px;
	float:left;
	display:block;
	padding: 3px;
	margin: 3px;
}

#imgOrSeparator{
	display:inline;
	float:left;
	margin:0 0 26px 16px;
}

#divNewUsers{
	float:left;
	display:inline;
	width:314px;
	margin:0 0 0 21px;
}
#divNewUsers h3{
	background:url(/images/hdrNewUsers.png) no-repeat
}
#divNewUsers div{
	width:283px;
	height:108px;
	padding:18px 13px 0 18px;
	text-align:left
}
#divNewUsers div p{
	margin:0 0 25px;
}
#divNewUsers .btnCreateAccount{
	width:182px;
	height:31px;
	background:url(/images/btnCreateAccount.png);
	margin:auto
}

.more{
	margin:0 12px 16px;
	text-align:left
}

#divForgotPassword, #divContact{
	float:left;
	height:43px;
	background:#ebebc4;
	border:1px solid #ccc;
	text-align:left;
}
#divForgotPassword{
	clear:left;
	width:221px;
	padding:30px 0 0 126px;
	background-image:url(/images/iconLock.png);
	background-repeat:no-repeat;
	background-position:81px 13px
}
#divForgotPassword a{
	font-size:12px;
	font-weight:bold;
}



#forgotPass label{
	font-weight:bold;
	display: block;
	float:left;
	margin-right: 10px;
	line-height: 28px;
}

#divContact{
	width:274px;
	padding:30px 0 0 73px;
	background-image:url(/images/iconContact.png);
	background-repeat:no-repeat;
	background-position:19px 24px
}
#divForgotPassword a, #divContact a{
	color:#010166
}
#divForgotPassword a:hover, #divContact a:hover{
	text-decoration:none
}

.formtype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 5px;
	margin-right: 5px;
}

.button1 {
	border: 5px outset #790000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4F0000;
	padding: 2px 12px 2px 12px;
	color: #FFFFFF;
}

.tableform {
}

.tabletr {
	background-color: #4F0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.tabletd {
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

/* Buttons */
.button {
	border: 1px solid #BBB;
	background-color: #ccc;
	font-weight: bold;
	padding: 3px;
}

.button:hover {
	border: 1px solid #000;
}

.buttonActive {
	border: 1px solid #000;
	background-color: #eee;
	font-weight: bold;
	padding: 4px;
}

/* Modal Popups */

.modalBackground{
	background-color: #000;
	opacity:.5;
	filter: alpha(opacity = 50);
}

.modalPopup{
	background-color: #fff;
	border: 4px solid #000;
	width: 300px;
	height: 300px;	
}

.modalHeader{
	padding: 5px;
	background-color: #333;
	border: 1px solid #666;
	font-size: 150%;
	font-weight: bold;
	color: #fff;
	clear:both;
	height: 18px;
}

.modalHeader a{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.modalBody{
	padding: 10px;
	background-color: #fff;
	min-height:100px;
	min-width:200px;
	max-height: 500px;
	max-width: 850px;
	overflow:auto;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	clear:both;
}

.modalFooter{
	padding: 5px;
	background-color: #333;
	border: 1px solid #666;
	text-align: right;
	clear:both;
}


/* Errors */

.errorSummary{
	border: 1px solid #f00;
	background-color: #fee;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 10px;
	text-align: left;
}

/* Success */

.successSummary{
	border: 1px solid #0f0;
	background-color: #efe;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 10px;
	text-align: left;
}

/* Image View */

.imageHolder{
	width: 723px; 
	height: 500px; 
	border: 1px solid #666; 
}

/* CheckOut */

.newCard * {
	vertical-align: middle;
}

.newCard label{
	display: block;
	width: 160px;
	font-weight:bold;
	float:left;
	clear:left;
	text-align: right;
	margin-right: 10px;
	margin-left: 25px;
	line-height: 28px;
}
.newCard .riTextBox {
	width: 150px !important;
}

.newCard .cvv .riTextBox{
	width: 50px !important;
}


.newCard .formRow div {
	line-height: 28px;
	margin: 3px;
}

.newCard span {
	line-height: 28px;
}

.newCard span div{
	line-height: 28px;
}

.newCard .riTextBox{
	margin: 3px;	
}
.newCard select{
	border: 1px solid #999;
	margin: 3px;
	height: 20px;
	width: 152px;	
}

.newCard span select{
	border: 1px solid #999;
	margin: 3px;
	height: 20px;
	width: 74px;	
}



/* Registration */

#register label{
	display: block;
	width: 160px;
	font-weight:bold;
	float:left;
	clear:left;
	text-align: right;
	margin-right: 10px;
	margin-left: 25px;
	line-height: 18px;
}

#register .riTextBox {
	width: 150px !important;
	margin-bottom: 10px;
}

#register select{
	margin-bottom: 10px;
}

#register .cvv .riTextBox{
	width: 75px !important;
}


#register p {
	margin: 0 0 5px 0;
}

#register fieldset{
	margin:10px;
	border: 0px;
}

#register h1{
	font-size:125%;
	margin-bottom: 15px;
}

#register h2{
	border-bottom: 1px solid #333;
}

#register .button {
	float:right;
}

#faq h1{
	font-size: 125%;
	margin-bottom: 15px;
}
	
	
	

/* Search */

.searchHeader{
	font-size: 150%;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}

#searchForm input{
	float: left;
}

#searchForm  label{
	display: block;
	width: 95px;
	font-weight:bold;
	float:left;
	text-align: right;
	margin-right: 5px;
}

#searchForm select{
	border: 1px solid #999;
	margin: 3px;
	height: 20px;
	width: 125px;
}

.searchPlan label{
	width: 80px !important;
}

.searchplan select{
	width: 85px !important;
}

.searchAdv label{
	width: 60px !important;
}

#searchForm fieldset{
	width:220px; 
	float:left; 
	margin: 5px; 
	padding: 5px;
}

#searchForm fieldset label{
	white-space:nowrap;
	margin-right: 5px;
}

#searchForm fieldset legend{
	font-weight:bold;
	border: 1px solid #000;
	background-color: #772D2D;
	color:#fff;
	padding: 3px;
	margin-left: -7px;
}
#searchForm .searchRow{
	padding: 0;
	line-height: 28px;
	display:block; 
	float: left;
	margin-bottom: 3px;
	vertical-align: middle;
}

#searchForm .searchRow *{
	vertical-align: middle;
}



#searchForm fieldset .button{
	margin: 5px;
	float:right;
}

#searchForm .searchRadio td{
	padding: 3px;
}


#searchForm .RadInput{
	float:left;
	display:block;
	padding: 3px;
}

#searchForm .RadPicker_Default {
	float:left;
	width: 120px !important;
}

#searchForm .rcTable{
	width: 120px !important;
}

#divProgress{
	border: 1px solid #0f0;
	background-color: #efe;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 10px;
	text-align: left;
}

.formRow{
	padding: 0;
	line-height: 28px;
	display:block; 
	margin-bottom: 3px;
	vertical-align: middle;
}




#landingMenu{
	margin-left: 250px;
}

#landingMenu li{
	margin-bottom: 10px;
	font-weight:bold;
}

#landingMenu li ul{
	margin-bottom: 10px;
}
#landingMenu li ul li{
	margin-bottom: 5px;
	font-weight:normal;
	margin-left: 20px;
}