body {
	margin: 0px;
	padding: 0;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}

#container {
	width: 770px;
	height: auto;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -385px;
	padding: 0;
	background: #7a7a7a url(../images/border_bkg.jpg) left top repeat-x;
}



#columnContainer {
	width: 750px;
	height: auto;
	margin: 412px 0 0 10px;
	padding: 0;
	background-image: url(../images/content_bkg.jpg);
	background-repeat: repeat-x;
	background-color:#acabac;
}


	

/* Header */

#header {
	position: absolute;
	margin: 0px 0 0 -375px;
	padding: 0px;
	top: 0px;
	left:50%;
	width: 750px;
	height: 368px;
}

#header .contactArea {
	position: absolute;
	height: 16px;
	width: 100px;
	left: 650px;
	top: 8px;
	display: inline;
}

#header .contactArea a:link,#header .contactArea a:visited {
	margin-top: -4px;
	padding-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7a7a7a;
	text-decoration: none;
}

#header .contactArea a:hover,#header .contactArea a:active {
	margin-top: -4px;
	padding-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b82a21;
	text-decoration: underline;
}

/* Top Nav */


#topNav {
	position: absolute;
	top: 368px;
	left: 0;
	margin: 0px 0 0 10px;
	padding: 4px 0px;
	background-image: url(../images/topnav_bkg.gif);
	background-repeat: repeat-x;
	height: 36px;
	width: 750px;
}

#topNav .topNavLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 44px;
	width: 50px;
}

#topNav .topNavRight {
	position: absolute;
	top: 0px;
	left: 700px;
	height: 44px;
	width: 50px;
}


#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	left: 54px;
	top: 4px;
	z-index: 5;
	width: 750px;
}

#topNav ul li {
	float: left;
	margin: 0;
	padding: 8px 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#topNav ul li a:link, #topNav ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}

#topNav ul li a:hover, #topNav ul li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}

#topNavLast {
	border-right: none !important;
}


/* Left Column */

#leftColumn {
	width: 485px;
	height: auto;
	padding: 20px 0px 0px 20px;
	float: left;
}

#leftColumn h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

#leftColumn h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #b82a21;
}

#leftColumn p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}


#leftColumn a:link,#leftColumn a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b82a21;
	text-decoration: underline;
}

#leftColumn a:hover,#leftColumn a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#leftColumn .currentIssue{
	background-image: url(../images/lvivisions-mag-8.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 100px;
	padding-top: 76px;
	padding-left: 315px;
}

#leftColumn .currentIssue a:link,#leftColumn .currentIssue a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b82a21;
	text-decoration: none;
}

#leftColumn .currentIssue a:hover,#leftColumn .currentIssue a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b82a21;
	text-decoration: underline;
}



/* Right Column */

#rightColumn {
	width: 245px;
	height: auto;
	float: right;
}

#rightColumn #qc {
	background-image:url(../images/qc_bkg4.gif);
	background-repeat: no-repeat;
	width: 225px;
	height: 349px;
	padding-top: 40px;
}

#rightColumn #qc h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #b82a21;
	text-decoration: none;
}

#rightColumn #qc p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: -35px 0px 0px 30px;
	height: 20px;
}

#rightColumn #qc form input, #rightColumn #qc form textarea{
	background-color: transparent;
	border: 1px solid #b0b0b0;
	width: 160px;
	text-align: left;
	display: block;
	margin: 0px 0px 10px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;

}

#hidden {
	display: none;
}

.button {
	background-image: url(../images/submit_btn.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 80px;
	width: 90px;
	height: 29px;
	border:none !important;
	cursor: pointer;
}

#flashcontent01 {
	width: 225px;
	height: 180px;
	left: 0px;
	top: 0px;
}

#flashcontent01 p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 20px;
}

/* Footer */
#footer {
	position: relative;
	background-image: url(../images/topnav_bkg.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 10px 10px;
	padding: 4px 0px 4px 0px;
	height: 36px;
	width: 750px;
}

#footerCopyRight p {
	position: absolute;
	margin: 0px 0px 10px 20px;
	padding: 10px 0px 4px 0px;
	height: 30px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#footerCopyRight a:link, #footerCopyRight a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}


#footerCopyRight a:hover, #footerCopyRight a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #b82a21;
	text-decoration: underline;
}



#footer .footerLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 44px;
	width: 50px;
}

#footer .footerRight {
	position: absolute;
	top: 0px;
	left: 700px;
	height: 44px;
	width: 50px;
}


#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	left: 450px;
	top: 4px;
	z-index: 5;
	width: 280px;
}

#footer ul li {
	float: left;
	margin: 0;
	padding: 8px 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#footer ul li a:link, #footer ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#footer ul li a:hover, #footer ul li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#footerNavLast {
	border-right: none !important;
}



#footer .lviGlobal {
	width: 750px;
	height: 80px;
	background- color: #FFFFFF;
	position: absolute;
	left: 300px;
	top: 70px;
}

/* Contact Form */
#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border: none;
}

#contact form{
	margin: 0px 0px 0px 0px;

}

#contact label {
	display: block;
	text-align: right;
	width: 300px;
	margin-bottom: 5px;
	color: #000;
}

#contact label input, #contact label select{
	text-align: left;
	border: 1px solid #000;
	width: 200px;
	color: #000;
	background-color: #FFF;
	margin-left: 15px;
}

#contact label textarea {
	text-align: left;
	border: 1px solid #000;
	width: 200px;
	height: 100px;
	margin-left: 10px;
	color: #000;
}

#buttons {

	margin-left: 135px;
	padding: 0px ;
	
}

#contactHidden {
	display: none;
}


#contact p{
	margin-left: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* Sign Up Form */
#signUp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border: none;
}

#signUp form{
	margin: 0px 0px 0px 0px;

}

#signUp label {
	display: block;
	text-align: right;
	width: 300px;
	margin-bottom: 5px;
	color: #000;
}

#signUp label input, #signUp label select{
	text-align: left;
	border: 1px solid #000;
	width: 200px;
	color: #000;
	background-color: #FFF;
	margin-left: 15px;
}

#signUp label textarea {
	text-align: left;
	border: 1px solid #000;
	width: 200px;
	height: 100px;
	margin-left: 10px;
	color: #000;
}

#buttons {
	margin-left: 135px;
	padding: 0px ;
	cursor: pointer;
}

#contactHidden {
	display: none;
}


#signUp p{
	margin-left: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


/* Advertising Form */
#advertise {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border: none;
}

#advertise form{
	margin: 0px 0px 0px 0px;

}

#advertise label {
	display: block;
	text-align: right;
	width: 300px;
	margin-bottom: 5px;
	color: #000;
}

#advertise label input, #advertise label select{
	text-align: left;
	border: 1px solid #000;
	width: 200px;
	color: #000;
	background-color: #FFF;
	margin-left: 15px;
}

#advertise label textarea {
	text-align: left;
	border: 1px solid #000;
	width: 200px;
	height: 100px;
	margin-left: 10px;
	color: #000;
}

#buttons {

	margin-left: 135px;
	padding: 0px ;
	
}

#contactHidden {
	display: none;
}


#advertise p{
	margin-left: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* Clearfix from positioniseverything.net; http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac */

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

/* Use a break with this class to clear float containers */

.brclear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}


/* sIFR al rescante! http://www.mikeindustries.com/sifr/
now with tasty 2.0.2 flava */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
/* you can edit these styles */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}
/* end sIFR goodness */


/* Subscribtion Form */
#subscribeForm {
	width: 500px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border: none;
}

#subscribeForm label {
	display: block;
	text-align: left;
	width: 400px;
	margin-bottom: 5px;
	color: #000;
}

#subscribeForm label input, #subscribeForm label select{
	text-align: left;
	border: 1px solid #000;
	width: 150px;
	color: #000;
	background-color: #FFF;
	margin-left: 15px;
}

#subscribeForm label textarea {
	text-align: left;
	border: 1px solid #000;
	width: 150px;
	height: 100px;
	margin-left: 10px;
	color: #000;
}

#btnSubscribe {
	margin: 20px 0px 0px 20px;
	padding: 0px;
	cursor: pointer;
}

#txtNameOnCard {
	display: block;
	text-align: left;
	width: 150px;
	margin: 0px 0px -4px 0px;
	color: #000;
}

#ddlCreditCard {
	display: block;
	text-align: left;
	width: 130px;
	margin: 0px 0px -4px 0px;
	color: #000;
}

#valCreditCard {
	display: block;
	text-align: left;
	width: 150px;
	margin: 0px 0px -4px 0px;
	color: #000;
}

#txtCardNumber {
	display: block;
	text-align: left;
	width: 150px;
	margin: 0px 0px -4px 0px;
	color: #000;
}

#txtCVV {
	display: block;
	text-align: left;
	width: 150px;
	margin: 0px 0px -4px 0px;
	color: #000;
}

#ddlMonth {
	width: 130px;
	margin: 0px 0px 5px 0px;
	color: #000;
}

#ddlYear {
	width: 130px;
	margin: 0px 0px 5px 0px;
	color: #000;
}


#valCVV {
	display: block;
	text-align: left;
	width: 150px;
	margin: 0px 0px -4px 0px;
	color: #000;
}

#txtAddress1{
	display: block;
	text-align: left;
	width: 150px;
	margin: 0px 0px -4px 0px;
	color: #000;
}

#txtAddress2{
	display: block;
	text-align: left;
	width: 150px;
	margin: 0px 0px -4px 0px;
	color: #000;
}

#txtCity{
	display: block;
	text-align: left;
	width: 150px;
	margin: 0px 0px -4px 0px;
	color: #000;
}


#ddlCountry {
	display: block;
	text-align: left;
	width: 150px;
	margin: 0px 0px -4px 0px;
	color: #000;
}
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}
