html { font-size: 100%; }
html>body { font-size: 62.5%; }
/* Normalization */

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote,iframe {
	margin: 0;
	padding: 0;
}
p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
}


hr {
	height: 1px;
 	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	color: #cccccc;
	background: #cccccc url(/includes/images/hr.jpg) repeat-x scroll center;
	width: 100%;
	border: 0px;


}

.img2 {
	margin: 0;
	padding: 0;
}

/*
ul, ol {
	list-style: none;
}
*/
/* layout */
body {
	color: #000000;
	font-family: "BitstreamVeraSansRoman", Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	/*background-image: url(/includes/images/synapseMainBackground.png);
	 background-attachment: fixed; */
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background-color: #ffffff;
}
a {
	text-decoration: none;
	color:  #d42427;
	outline: none;
}

a:hover {
	text-decoration: none;
	color:  #0000ff;
}

img { 
	-ms-interpolation-mode: bicubic;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sProperties);
}

a img, a img:hover {
	text-decoration: none;
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "BitstreamVeraSansBold", Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 1.4em;
	line-height: 1.6em;
	color:  #d42427;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
/*
h1.heading {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "LinuxLibertineRegular", "Times New Roman", Times, serif;
	font-size: 2.4em;
	line-height: 1.4em;
	font-weight: normal;
	color:  #333333;

}
*/
h1.heading {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	font-family: "LinuxLibertineRegular", "Times New Roman", Times, serif;
	font-size: 2.4em;
	line-height: 1.0em;
	font-weight: normal;
	color:  #333333;

}
h1.heading a {
	font-family: "LinuxLibertineRegular", "Times New Roman", Times, serif;
	color:  #333333;

}
h1.heading a:hover {
	color:  #d42427;
}

h2 {
	font-size: 1.4em;
	line-height: 1.6em;
	color:  #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	color:  #d42427;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
h3 a {
}
h3.heading {
	font-size: 1.6em;
	font-family: "LinuxLibertineRegular", "Times New Roman", Times, serif;
	color:  #333333;
}
h3.heading a {
	color:  #000000;
}

h4 {
	font-size: 1.2em;
	line-height: 1.6em;
	color:  #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
h5 {
	font-size: 1em;
	line-height: 1.2em;
	color:  #d42427;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
h6 {
	font-size: 1em;
	line-height: 1.2em;
	color:  #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}


b, strong {
	font-family: "BitstreamVeraSansBold", Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

b i, i b, strong em, em strong {
	font-family: BitstreamVeraSansBoldOblique, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

em, i  {
	font-family: "BitstreamVeraSansOblique", Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

/*
ul {
	list-style-type: disc;
}
*/

ul, ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 25px;
	list-style-position: outside;
}
ul li, ol li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 1.3em;

}

ul ul {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 10px;
	line-height: 1.2em;

}




.red_14px {
	font-size: 1.4em;
	line-height:1.6em;
	color: #d42427;
}
.black_14px {
	font-size: 1.4em;
	line-height:1.6em;
	color:  #000000;
}
.red_12px {
	font-size: 1.2em;
	line-height:1.4em;
	color: #d42427;
}
.black_12px {
	font-size: 1.2em;
	line-height:1.4em;
	color:  #000000;
}
.red_10px {
	font-size: 1em;
	line-height:1.2em;
	color: #d42427;
}
.black_10px {
	font-size: 1em;
	line-height:1.2em;
	color:  #000000;
}

#container_print {
	width: 640px;
	margin: 0px  auto;
	border: 0px solid #00ff00;
	padding: 0px 0px 0px 0px;
}




#containerMain {
	width: 980px;
	margin: 0px  auto 0px  auto;
	padding: 10px 0px 0px 0px;
	background-color: #ffffff;
	/*
	-moz-box-shadow: #333 0px 0px 7px;
	-webkit-box-shadow: #000 0px 0px 7px;
	*/
}


#container {
	width: 940px;
	margin: 0px  auto;
	padding: 0px 20px 0px 20px;
	background-color: #ffffff;
}
#container.banner {
	padding: 0px 20px 0px 20px;
}
#container.mid {
	width: 940px;
	margin: 0px  auto;
	padding: 0px 20px 10px 20px;
	background-color: #ffffff;
}

#branding {
	display: block;
	left: 0;
 	clear:both;
}

#header {
	height: 84px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	clear:both;
}
#logo {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 5px;	
	border: 0px solid #00ffff;
}
#tag {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 23px 0px 0px 8px;	
	border: 0px solid #00ffff;
}

#linebreak {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #cccccc;
	padding: 0px 0px 10px 0px;	
	margin: 0px 0px 20px 0px;
	clear:both;
	height:0;
}

#headerContact {
	width: 140px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 20px 35px 0px 0px;	
	font-size: 14px;
	line-height: 28px;
	text-align:center;
	color:  #d42427;
	border: 0px solid #00ffff;
}
#headerContact  p {
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(/includes/images/contactLine.jpg);
}

#headerContact p a {
	color: #000000;
	text-decoration: none;
}
#headerContact p a:hover {
	text-decoration: none;
	color:  #0000ff;
}


#filler {
 margin: 100% 0px 100% 0px;
padding: 10px 0px 10px 0px;
height:100%;
background-color:#ff00ff;
}

#Section {
	width: 940px;
	margin: 0px  auto;
	padding: 20px 0px 50px 0px;
	display: block;
 	clear:both;
 }

#Section_Left {
	width: 220px;
	min-height: 450px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	float: left;
	display: inline;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#Section_Left_Home {
	width: 210px;
	min-height: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	float: left;
	display: inline;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}


#Section_Center {
	width: 480px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	float: left;
	display: inline;
}

#Section_Center_Home {
	width: 360px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	float: left;
	display: inline;
}


#Section_Right {
	width: 240px;
	min-height: 450px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	float: left;
	display: inline;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}


#Section_Right_Home {
	width: 360px;
	min-height: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	float: left;
	
}

#WhereToBuy {
	min-height: 100px;
	padding: 15px 0px 20px 30px;	
	margin: 0px 0px 0px 10px;
	background-image: url(/includes/images/background_line_240.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;

}

#Where2Buy_image {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	padding: 0px 0px 10px 0px;	
	margin: 0px 0px 0px 0px;
	height: 130px;
	/* background-image: URL(/images/map.png); */
	background-repeat:no-repeat;
	background-position: 0px 25px;
}

#Where2Buy_image.synapse{
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	padding: 0px 0px 10px 0px;	
	margin: 0px 0px 0px 0px;
	height: 130px;
	background-image: URL(/images/map.png); 
	background-repeat:no-repeat;
	background-position: 0px 30px;
}

#Where2Buy_image.future{
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	padding: 0px 0px 30px 0px;	
	margin: 0px 0px 10px 0px;
	height: 130px;
	background-image: URL(/images/map_world.png); 
	background-repeat:no-repeat;
	background-position: 0px 55px;
}
#Where2Buy_image.future h3{

	padding: 0px 0px 20px 0px;	
	margin: 0px 0px 0px 0px;
}

#Where2Buy_image select {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #d42427;
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;
	font-size: 1em;
	line-height: 1.4em;
	width: 185px;
}

#Where2Buy_image img {
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;
}

#Where2Buy_no_image {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	padding: 0px 0px 20px 0px;	
	margin: 0px 0px 0px 0px;

}
#Where2Buy_no_image select {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #ee3224;
	padding: 0px 0px 0px 0px;	
	margin: 10px 0px 0px 0px;
	font-size: 1em;
	line-height: 1.4em;
	width: 185px;
}
#Where2Buy_no_image img {
	padding: 0px 0px 10px 0px;	
	margin: 0px 0px 0px 0px;
}

#buyOnLine {
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;
	min-height: 115px;
	/* background-image: URL(/images/map.png); */
	background-repeat:no-repeat;
	background-position: 0px 0px;
}
#buyOnLine li {
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;

}
#buyOnLine a {
	text-decoration: none;
	color:  #d42427;
	outline: none;
}

#buyOnLine a:hover {
	color: #0000ff;
	text-decoration: none;
}

#WhoIs {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	padding: 15px 0px 0px 20px;	
	margin: 0px 0px 0px 0px;
	background-image: url(/includes/images/background_line_240.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#WhoIs a {
	color: #d42427;
	text-decoration: none;
}
#WhoIs a:hover {
	color: #0000ff;
	text-decoration: none;
}
#WhoIs ul {
	padding: 10px 0px 0px 10px;	
	margin: 0px 0px 0px 0px;
}

#snapUsers {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	padding: 15px 0px 0px 20px;	
	margin: 5px 0px 0px 0px;
	background-image: url(/includes/images/background_line_240x100.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}










#Print_Email {
	padding: 15px 0px 20px 30px;	
	margin: 0px 0px 0px 10px;
	background-image: url(/includes/images/background_line_240x50.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	text-align:left;
}
#Print_Email a {
	text-decoration: none;
	color:  #0000ff;
}
#Print_Email a:hover {
	text-decoration: none;
	color:  #0000ff;
}


#LR_DIVs .homeNews {
	color: #000000; 
	font-size: 1.1em;
	line-height: 1.4em;
}

#LR_DIVs .homeNews b {
	color: #000000; 
	/* font-size: 12px; */
	line-height: 1.4em;
	text-align: left;
}

#LR_DIVs .homeNews a:hover b{
	color:  #0000ff;
	/* font-size: 12px; */
	line-height: 1.4em;
	text-align: left;
}

/* ----------------------------- */

.clearfix1:after { /*http://positioniseverything.net/easyclearing.html*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
/* Hides from IE-mac \*/
* html .clearfix1 {height: 1%;}
/* End hide from IE-mac */

#leadGallery1 {
	background: #fff;
	height: 200px;
	width: 510px;
	overflow: hidden;
	z-index: 1;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*float: left;
	clear: both;
	min-height: 536px;*/
	}
/* ----------------------------- */


#LR_DIVs {
	padding: 15px 0px 40px 30px;	
	margin: 0px 0px 0px 10px;
	background-image: url(/includes/images/background_line_240.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	text-align:left;
}

#LR_DIVs.leftTop {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	padding: 15px 0px 40px 30px;	
	margin: 0px 0px 0px 10px;
	font-size: 1em;
	line-height: 1.4em;
	text-align: left;
}


#LR_DIVs b {
	/* color: #666666;
	font-size: 10px;
	line-height: 10px;
	text-align: left; */
}
#LR_DIVs a {
	text-decoration: none;
	color:  #000000;
}

#LR_DIVs.parters a {
	text-decoration: none;
	color:  #ff0000;
}
#LR_DIVs a:hover {
	text-decoration: none;
	color:  #0000ff;
}
#IEEE {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	padding: 10px 0px 10px 0px;	
	margin: 0 0px 0px 0px;
	font-size: 1em;
	line-height: 1.4em;
	position: relative;
	bottom: 0px;
}
#zigbee {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	padding: 10px 0px 10px 0px;	
	margin: 0 0px 0px 0px;
	font-size: 1em;
	line-height: 1.4em;
	position: relative;
	bottom: 0px;
}
#defaultCenter {
	min-height: 460px;
	line-height: 1.4em;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	padding: 15px 0px 10px 20px;	
	margin: 0px 0px 0px 10px;
	background-image: url(/includes/images/background_line_470.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display:block;}

#defaultCenter a {
	text-decoration: none;
	color:  #d42427;
}

#defaultCenter a:hover {
	text-decoration: none;
	color:  #0000ff;
}

#Video {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #cccccc;
	padding: 0px 0px 21px 0px;	
	margin: 0px 0px 0px 0px;
}

#home_newsScroll {
	min-height: 130px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 10px 20px;
	display: block;
	background-image: url(/includes/images/background_line_240.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display:block;
}

#home_testimonialRandom {
	min-height: 130px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 10px 20px;
	font-size: 1em;
	line-height: 1.4em;
	background-image: url(/includes/images/background_line_240.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display:block;
}
#home_testimonialRandom a {
	color: #000000;
}
#home_testimonialRandom a:hover {
	color: #d42427;
	text-decoration: none;
}
#home_Applications {
	min-height: 200px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 10px 30px;
	font-size: 1em;
	line-height: 1.4em;
	background-image: url(/includes/images/background_line_350.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	display:block;
}

#home_Solution {
	min-height: 200px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 10px 30px;
	font-size: 1em;
	line-height: 1.4em;
	background-image: url(/includes/images/background_line_350.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	display:block;
}

#home_Spotlight {
	min-height: 250px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 30px 30px;
	font-size: 1em;
	line-height: 1.4em;
	background-image: url(/includes/images/background_line_350.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	display:block;
}
#home_Case {
	min-height: 340px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 30px 30px;
	font-size: 1em;
	line-height: 1.4em;
	background-image: url(/includes/images/background_line_350.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;

	display:block;
}

#home_IEEE {
	min-height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 30px 30px;
	font-size: 1em;
	line-height: 1.4em;
	background-image: url(/includes/images/background_line_350x90.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;

	display:block;
}

#home_BottomRight {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 10px 30px;
	font-size: 1em;
	line-height: 1.4em;
	background-image: url(/includes/images/background_line_350x140.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	display:block;
}

#home_CaseOld {
	width: 510px;
	min-height: 190px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;	
	font-size: 1em;
	line-height: 1.4em;
	float: left;

}
#home_Application {
	width: 510px;
	min-height: 190px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;	
	font-size: 1em;
	line-height: 1.4em;
	float: right;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* navigation and links */

#main_navBar {
	height: 35px;
	width: 525px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

#Nav {
	font-size: 1em;
	font-weight: 900;
	height: 35px;
	width: 940px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	display: block;
 	clear:both;
	border: 0px solid #00ffff;
}
#Nav.bar{
	width: 940px;
	height: 35px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 13px;
	background-image: url(/includes/images/nav_topBackground.jpg);
	background-repeat: no-repeat;
}
#Nav.barBottomx{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(/includes/images/nav_bottomBackground.jpg);
	background-repeat: no-repeat;
}
#Nav.barBottom{
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(/includes/images/nav_bottomBackground.jpg);
	background-repeat: no-repeat;
}
#Nav.barBottomSub{
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(/includes/images/nav_bottomBackground.jpg);
	background-repeat: no-repeat;
}
#newstickerHeader {
	width: 775px;
	height: 30px;
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 20px;
	font-size: 1em;
	text-align: left;
	color: #ffffff;
	display: inline;
	float: left;
}
#newstickerHeader a {
	color: #ffffff;
	text-decoration: none;
}


#socialMediaIconsHeader {
	width: 125px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 7px 20px 0px 0px;
	font-size: 1em;
	text-align: right;
	color: #ffffff;
	display: inline;
	float: left;
}

#socialMediaIconsHeader socialMediaIcons {

	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	font-size: 1em;
	text-align: right;
	color: #ffffff;
	display: inline;
	float: left;
}

#socialMediaIconsHeader socialMediaIcons a {
	color: #ffffff;
	text-decoration: none;
}

div#container div#banner {
	width: 940px;
	height: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div#container div#banner img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}




#MainNaveLink {
	width: 125px;
	height: 19px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	border: 0px solid #00ff00;
	background-repeat: no-repeat;
	float: left;
}

#MainNaveLink a {
	text-decoration: none;
	border: 0px solid #00ffff;
}

/*
#MainNaveLink.Link {
	text-align: center;
	color: #ffffff;
	background-image: url(/images/TabDefault.png);
	background-repeat: no-repeat;

}
*/
#MainNaveLink.Link:hover {
	background-position: 0px -35px;
}
#MainNaveLink.Selected {
	background-position: 0px -70px;

}



#MainNaveLink.Link:hover a {
	color: #000000;
}

#MainNaveLink.Link  a {
	text-decoration: none;
	color: #ffffff;
}



#MainNaveLink.Selected  a {
	text-decoration: none;
	color:#000000;
}




#MainNavSearch {
	width: 175px;
	height: 15px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 60px 3px 0px;
	border: 0px solid #00ff00;
	float: right;
	/*	background-image: url(/images/TabSearchDefault.png);
	background-repeat: no-repeat;
	*/
}

#MainNavSearchSelect {
	width: 200px;
	height: 15px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 10px 50px 3px 0px;
	border: 0px solid #00ff00;
	float: right;
	/* background-image: url(/images/TabSearchSelect.png);
	background-repeat: no-repeat;
	*/
}

.tabSearch {
	width: 140px;
	height: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
	border: 0px solid #cccccc;
	font-size: 1em;

}
input.tabSearch {
	width: 140px;
}
/* --------------------------------------------------------------------------------------------- */ 

#SubNav {
	min-height: 390px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	padding: 20px 0px 0px 20px;	
	margin: 0px 0px 0px 0px;
	background-image: url(/includes/images/background_line_240x387.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: "LinuxLibertineRegular", "Times New Roman", Times, serif;
	font-size: 1.2em;
}

#productCatagoryGroup {
	font-family: "BitstreamVeraSansRoman", Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.6em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	display: block;
 	clear:both;
}
#productCatagory {
	font-family: "BitstreamVeraSansRoman", Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color:  #000000;
	display: block;
 	clear:both;
}
#sub_nav.product {
	font-family: "LinuxLibertineRegular", "Times New Roman", Times, serif;
	font-size: 1.15em;
	line-height: 1.15em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	text-align: left;
	display: block;
 	clear:both;
}

#sub_nav {
	font-family: "LinuxLibertineRegular", "Times New Roman", Times, serif;
	font-size: 1.15em;
	line-height: 1.15em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	text-align: left;
	display: block;
 	clear:both;
}
#sub_nav.first  {
	font-family: "BitstreamVeraSansRoman", Arial, Verdana, Helvetica, sans-serif;
 	clear:both;
 	color: #000000;
}

#sub_nav #link {
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	display: block;
 	clear:both;
}
#sub_nav #link a {
	text-decoration: none;
	color: #666666;
}
#sub_nav #link a:hover {
	text-decoration: none;
	color:  #0000ff;
}

#sub_nav #select {
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	display: block;
 	clear:both;
	color:  #d42427;
}

#sub_nav #select a {
	text-decoration: none;
	color:  #d42427;
}

#sub_nav #select a:hover {
	text-decoration: none;
	color:  #0000ff;
}


#sub_nav2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	font-size: 1em;
	line-height: 1.6em;
	display: block;
 	clear:both;
	color:  #000000;
}
#sub_nav2 #link{

	text-decoration: none;
	color:  #000000;
}
#sub_nav2 #link a {
	text-decoration: none;
	color:  #000000;
}
#sub_nav2 #link a:hover {
	text-decoration: none;
	color:  #0000ff;
} 

#sub_nav2 #select{
	text-decoration: none;
	color:  #d42427;
}
#sub_nav2 #select a {
	text-decoration: none;
	color:  #d42427;
}
#sub_nav2 #select a:hover {
	text-decoration: none;
	color:  #000000;
} 

/* --------------------------------------------------------------------------------------------- */

#Prod_Nav {
	font-family:  Helvetica, Verdana, Arial, Lucida Grande, sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#prod_nav {
	font-size: 1.2em;
	font-weight: 600;
	margin: 0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	text-align: left;
	display: block;
 	clear:both;
	color: #000000;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
}

#prod_nav #link {
	font-weight: 600;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	display: block;
 	clear:both;
	color:  #000000;
}
#prod_nav #link a {
	text-decoration: none;
	color: #000000;
}
#prod_nav #link a:hover {
	text-decoration: none;
	color:  #0000ff;
}

#prod_nav #select {
	font-weight: 800;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	display: block;
 	clear:both;
	color:  #d42427;
}

#prod_nav #select a {
	text-decoration: none;
	color:  #d42427;
}

#prod_nav #select a:hover {
	text-decoration: none;
	color:  #0000ff;
}

#prod_nav #link a:hover img {
	text-decoration: none;
	color:  #0000ff;
}

/* --------------------------------------------------------------------------------------------- */



#containerFooter {
	width: 940px;
	height: 30px;
	margin: 4px  auto 0px  auto;
	padding: 5px 20px 0px 20px;
	display: block;
 	clear:both;

}

#footerTop {
 	width: 940px;
	height: 20px;
	margin: 0px  auto 0px  auto;
	padding: 5px 20px 0px 20px;
	display:block;
	clear: both;
	border: 0px solid #000000;
	background-image: url(/includes/images/nav_topBackground.jpg);
	background-repeat: no-repeat;
}
#footerBottom {
 	width: 940px;
	height: 20px;
	margin: 2px  auto 0px  auto;
	padding: 2px 20px 0px 20px;
	display:block;
	clear: both;
	border: 0px solid #000000;
	background-image: url(/includes/images/nav_bottomBackground.jpg);
	background-repeat: no-repeat;
	background-position: 0px -15px;
}
#legal {
	width: 850px;
	min-height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	float: left;
	text-align:left;
	color: #ffffff;
	border: 0px solid #000000;
	font-size: 8px;
	line-height: 10px;
}

#legal a {
	color: #ffffff;
	text-decoration: none;
}
#legal a:hover {
	text-decoration: none;
	color:  #0000ff;
}
#privicy {
	min-height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	float: left;
	text-align:left;
	color: #ffffff;
	border: 0px solid #000000;
	font-size: 8px;
	line-height: 10px;
}

#privicy a {
	color: #ffffff;
	text-decoration: none;
}
#privicy a:hover {
	text-decoration: none;
	color:  #0000ff;
}

/* form1.css */

#jobInput {
	font-family:   Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1em;
	margin: 0px 0px 2px 0px;
	padding: 2px 2px 2px 2px;
	width: 325px;
	height: 14px;
  	border-color: #cccccc;
  	border-width: 1px 1px 1px 1px;
  	border-style: solid;
}
#jobInput_medium {
	font-family:   Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1em;
	margin: 0px 0px 2px 0px;
	padding: 2px 2px 2px 2px;
	width: 150px;
	height: 14px;
  	border-color: #cccccc;
  	border-width: 1px 1px 1px 1px;
  	border-style: solid;
}

#jobInput_small {
	font-family:   Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1em;
	margin: 0px 0px 2px 0px;
	padding: 2px 2px 2px 2px;
	width: 40px;
	height: 14px;
  	border-color: #cccccc;
  	border-width: 1px 1px 1px 1px;
  	border-style: solid;
}

#searchField{
	font-family:   Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1em;
	margin: 0px 2px 0px 0px;
	padding: 2px 2px 2px 2px;
	width: 200px;
	height: 16px;
  	border-color: #cccccc;
  	border-width: 0px 0px 0px 0px;
  	border-style: solid;
}
#searchField.searchPage {
  	border-width: 1px 1px 1px 1px;
}
#searchSend {
	font-family:   Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1.2em;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	width: 75px;
	height: 22px;
  	background-color: #d42427;
  	border-color: #000000;
  	border-width: 0px 0px 0px 0px;
  	border-style: solid;
 }
#searchSend.searchPage {  	border-width: 1px 1px 1px 1px;
}

#contactName{
	font-family:   Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1em;
	margin: 0px 0px 2px 0px;
	padding: 2px 2px 2px 2px;
	width: 375px;
	height: 14px;
  	border-color: #cccccc;
  	border-width: 1px 1px 1px 1px;
  	border-style: solid;
}
#contactEmail{
	font-family:   Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1em;
	margin: 0px 0px 2px 0px;
	padding: 2px 2px 2px 2px;
	width: 375px;
	height: 14px;
  	border-color: #cccccc;
  	border-width: 1px 1px 1px 1px;
  	border-style: solid;
}
#contactSubject {
	font-family:   Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1em;
	margin: 0px 0px 2px 0px;
	padding: 2px 2px 2px 2px;
	width: 375px;
	height: 14px;
  	border-color: #cccccc;
  	border-width: 1px 1px 1px 1px;
  	border-style: solid;
}
#contactMessage {
	font-family:   Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1em;
	margin: 0px 0px 2px 0px;
	padding: 2px 2px 2px 2px;
	width: 375px;
	height: 200px;
  	border-color: #cccccc;
  	border-width: 1px 1px 1px 1px;
  	border-style: solid;
 }
 #security_code {
	font-family:   Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1em;
	margin: 0px 0px 2px 0px;
	padding: 2px 2px 2px 2px;
	width: 100px;
	height: 14px;
  	border-color: #cccccc;
  	border-width: 1px 1px 1px 1px;
  	border-style: solid;
	vertical-align: top;
}
 #securityTD {
	vertical-align: top;
}

#contactSend {
	font-family:   Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1.2em;
	color: #ffffff;
	margin: 4px 0px 2px 0px;
	padding: 2px 2px 2px 2px;
	width: 75px;
	height: 22px;
  	background-color: #d42427;
  	border-color: #000000;
  	border-width: 1px 1px 1px 1px;
  	border-style: solid;
 }
#contactSend:hover {
	font-family:   Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1.2em;
	color: #000000;
	margin: 4px 0px 2px 0px;
	padding: 2px 2px 2px 2px;
	width: 75px;
	height: 22px;
  	background-color: #ffffff;
  	border-color: #000000;
  	border-width: 1px 1px 1px 1px;
  	border-style: solid;
 }