/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
	margin: 0;
	padding: 0;
	margin-left: 0px;
}

body {
  font: 60% "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background: #d9e2e7 url(images/bg.jpg) repeat-x top left;
  /*background-attachment:fixed;*/
  text-align: center; 
  min-width: 760px;
}

h1 {
  font-size: 2.2em;
  font-weight: normal;
  font-family: "Trebuchet", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  color:#2B82AB;
  padding:0 0 5px 0;
  background: transparent url(images/dots.jpg) no-repeat bottom left;
  margin-top:20px;
}

.left{
	float:left;
	margin:10px;
}
h2 {
  font-size: 1.4em;
  font-weight: bold;
}

h3{
	font-size: 1.3em;
  font-weight:bold;
  margin:5px 0 5px 0;
  }
  
h3 img{border:none;padding-right:.5em;}

p {
  font-size: 1.3em;
}

h1, h2, p {
  margin: 1em 0;
}

#branding {
  height: 118px;
  padding: 0;
  /*margin-top:7px;*/
  background:#fff url(images/hbg.gif) repeat-x top;
  /*border-bottom:3px solid #C0C0C0;*/
 
}

#branding img{
	float:left;
	margin:18px 0 0 10px;
	padding:0;
	border:0;
}

#secondaryContent {
  background:#f6f1de url(images/fbg.gif) top repeat-x;
  border-bottom:1px solid #EBD8A5;
  margin:25px 0 0 0;

}

#secondaryContent h2 {
  font-size: 1.2em;
  margin: 0 0 10px 0;
  font-weight:bold;
    clear:both;
}

#secondaryContent p {
  font-size: 1.2em;

}


#footer {
  background:#f6f1de url(images/fbg.gif) top repeat-x;
  border-bottom:5px solid #2B82AB;
  padding: 20px;
  clear:both;
  text-align:center;
  border-top:1px solid #b0b0b0;
  height:65px;
}

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

#footer ul li{
  display:inline;
  padding:4px;
}

#footer ul li a{
color:#2B82AB;
font-size:1em;
}

/* The Core Technique
================================= */


#wrapper {
  width: 784px; 
  margin: 0 auto;
  text-align: left; 
  background: #fff ;
  min-width:784px;
  background: #fff url(images/shadow.jpg) repeat-x 0 121px;

}

#content { 
  width: 584px; 
  float: right; 
}

#mainContent { 
  width: 375px; 
  float: left; 
}

#mainProdContent { 
  width: 550px; 
  float: left; 
}

#secondaryContent { 
  width: 180px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
} 

/* Add some padding
================================== */

#mainNav {
  width: 170px; 
  float: left; 
  margin:40px 10px 0 10px;
  list-style-type:none;
}

#mainNav li a{
	height:25px;
 	text-decoration:none;
	line-height:1.9em;
	background: url(images/bullet.gif) 0% 50% no-repeat;
	font-size:1.3em;
}

#mainNav li a:link, #mainNav li a:visited {
	display:block;
	color:#646464;
	/*background: url(images/mainbg.jpg) top left;*/
	padding: 0 0 0 15px;
	border-bottom:1px solid #B3DAE9;
	
	
}

#mainNav li a:hover{
	color:#000;
	padding: 0 0 0 15px;
	background: #eeeeee url(images/bullet.gif) 0% 50% no-repeat;
}


/*#mainNav, */#secondaryContent {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*#mainNav *, */#secondaryContent * {
  padding-left: 20px;
  padding-right: 20px;
}

/* #mainNav * *, */ #secondaryContent * * {
  padding-left: 0;
  padding-right: 0;
}

/* Header Nav
================================== */

#branding ul{
	margin:96px 0 0 0;
	padding:0;
	list-style:none;
	width:546px;
	height:2em;
	float:right;
	
	}
	
#branding ul a{
display:block;
padding:0 1em;
line-height:2em;
text-decoration:none;
color:#737373;
background: url(images/navbgover.gif) repeat-x left bottom;
float:left;
font-size:1.3em;
border-left:1px solid #c0c0c0;


}

#branding ul a:hover{
display:block;
padding:0 1em;
line-height:2em;
text-decoration:none;
color:#000;
background: url(images/navbg.gif) repeat-x left top;
float:left;
}
	
#branding ul li{
	float:right;
	}
	
/* Products
================================== */

.prod_main{
border:1px solid #eee;
margin:8px;
}
