@charset "utf-8";
@import url('thumbviewer.css');
@import url('highslide.css');

body  {
	font: small Arial, Helvetica, sans-serif;
	background: #E1E1E1 repeat center;
	margin: 10px 0 0 20px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../assets/images/layout/layout_03.jpg) repeat-y;
} 

#header {
	background: #DDDDDD url(../assets/images/layout/layout_01.jpg);
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 160px;
	margin: 0px;
} 
a:hover {
	color: #990000;
}


#topNav {
	background: url(../assets/images/layout/layout_02.jpg) no-repeat;
	height: 43px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#contentWrapper {
	margin: 0px;
	padding: 20px 0px 0px 20px;
	background: url(file:///C|/Documents%20and%20Settings/Larry/My%20Documents/Client%20Files/Securamsys/assets/images/layout/layout_03.jpg) repeat-y;
	width: 860px;
}

#mainContent {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: small;
	width: 615px;
	float: right;
	display: inline;
} 

#mainContent h1 {
	font-size: medium;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#mainContent h2 {
	background: url(../assets/images/layout/prodheading.jpg) no-repeat;
	height: 30px;
	padding-top: 12px;
	padding-left: 15px;
	color: #990000;
	font-size: small;
}
#mainContent h3 {
	font-size: 10pt;
	
}


#mainContent p {
	font-size: small;
}
#mainContent ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}

#mainContent .prodImage {
	padding: 10px;
	float: left;
	margin-right: 15px;
}
#mainContent .feature {
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	margin: 0px 0px 10px;
	width: 90%;
	text-align: left;
}
#mainContent .prodInfo {
	margin: 0px;
	padding: 0px;
}
.productSummary {
	margin: 0px;
	padding: 0px;
}
.prodSummaryImage {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 305px;
}
#googleMap {
	margin: 0px auto;
	padding: 25px 0px 0px;
	width: 600px;
}

#sidebar {
	width: 226px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	font-size: small;
	float: left;
	background: url(../assets/images/layout/sidebar_02.jpg) repeat-y;
}
#sidebarTop {
	background: url(../assets/images/layout/sidebar_01.jpg) no-repeat;
	height: 37px;
}

#sidebarContent {
	padding: 0px;
	margin: 0px;
	color: #333333;
}
#sidebarBottom {
	background: url(../assets/images/layout/sidebar_03.jpg);
	height: 22px;
}


#sidebar  h1 {
	font-size: small;
	margin: 0px;
	padding: 3px 0px 0px;
	color: #333333;
	text-align: center;
	background: url(../assets/images/layout/sidebarH1.jpg);
	height: 25px;
}
#sidebar  p {
	font-size: small;
	margin: 0px 0px 10px;
	padding: 0px 10px;
	text-align: left;
}
#sidebar li {
	font-size: x-small;
}


#sidebar img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#sidebarContent ul {
	margin: 0px 20px;
	padding: 0px;
}




#footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #7FAACC url(../assets/images/layout/layout_04.jpg) no-repeat;
	margin: 0px auto;
	clear: both;
	height: 56px;
	width: 900px;
} 
#footer a {
	margin: 0px;
	padding: 0px;
}
#footer a:hover {
	color: #000000;
}
#footer h2 {
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 0px;
}

#footer h1 {
	font-size: x-small;
	padding: 0px 25px 0px 25px;
	text-align: center;
	margin: 0px;
	color: #999999;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 10px 0px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
#index_thirds h1 {
	font-size: 13px;
	color: #990000;
	font-weight: bold;
	text-align: center;
}
#index_thirds ul {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
	font-size: small;
}
#index_thirds li {
	font-size: small;
}


#index_thirds img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.index_thirds_1 {
	margin: 0px;
	width: 175px;
	height: 550px;
	float: left;
	color: #000000;
	padding: 5px 10px 0px 10px;
	border-right: 3px dotted #666666;
	}
.index_thirds_2 {
	margin: 0px;
	width: 175px;
	height: 550px;
	float: left;
	color: #000000;
	padding: 5px 10px 0px 15px;
	border-right: 3px dotted #666666;
}
.index_thirds_3 {
	margin: 0px;
	width: 175px;
	height: 400px;
	float: left;
	color: #000000;
	padding: 5px 10px 0px 15px;
}


input.txt {
	color: #00008B;
	border: 1px inset #00008B;
	width: 200px;
	background: #adc5e7;
}
input.txtDate {
	width: 75px;
	background: #adc5e7;
}
.input.textarea {
	background: #adc5e7;
}
fieldset {
	border: 1px solid #7FA7DA;
	padding: 0.6em;
	margin: 15px;
}
.centeredImage {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.formbg {
	width: 300px;
	margin: 0px;
	float: right;
	border: 1px solid #666666;
}
form div label {
  float: left;
  width: 40%;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}
form div {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
/* CSS for standard Altra Form >>>>>>>>>>>>>>>>  */
.controlcontainer {
	vertical-align: bottom;
	margin-bottom: 9px;
}
/* end of standard altra form css  */
.controlcontainer  input.btn {
	color: #FFFFFF;
	font-size: 8pt;
	background-color: #333333;
	width: 75px;
}
.fieldlabel {
	padding: 5px;
	width: 80px;
	float: left;
	text-align: right;
	color: #990000;
	font-weight: bold;
}
legend {
	font: bold x-small Arial, Helvetica, sans-serif;
	color: #003366;
}

input.select {
	background: #C6D4EE;
}
