@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	background-image: url(../images/background-img.gif);
	background-repeat: repeat-x;
	background-color: #00457c;
}
#mywrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 139px;
	padding-bottom: 5px;
}
#companylogo {
	background-image: url(../images/Laser-Guardian-Logo.png);
	background-repeat: no-repeat;
	height: 142px;
	width: 306px;
	float: left;
}
#topcontact {
	float: left;
	width: 654px;
	padding-top: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #00457c;
	font-weight: bold;
	text-align: right;
}


#navigation {
	height: 29px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}
#navigation ul {
	list-style-type: none;
}
#navigation ul li {
	float: left;
	width: 188px;
	text-align: center;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	height: 21px;
	padding-top: 0px;
	display: block;
	position: relative;
	z-index:9;
}


#bannertop {
	height: 280px;
}
#columns {
	padding-top: 25px;
}
#columns #content {
	float: left;
	width: 680px;
	min-height: 900px;
	background-color: #fff;
	padding: 10px;
}
#columns #content2 {
	float: left;
	width: 680px;
	background-color: #fff;
	padding: 10px;
	  min-height: 900px;
	
}
#content2 .about-us {
	padding-left: 25px;
	list-style-type: disc;
}



#columns #subcontent {
	float: left;
	width: 240px;
	min-height: 900px;
	background-color: #dbdbdb;
	padding: 10px;
}
#subcontent img{
width: 203px !important;
height:133px !important;
}
#columns #subcontent2 {
	float: left;
	width: 240px;
	background-color: #dbdbdb;
	padding: 10px;
	min-height: 900px;
	
}
#subcontent2 img{
width: 203px !important;
height:auto !important;
}

#left-cat {
	width: 200px;
	float: left;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 40px;
	-moz-border-radius-bottomleft: 40px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
	background-color: #00457c;
	color: #FFF;
	margin-right: 20px;
	margin-left: 10px;
	text-align: left;
}
#left-cat-cont {
	height: 180px;
	width: 200px;
	background-color: #e7e7e7;
	color: #000;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-top: 20px;
}

#mid-cat {
	width: 200px;
	float: left;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 40px;
	-moz-border-radius-bottomleft: 40px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
	background-color: #00457c;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}

#mid-cat-cont {
	height: 180px;
	width: 200px;
	background-color: #e7e7e7;
	color: #000;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-top: 20px;
}

#right-cat {
	width: 200px;
	float: left;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 40px;
	-moz-border-radius-bottomleft: 40px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
	background-color: #00457c;
	color: #FFF;
	margin-right: 10px;
	margin-left: 20px;
	text-align: left;
}

#right-cat-cont {
	height: 180px;
	width: 200px;
	background-color: #e7e7e7;
	color: #000;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-top: 20px;
}

#categories {
	margin-right: auto;
	margin-left: auto;
	width: 720px;
}
#categories img{
width:200px !important;
}


h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00457C;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 10px;
	padding-top: 8px;
	padding-left: 10px;
}
h3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00457C;
}
.rightsub {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top:10px;
}

.category {
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	/*font-size: 13px;*/
	padding: 4px;
}
.bottombox{
font-size:13px;
padding:4px;
}



 a:link {color:#FFFFFF; text-decoration: none;}      /* unvisited link */
 a:visited {color:#FFFFFF;}  /* visited link */
 a:hover {color:#00457c;}  /* mouse over link */
 a:active {color:#FFFFFF;}  /* selected link */
 
 .bottombox > a{
	color:#00457C;
 }
 
 .cont a {color:#000 !important;}
 
 h2 a:link {color:#FFFFFF; text-decoration: none;}      /* unvisited link */
 h2 a:visited {color:#FFFFFF;}  /* visited link */
 h2 a:hover {color:#FF0000;}  /* mouse over link */
 h2 a:active {color:#FFFFFF;}  /* selected link */ 

img { border: 0; }

#subcontent img { text-align:center;}

#footer {
	height: 25px;
	text-align: right;
	color: #FFF;
	font-size: 12px;
	font-style: italic;
	padding-top: 10px;
}

.clear {
	clear: both;
}





#form-wrapper
{
	width: 635px;
	height: 355px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	border: 1px solid #ddd;
	background-color: #fff;
	}

#form-wrapper:before, #form-wrapper:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

#form-wrapper:after
{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

#form-wrapper .button
{
    float: right;
   /* margin: 10px 0 0 0;*/
    padding: 7px 15px;
    cursor: pointer;   
    color: #fff;
    font: bold 13px Tahoma, Verdana, Arial;
    text-transform: uppercase;
    overflow: visible; /* IE6/7 fix */
    border: 0;  
   
    background-color: #7089b3;
    background-image: -moz-linear-gradient(#a5b8da, #7089b3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5b8da), to(#7089b3));    
    background-image: -webkit-linear-gradient(#a5b8da, #7089b3);
    background-image: -o-linear-gradient(#a5b8da, #7089b3);
    background-image: -ms-linear-gradient(#a5b8da, #7089b3);
    background-image: linear-gradient(#a5b8da, #7089b3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a5b8da', EndColorStr='#7089b3');     

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 3px 0 rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 3px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 3px 0 rgba(0, 0, 0, 0.7);
}
.sendmsg{
clear: both;
display: inline-table;
float: right;
width: 25%;
margin-bottom: 10px;
}

#form-wrapper .button:hover
{
    background-color: #a5b8da;
    background-image: -moz-linear-gradient(#7089b3, #a5b8da);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7089b3), to(#a5b8da));      
    background-image: -webkit-linear-gradient(#7089b3, #a5b8da);
    background-image: -o-linear-gradient(#7089b3, #a5b8da);
    background-image: -ms-linear-gradient(#7089b3, #a5b8da);
    background-image: linear-gradient(#7089b3, #a5b8da);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7089b3', EndColorStr='#a5b8da');     
}

#form-wrapper .button:active
{
    background: #64799e;
    position: relative;
    top: 2px;
    
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset; 
}

/*ul {
	font-family: Arial, Verdana;
	font-size: 14px;
	list-style: none;
}

ul li {
	display: block;
	position: relative;
	float: left;
}*/
li ul {
	display: none;
}
ul li a {
	display: block;
	text-decoration: none;
	font-size: 14pt;
}
ul li a:hover {
	background-color: #C00;
}
li:hover ul {
	display: block;
	position: static;
}
li:hover li {
	float: none;
	font-size: 14px;
}
li:hover a {
	background-color: #C00;
}
li:hover li a:hover {
}
#mywrapper #columns #content #categories #left-cat #left-cat-cont .category a {
	color: #00457C;
}
#mywrapper #columns #content #categories #mid-cat #mid-cat-cont .category a {
	color: #00457C;
}
#mywrapper #columns #content #categories #right-cat #right-cat-cont .category a {
	color: #00457C;
}
#mywrapper #columns #subcontent .rightsub a {
	color: #00457C;
}
#mywrapper #columns #subcontent .rightsub a {
	color: #00457C;
}








/* CONTACT FORM */
#contactus fieldset
{
   width:320px;
   padding:20px;
   border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
}

#contactus legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#contactus label
{
   font-family : Arial, sans-serif;
   font-size:0.8em;
   font-weight: bold;
}

#contactus input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:18px;
  width:220px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
  
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

#contactus textarea
{
  height:120px;
  width:310px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;  
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff99;
  font-weight:bold;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.6em;
   color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}
/*.rhtcl{
margin-bottom:50px;
}*/