a:link {color:#ffffff;} 
a:visited {color:#ffffff;}
a:hover {color:#AEAFAE;}  
a:active {color:#AEAFAE;}  
a.active {color:#AEAFAE;}  
a{
	text-decoration:none;
	font-family:Arial;
}
body{
	background-color:#393939;
}
div.header{
	height:205px;
	background:-webkit-gradient(linear, 0% 15%, 0% 100%, from(#AEAFAE), to(#F3F0F1)); /* Safari, Chrome */
	background: -moz-linear-gradient(top, #AEAFAE, #F3F0F1); /* Firefox */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#AEAFAE, endColorstr=#F3F0F1); /* Internet Explorer 5 - 7 */
	zoom:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#AEAFAE, endColorstr=#F3F0F1)"; /* Internet Explorer 8 */
	
	margin-left:-8px;
	margin-right:-8px;
	margin-top:-25px;
	border-bottom:8px solid #023471;
}
div.navbar{
	background-color:#474747;
	/*width:70%;*/
	margin-right:25%;
	margin-left:25%;
	height:40px;
	text-align:center;
}
div.maincontent{
	margin-left:8%;
	margin-right:8%;
	background-color:#aeafae;
	padding: 1px 5px 5px 5px;
	-moz-box-shadow: 0px 0px 24px #000000;
	-webkit-box-shadow: 0px 0px 24px #000000;
	box-shadow: 0px 0px 24px #000000;
}
b.free{
	color:#023471;
}
img.logo{
	width:210px;
	padding-left:15px;
	padding-top:15px;
	position:absolute;
	z-index:1;
}
h1.slogan{
	color:#023471;
	font-family:Arial;
	text-align:center;
	padding-top:90px;
}
p.navbar{
	color:#ffffff;
	font-family:Arial;
	font-size:16pt;
	padding-top:8px;
}
a.quote{
	font-family:Arial;
	font-weight:bold;
	font-size:15pt;
	color:#000000;
	float:right;
	padding:20px 50px 0px 0px;
}
p.normal, li{
	font-family:Arial;
	font-size:12pt;
	padding:10px 20px 0px 20px;
	color:#000000;
}
p.contact{
	font-family:Arial;
	font-size:12pt;
	padding:10px 0px 0px 0px;
	text-align:center;
	color:#ffffff;
}





/***********   Products   ***********/
.kwicks {  
    list-style: none;  
    position: relative;  
    margin: 10 0 0 8%;  
    padding: 0;  
	-moz-box-shadow: 0px 0px 24px #000000;
	-webkit-box-shadow: 0px 0px 24px #000000;
	box-shadow: 0px 0px 24px #000000;
}  
.kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
} 
.kwicks li{  
    float: left;  
    width: 180px;  
    height: 600px;  
    margin-right: 5px;  
	-moz-box-shadow: -3px 0px 12px #000000;
	-webkit-box-shadow: -3px 0px 12px #000000;
	box-shadow: -3px 0px 12px #000000;
}  
#kwick1 {   
    background-color: #AEAFAE;  
	background-image:url(images/renovations.png);
	background-repeat:no-repeat;
}  
#kwick2 {  
    background-color: #F3F0F1;  
	background-image:url(images/carports.png);
	background-repeat:no-repeat;
}  
#kwick3 {  
    background-color: #AEAFAE;  
	background-image:url(images/automation.png);
	background-repeat:no-repeat;
}  
#kwick4 {   
    background-color: #F3F0F1;  
	background-image:url(images/gates.png);
	background-repeat:no-repeat;
} 
#kwick5 {  
    background-color: #AEAFAE; 
	background-image:url(images/burglar.png);
	background-repeat:no-repeat;	
}  
#kwick6 {   
    background-color: #F3F0F1;  
    margin-right: none;  
	background-image:url(images/fences.png);
	background-repeat:no-repeat;
} 
.classname {
	font-family:Arial;
	font-size:14pt;
	padding-top:0px;
	padding-left:20px;
	writing-mode:tb-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	display:block;
}





/***********   Form   ***********/
#mainFormError{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}
input.mainFormError{
	background-color: #FADADD;
}
textarea.mainFormError{
	background-color: #FADADD;
}
select.mainFormError{
	background-color: #FADADD;
}
label.formFieldQuestion{
	font-family:Arial;
	font-size:12pt;
	color:#ffffff;
}
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}
a.info span {
	position: relative;
	display:none;
}
a.info:hover {
	position: relative;
	cursor:default;
}
a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;
	left:25px;
	width:205px; 
	height:48px; 
	border: 1px solid #ccc; 
	background:#f4f4f4; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}
a.reference{
	color:#87050E;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	position: absolute;
    right: 5%;
    top: 150px;
    z-index: 1;
}
a.link{
	padding:35px;
}