/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  Boardroom Theme
  ------------------------------------------------
*/

body {
	background-color: #eaeaea;
	/* background-image: -webkit-linear-gradient(#333, #111);*/
	font-family: Verdana, "Droid Sans", Optima, "Segoe UI", Arial, sans-serif;
	margin: 0px 0px 30px 0px;
}

/*Link styles */

a {
	color: #0066CC;
	text-decoration: none;
}
a:hover, a:focus {
	color: #FF0000;
	text-decoration: none;
}

/*Drop Menu Magic Adjustments*/
.p7DMM03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.p7DMM03.p7DMM.p7dmm-left {
	padding-left: 20px;
}
.p7DMM03.p7DMM.p7dmm-right {
	padding-right: 20px;
}


/*Baseline Adjustment for images needed with strict DOCTYPE*/
img {vertical-align: bottom;}


/*Logo and Banner*/
#logo {
	padding: 2px 2px;
	position: relative;
	z-index: 10;
	background-image: url(img/boardroom-bg-stripe.png);
	/*background-image: -webkit-linear-gradient(#333, #111);*/
	background-color: #FFFFFF;
	box-shadow: 0px 0px 30px #000;
}
#banner {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}


/*Utility Rules for images. Scalable class makes images scale with window size.*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}
/* 
Add the fancy class to the scalable class to add a drop shadow
<img class="scalable fancy"...>
*/
.fancy {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 0px rgba(0,0,0,.5);
}
/* 
Add the accented class to the scalable class to add eounded corners and a border.
<img class="scalable accented"...>
*/
.accented {
	border-radius: 5px;
	border: 1px solid #222;
}

.masthead {
   background-color: #FFF;
}
/*Layout Wrapper*/
#layout {
	max-width: 1250px;
	margin: 0px auto;
	background-color: #FFF;
	background: rgba(255,255,255,.80);
	box-shadow: 0px 0px 50px rgba(0,0,0,.9);
	border-radius: 0px 0px 20px 20px;
}

/*Default Row Structures*/
.affinity-row {
	padding: 0px;
}
/*This rule assigns a gray gradient background to every other row*/
.affinity-row:nth-child(even) {
	background-color: #EEE;
	background-image: -webkit-linear-gradient(#EEE, #CCC);
	background-image: linear-gradient(#EEE, #CCC);
}
/*Turns off the Background for Nested Rows*/
.affinity-row .affinity-row:nth-child(even) {
	background-color: transparent;
	background-image: none;
	background-image: none;
}

/*Clear Fix to Clear Floats*/
.affinity-row:after {
	visibility: hidden;
	display: block;
	content: "\0020";
	clear: both;
	height: 0;
}

/*Strctural wrapper for 2-column row*/
.affinity-row .column-half {
	width: 50%;
	float: left;
}

/*Strctural wrapper for 3-column row*/
.affinity-row .column-third {
	width: 33.3333333%;
	float: left;
}
/*Strctural wrapper for 4-column row*/
.affinity-row .column-fourth {
	width: 25%;
	float: left;
}
/*Strctural wrapper for 5-column row*/
.affinity-row .column-fifth {
	width: 20%;
	float: left;
}

/*Strctural wrapper for 2-column sidebar-left row*/
.affinity-row.sidebar-left .column-1 {
	width: 76%;
	float: right;
}
.affinity-row.sidebar-left .column-2 {
	width: 24%;
	float: right;
}
.affinity-row.sidebar-left .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-left .column-2 .column-content {
	font-size: .9em;
}

/*Strctural wrapper for 2-column sidebar-right row*/
.affinity-row.sidebar-right .column-1 {
	width: 80%;
	float: left;
}
.affinity-row.sidebar-right .column-2 {
	width: 20%;
	float: left;
}
.affinity-row.sidebar-right .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-right .column-2 .column-content {
	font-size: .9em;
}
.left-border {
	border-left: 1px solid #000;
}
.right-border {
	border-right: 1px solid #000;
}
.left-right-border {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/*Column Content*/
.column-content {
	line-height: 1.35;
	padding: 15px 24px;
}
.affinity-row.sidebar-right .column-content,
.affinity-row.sidebar-left .column-content,
.affinity-row.thirds.full-height .column-content {
	padding: 30px;
}
/*Padding Management for Nested Rows*/
.no-pad-left-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}
.no-pad-right-top-bottom {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
}
.no-pad-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}


/*Modified Headings*/
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height: normal;
	margin: 30px 0px 0px 0px;
}
/*Headings*/
h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	margin: 30px 0px 0px 0px;
}
.column-content h2:first-child,
.column-content h3:first-child,
.column-content h4:first-child {
	margin-top: 10px;
}
/*Use this class when you add a heading inside a row that contains multiple columns.*/
.inner-row-heading {
	position: relative;
	top: 20px;
	margin: 0px 0px 0px 24px;
}

/*Footer and Copyright*/
.footer {
	color: #EBEBEB;
	font-size: 0.9em;
	border-radius: 0px 0px 5px 5px;
	border-top: 1px solid;
	border-color: #696969;
	background-color: #696969 !important;
	background-image: -webkit-linear-gradient(#696969, #696969) !important;
	background-image: linear-gradient(#696969, #696969) !important;
	background-image: url(img/boardroom-bg-dk.png) !important;
	
}
.footer h3, .footer h4 {
	font-family: Verdana, "Droid Sans", Optima, "Segoe UI", Arial, sans-serif;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
}
.footer ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
.footer li {
	list-style-type: none;
	line-height: 1.75;
}
.footer a {
	color: #EBEBEB;
	text-decoration: none;
}
.footer a:hover, .footer a:focus {
	color: #FF0000;
	text-decoration: none;
}
.copyright {
	font-size: 0.9em;
	text-transform: none;
	clear: both;
	padding: 5px 10px 15px 20px;
}

/*Assign this class to set large text and the stylish Cuprum font*/
.column-content.largesse, .largesse {
	font-size: 1.25em;
	line-height: 1.75em;
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
}
/*Assign this class to to make popper box*/
.page-popper {
	background-color: #EBEBEB;
	color: #EBEBEB;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	border: 1px solid #696969;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	box-shadow: 5px 5px 20px #000;
	margin: 10px 0;
}
.page-popper-screen {
	background-color: #fbfbfb;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	border: 1px solid #696969;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #696969;
	-webkit-box-shadow: 5px 5px 20px #696969;
	box-shadow: 5px 5px 20px #000;
	margin: 10px 0;
}
.page-popper-header {
	background-color: #ebebeb;
	padding: 5px 5px 5px 5px;
	border: 1px solid #696969;
	border-radius: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 0px #696969;
	-webkit-box-shadow: 5px 5px 5px #696969;
	box-shadow: 0px 0px 0px #000;
	margin: 5px 0;
}
.nestedbox-header-banner {
border-radius: 1px;
/*border: solid #CCCCCC 1px;*/
padding: 5px 5px 5px 5px;
}
.page-popper-new {
	background-color: #000;
	color: #f1f1f1;
	padding: 20px 20px 12px 20px;
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.75;
	color: #EBEBEB;
	border: 2px solid #101010;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	box-shadow: 5px 5px 20px #000;
	margin: 10px; 
	}

.page-popper-gray {
	background-color: #000;
	color: #EBEBEB;
	padding: 20px 20px 12px 20px;
	font-size: 16px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	box-shadow: 5px 5px 20px #000;
	margin-bottom: 16px;
	margin: 10px 0;
}

/*Use this class to asign a black accent box around your content*/
.affinity-row .blast {
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.75;
	color: #000;
	border-radius: 0px 0px 10px 10px;
	padding: 10px 10px;
	background: -webkit-linear-gradient(#EEE, #AAA);
	background: linear-gradient(#EEE, #AAA);
	background-color: #DDD;
	margin-bottom: 20px;
}
/*Add the gray class to the blast class to make your accent box gray*/
.affinity-row .blast.gray {
	background: -webkit-linear-gradient(#EEE, #AAA);
	background: linear-gradient(#EEE, #AAA);
	background-color: #DDD;
	color: #000;
}
.affinity-row.sidebar-left .column-content .blast,
.affinity-row.sidebar-right .column-content .blast,
.full-round {
	border-radius: 6px !important;
	
}
#nestedbox-rightcolumn {
position: inherit;
width: 180px;
border: solid #cccccc 1px;
background-color: #f1f1f1;
padding: 10px;
}

#nestedbox-rightsquare {
position: inherit;
width: 180px;
height: 180px;
border: solid #cccccc 1px;
background-color: #f1f1f1;
padding: 10px;
}
#nestedbox-member {
position: inherit;
width: 300px;
height: 275px;
border: solid #ebebeb 1px;
background-color: #ffffff;
padding: 5px;
}
#nestedbox-google {
position: inherit;
width: 180px;
height: 630px;
border: solid #cccccc 1px;
background-color: #f1f1f1;
padding: 10px;
}

#nestedbox-banner-footer {
position: inherit;
width: 120px;
height: 40px;
border: solid #cccccc 1px;
background-color: #f1f1f1;
padding: 2px;
}

#nestedbox-banner-footer2 {
position: inherit;
width: 470px;
height: 62px;
border: solid #cccccc 1px;
background-color: #f1f1f1;
padding: 2px;
}

#nestedbox-tower_banner-right {
position: inherit;
width: 180px;
height: 325px;
border: solid #cccccc 1px;
height: 325px;
border-radius: 10px 10px 10px 10px;
background-color: #f1f1f1;
padding: 10px;
}



#nestedbox-contact {
position: inherit;
width: 600px;
height: 350px;
border: solid #cccccc 1px;
background-color: #f1f1f1;
padding: 10px;
}

#nestedbox-article{
position: inherit;
border: solid #cccccc 1px;
background-color: #ffffff;
padding: 10px;
}

/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	margin: 0px;
}
.p7DMM03.p7DMM.p7dmm-left, .p7DMM03.p7DMM.p7dmm-right {
	padding: 0px !important;
}
#layout {
	max-width: none;
	padding: 0px;
}
.column, .column-1, .column-2, .column-3,
.column-half, .column-third, .column-fourth,
.column-fifth {
	float: none !important;
	width: auto !important;
}
.column-content {
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1380px) {
#layout {max-width: none;}
}

/* The important stuff */
.table-container{
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 700px){
    .table-container {
    	overflow: visible;
    }
}
	/**** Extra  */
.style3 {color: #FF0000}
.style4 {color: #000000}
.style5 {color: #696969;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5em;
line-height: normal;
margin: 30px 0px 0px 0px;
}
.style6 {color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5em;
line-height: normal;
margin: 30px 0px 0px 0px;
}
.style7{color: #696969;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.0em;
line-height: normal;
margin: 30px 0px 0px 0px;

}

.highlighter:hover {
    background: #ebebeb;
 }

<style type="text/css">
	/**** YOU CAN DELETE THIS CSS - IT IS JUST AN EXAMPLE ON HOW TO STYLE THE CHECKOUT PROCESS ***/
	fieldset.simplecart_fieldset{
		border:1px solid #d5ecfa;
		margin-bottom:15px;
	}
	
	fieldset.simplecart_fieldset legend{
		color:#235FAC;
		font-family:Arial, Helvetica, sans-serif;;
		font-size:17px;
		font-weight:normal;
		margin-top:0;
	}
	fieldset.simplecart_fieldset table,
	fieldset.simplecart_fieldset table td,
	fieldset.simplecart_fieldset table th,
	fieldset.simplecart_fieldset{
		font-family:arial;
		font-size: 1.0em;
	}

/* Gradient transparent - color - transparent */ 
hr.style-two { 
	border: 0; height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}

	</style>
