@charset "UTF-8";
/* CSS Document */

/*

Yellow #fed815
Black #060606
Grey #efefef

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);

*/

body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Open Sans', sans-serif;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 2px dashed #060606;	
	margin: 20px 0 20px 0;
}

#headerBackground {
	float: left;
	width: 100%;	
}

header {
	margin: 0 auto;
	width: 960px;	
}

#topBar {
	float: left;
	width: 100%;
	background-color: #060606;
}

#topBar ul {
	float: right;
	color: white;
	list-style-type: none;
	padding: 6px 0 6px 0;
	margin: 0;
}

#topBar li {
	display: inline;
	color: white;
	font-size: 90%;
	margin-left: 20px;
	margin-right: 5px;
}

#topBar li.email {
	background: url(images/envelope.png) no-repeat;
	background-position: left;
	padding-left: 38px;
}

#topBar li.phone {
	background: url(images/phone.png) no-repeat;
	background-position: left;
	padding-left: 38px;
}

#topBar li a {
	color: white;
	text-decoration: none;
}

#topBar p {
	float: left;
	color: white;	
	font-size:90%;
	margin: 10px 0 3px 5px;
	padding: 0;
}

#topBar a {
	margin: 0 0 0 0;
}

#topBar img {
	float: right;
	margin: -3px 0 0 5px;
}

#logo { 
	float: left;
	margin: 20px 0 0 0;
}

#logo:hover {
	cursor: pointer;	
}

/*										Nav								*/

nav {
	float: right;
}

nav ul {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 50px 0 0 0;
}

nav li {
	display: inline;
	color: #060606;
	font-size: 130%;
	margin: 0 0 0 40px;
	font-weight: bold;
	padding: 0;
}

nav li a {
	color: #060606;
	text-decoration: none;
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 5px solid white;
}

nav li a:hover {
	color: #060606;
	text-decoration: none;
	border-bottom: 5px solid #fed815;
}

nav li a.active {
	color: #060606;
	border-bottom: 5px solid #fed815;
}

/*Mobile Menu*/

#accordionSection {
	float: left;
	display: none;
	text-align: left;
}

.accordionButton {
	padding: 5px 0 5px 0;
}

.accordionButton h4 {
	color: #060606;	
	margin: 0;
	padding: 10px;
	font-weight: normal;
	background-color: #fed815;
	text-align: left;
	text-transform: uppercase;
	font-size: 100%;
}

.accordionContent {
	float: left;
	padding: 5px;
	background-color: #060606;
	margin-bottom: 5px;
}

.accordionContent ul {
	float: left;
	list-style-type: none;
	padding: 0;
	text-align: left;
	margin: 0;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 90%;
	margin: 0;
	padding: 0;
	line-height: 35px;
	color: white;
	float: none;
}

#accordionSection .accordionContent li a {
	margin: 0;
	padding: 5px;
	float: none;
	color: white;
}

#accordionSection .accordionContent li a:hover {
	border-bottom: 2px solid #fed815;
}

#accordionSection .accordionContent li a.active {
	border-bottom: 2px solid #fed815;
}



/*										Footer								*/


#copyrightOuter {
	float: left;
	width: 100%;	
	background-color: #060606;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
}

#copyright {
	width: 960px;
	margin: 0 auto;
}

#copyright p {
	color: white;
	font-size: 70%;
}

#copyright p a {
	color: white;
	text-decoration: none;
}

#copyright p a:hover {
	color: white;
	text-decoration: underline;
}

p.copyLeft {
	float: left;	
	margin: 0;
}

p.copyRight {
	float: right;	
	margin: 0;
}




/*									Banner   */

#bannerOuter {
	float: left;
	width: 100%;	
	background-color: #fed815;
	padding: 20px 0 20px 0;
	border-top: 10px solid white;
	border-bottom: 10px solid white;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);

}

#banner {
	margin: 0 auto;
	width: 960px;	
	position: relative;
}

#bannerLeft {
	width: 610px;
	height: 390px;
	border: 5px solid white;	
}

#bannerForm {
	position: absolute;
	right: 0;
	top: 0;
	width: 320px;
	height: 400px;
	background-color: #efefef;	
	border-radius: 15px;
}

#bannerForm h2 {
	color: white;	
	background-color: #060606;
	text-align: center;
	margin: 0;
	padding: 8px 0 8px 0;
	font-size: 130%;
	border-radius: 15px 15px 0 0;
}

#bannerFormArea fieldset {
	float: left;
	border: none;
	padding: 0 10px 0 10px;
	width: 300px;
	margin-top: 10px;
}

#bannerFormArea .error {
	float: left;
	font-size: 80%;
	color: red;
	margin: 10px 0 0 10px;
	display: none;
}	

#bannerFormArea .field {
	float: left;	
	width: 300px;
	margin-bottom: 10px;
}

#bannerFormArea .submitField {
	float: left;
	width: 300px;	
}

#bannerFormArea #submit.formButton {
	float: right;
	height: 35px;
	width: 130px;
	background-color: #fed815;
	color: black;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	text-transform: uppercase;
	border: none;
	font-size: 120%;
}

#bannerFormArea #submit.formButton:hover {
	background-color: white;
	color: black;
	cursor: pointer;
}

#bannerFormArea label {
	font-size: 110%;
	color: #060606;
	font-weight: bold;
}	

#bannerFormArea input {
	color: #333333;	
	border: none;
	float: right;
	height: 30px;
	margin-top: 5px;
	width: 300px;
	background-color: white;
	border: 1px solid #060606;
}

/*										Main Body						*/

#mainBodyHome {
	float: left;
	width: 100%;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 750px;
	border-top: 2px dashed #fed815;
	background-color: #efefef;
}

#mainBody {
	margin: 0 auto;
	width: 960px;	
}

#mainBodyHome #mainBody h1 {
	text-align: center;
}

#mainBody h1 {
	font-size: 140%;
	color: #060606;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#mainBody h2 {
	font-size: 120%;
	color: #060606;	
}

#mainBody p {
	font-size: 90%;
	line-height: 28px;
	color: #060606;
}

#mainBody p span {
	color: #060606;
	font-weight: bold;
}	

#mainBody p a {
	color: #060606;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #060606;
	text-decoration: none;
}

#mainBody li {
	font-size: 90%;
	line-height: 30px;
	color: #060606;
}

#mainBody li a {
	color: #060606;
	text-decoration: none;
}

#mainBody li a:hover {
	color: #060606;
	text-decoration: underline;
}

/*Home*/

#homeCircles {
	float: left;
	width: 100%;
	margin: 15px 0 15px 0;	
}

#homeCircles img:hover {
	cursor: pointer;
	opacity: .8;	
}

#homeBoxes {
	float: left;
	width: 100%;
	margin: 10px 0 25px 0;		
}

.leftBox {
	float: left;
}

.leftBox img {
	border: 5px solid white;	
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);
}

.rightBox {
	float: right;
}

.rightBox img {
	border: 5px solid white;	
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);
}

img.hiscox {
	float: left;
	margin: 0 20px 10px 0;	
}


/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 450px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: red;
	margin: 10px 0 0 140px;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 420px;
	margin-bottom: 10px;
}

#contactFormArea .submitField {
	float: left;
	width: 420px;	
}

#contactFormArea #submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #fed815;
	color: #060606;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	text-transform: uppercase;
	border: none;
}

#contactFormArea #submit.formButton:hover {
	background-color: white;
	color: #060606;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 90%;
	color: #060606;
	font-weight: bold;
}	

#contactFormArea input {
	color: #060606;	
	border: none;
	float: right;
	height: 30px;
	width: 280px;
	background-color: white;
	border: 1px solid #060606;
}

#contactFormArea textarea {
	color: #060606;	
	float: right;
	height: 120px;
	width: 278px;
	background-color: white;
	border: 1px solid #060606;
}

.iframe {
	float: right;	
}



#breadcrumbs {
	float: left;
	width: 100%;	
	margin-bottom :5px;
}

#breadcrumbs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#breadcrumbs li {
	display: inline;
	margin: 0;
	font-size: 80%;
	font-weight: normal;
	color: black;
}

#breadcrumbs li a {
	color: black;
	text-decoration: none;
}

#breadcrumbs li span {
	margin-right: 5px;
}

#breadcrumbs li a:hover {
	text-decoration: underline;
	color: #fed815;
}


/*Mobile Menu*/

.productSection {
	float: left;
	width: 100%;
	padding-bottom: 40px; 
	margin-bottom: 40px; 
	border-bottom: 2px dashed #060606;	
}

.productButton {
	padding: 5px 0 0 0;
	background-color:#060606;
}

.productButton h4 {
	color: white;	
	margin: 0;
	padding: 10px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	font-size: 100%;
	background: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 100%;
	border-bottom: 1px dotted white;
}

.productButton.on {
	background-color:#fed815;
}

.productButton.on h4 {
	color:#060606;
}

.productButton.over {
	background-color:#fed815;
}

.productButton.over h4 {
	color:#060606;
}

.productContent {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border: 1px dotted #060606;
	border-top: none; 
	background-color: #efefef;
}

.productContent p {
	padding: 5px;
}

.productContent ul {
	float: left;
	list-style-type: none;
	padding: 0;
	text-align: left;
	margin: 0;
}

#mainBody .productSection .productContent li {
	display: block;
	font-size: 90%;
	margin: 0;
	padding: 0;
	line-height: 35px;
	color: white;
	float: none;
}

#mainBodyOuter img  {
	float: right;
	margin: 10px 0 10px 20px;
}

img.map {
	max-width: 100%;
	height: auto;	
}


#checkBoxHome {
	float: right;
	margin: 5px 0 20px 20px;
	background-color: #fed815;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);
}

#checkBoxHome h2 {
	background-color: black;
	color: white;
	padding: 10px;
	margin: 0;
	font-size: 100%;
}

#checkBoxHome ul {
	padding: 5px 10px 5px 30px;
	margin: 0;
}

#checkBoxHome li {
	color: black;
}


#cardSymbols {
	float: left;
	width: 100%;
}

#cardSymbols img {
	float: right;
	margin-bottom: -30px;
}



/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
			
header {
	width: 100%;	
}
			
#accordionSection {
	display: block;
	margin-left: 10px;
}

nav ul.mainNav {
	display: none;
}	

nav {
	float: left;
	width: 100%;
	background-color: #060606;
}	
	
	
#banner {
	float: left;
	width: 95%;	
	padding: 1%;
	margin-bottom: 15px;
}

#bannerForm {
	display: none;	
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

#mainBodyOuter #mainBody {
	border-top: none;
	margin-top: 0;
}

#copyright {
	width: 95%;	
	padding: 1%;
}

#homeBoxes {
	width: 100%;	
}

.iframe {
	float: left;	
}


.leftBox {
	max-width: 48%;	
}

.leftBox img {
	width: 100%;
	height: auto;
}

.rightBox {
	max-width: 48%;	
}

.rightBox img {
	width: 100%;
	height: auto;
}


					 
}




 /* 730*/
@media only screen 
and (max-width : 730px) 
				 {
					
		
header {
	width: 100%;	
}

#logo { 
	float: left;
	margin: 10px 0 5px 0;
	width: 100%;
}
	
#logo img { 
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 100%;
	height: auto;
}
		
#topBar ul {
	float: left;
}

#topBar li {
	margin-left: 10px;
	margin-right: 10px;
}

#topBar p {
	float: left;
	color: white;	
	font-size:90%;
	margin: 10px 0 3px 5px;
	padding: 0;
}

#topBar a {
	margin: 0 0 0 0;
}

#topBar img {
	float: right;
	margin: -3px 0 0 5px;
}

			
#banner {
	width: 95%;	
	padding: 1%;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

#mainBody img {
	float: none;
	clear: both;
	margin: 10px 0 10px 0;
}	

#copyright {
	width: 95%;	
	padding: 1%;
}

.iframe {
	float: left;	
	margin-bottom: 10px;
}					
		
#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .field {
	width: 100%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}


.leftBox {
	max-width: 70%;	
	margin-bottom: 15px;
}

.rightBox {
	float: left;
	max-width: 70%;	
}

					
 }
 
 
 /* 620*/
@media only screen 
and (max-width : 620px) 
				 {
		
 
 #bannerLeft {
	width: 100%;
	height: auto;
}	


#checkBoxHome {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;	
}

#topBar li {
	display: block;
}

#cardSymbols img {
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
	
	}
	
 
 /*@media only screen 
and (max-device-width : 480px)
and (orientation : landscape) {*/
	
@media only screen 
and (max-device-width : 480px)
and (orientation : landscape) {
	

		
header {
	width: 100%;	
}

#logo { 
	float: left;
	margin: 10px 0 5px 0;
	width: 100%;
}
	

#logo img { 
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 100%;
	height: auto;
}

#topBar li {
	margin-left: 5px;
	margin-right: 0;
	display: block;
}

#topBar p {
	float: left;
	color: white;	
	font-size:90%;
	margin: 10px 0 3px 5px;
	padding: 0;
}

#topBar a {
	margin: 0 0 0 0;
}

#topBar img {
	float: right;
	margin: -3px 0 0 5px;
}

			
#banner {
	width: 95%;	
	padding: 1%;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

#mainBody img.blephex {
	float: none;
	margin: 10px 0 10px 0;
	clear: both;
}



#homeCircles img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#copyright {
	width: 95%;	
	padding: 1%;
}

#copyright p.copyRight {
	float: left;
	margin-top: 5px;
}

.iframe {
	float: left;	
	margin-bottom: 10px;
	width: 100%;
}					
	

#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .field {
	width: 100%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}

.leftBox {
	max-width: 90%;	
	margin-bottom: 15px;
}

.rightBox {
	float: left;
	max-width: 90%;	
}



}





/* 480*/
@media only screen 
and (max-width : 480px) 
				 {
		
header {
	width: 100%;	
}

#logo { 
	float: left;
	margin: 10px 0 5px 0;
	width: 100%;
}
	

#logo img { 
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 100%;
	height: auto;
}

#topBar li {
	margin-left: 5px;
	margin-right: 0;
	display: block;
}

#topBar p {
	float: left;
	color: white;	
	font-size:90%;
	margin: 10px 0 3px 5px;
	padding: 0;
}

#topBar a {
	margin: 0 0 0 0;
}

#topBar img {
	float: right;
	margin: -3px 0 0 5px;
}


#banner {
	width: 95%;	
	padding: 1%;
	height: auto;
}


#mainBody {
	width: 95%;	
	padding: 1%;
}

#mainBody img.blephex {
	float: none;
	margin: 10px 0 10px 0;
	clear: both;
}



#homeCircles img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#copyright {
	width: 95%;	
	padding: 1%;
}

#copyright p.copyRight {
	float: left;
	margin-top: 5px;
}

.iframe {
	float: left;	
	margin-bottom: 10px;
	width: 100%;
}					

#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .field {
	width: 100%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}

	.leftBox {
	max-width: 90%;	
	margin-bottom: 15px;
}

.rightBox {
	float: left;
	max-width: 90%;	
}
 
					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	
		
header {
	width: 100%;	
}

#logo { 
	float: left;
	margin: 10px 0 5px 0;
	width: 100%;
}
	

#logo img { 
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 100%;
	height: auto;
}

#contact {
	float:left;
	width: 100%;
	margin: 0 0 10px 0;
	text-align:center;
}

#contact ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#contact li {
	text-align: center;
}
			
#banner {
	width: 95%;	
	padding: 1%;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

#mainBody img.blephex {
	float: none;
	margin: 10px 0 10px 0;
	clear: both;
}

#copyright {
	width: 95%;	
	padding: 1%;
}

.iframe {
	float: left;	
	margin-bottom: 10px;
	width: 100%;
}					

#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .field {
	width: 100%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}


		
	
}
				 
