body {
	background:#dddddd;
	
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width:800px;
	text-align:left;
	margin:0 auto;
}
.float-l {
	float:left
}
.folat-r {
	float:right;
}
.clearfix {
	clear:both
}
/* header */
#header {
	background:url(images/top.jpg) no-repeat;
	height:150px;
	background-color:#b2c7ff;
	
}
#header h1 {
	font-size:38px;

}
#header h1 span {
	font-size:16px
}
ul#nav {
	position:absolute;
	top:136px;
	overflow:hidden;
	width: 816px;
	height: 39px;
	left: 248px;
		background-color:#b2c7ff;
}
ul#nav li {
	float:left;
	height:50px;
}
ul#nav li a {
	color:#333333;
	font-weight:700;
	height:50px;
	padding:0px 15px;
	line-height:20px
}
ul#nav li a:hover {
	color:#999999;
	height:50px;
	padding:0px 35px;
	line-height:20px
}
/* content */
#content {
	background:url(images/contentwhite_new.jpg) no-repeat;
	height:520px;
	color:#fff;
	text-align: left;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

#contentevent {
	background:url(images/contentevent.jpg) no-repeat;
	height:538px;
	padding:0 15px;
	color:#fff;
}

#contentother {
	background:url(images/contentother.jpg) no-repeat;
	height:538px;
	padding:0 15px;
	color:#fff;
}

#content a {
	color:#C66;
	text-align: left;
}
.left {
	width: 370px;
	padding-left:15px
}
.left h2, .blog h2 {
	font-size:20px;
	font-weight:bold;
	font-weight:700;
	padding:0;
	text-align: left;
}
#inner {
	padding-top:50px;
	text-align: left;
}
.right {
	width: 350px;
	padding-right: 20px;
}
.blog {
	height: 150px;
	font-weight:bold;
	padding-bottom: 0px;
	text-align: left;
}
.navbar {
	color:#333333;
	font-weight:700;
}
/* footer */
#footer {
	height:100px;
	text-align:center;
	padding-top: 30px;
	color:#000000;
	background:#dddddd;
}
#footer a {
	color:#06F;
	font-size: 9px;
}

#productlist {
 padding: .3em 0;

}

ul2 {
 margin-left: 0px;
 padding-left: 40px;
 border-bottom: 1px solid black;
 list-style: none;
 width: 36%;
}  

.bigtext {
	padding-left:15px;
	color:#000000
}

.style9 {
	font-size: 14px;
	font-weight: bold;
	color:#666666;
 }
 
 .style9b {
	font-size: 14px;
	font-weight: bold;
	color:#666666;
	text-align: left;
	background-color:#69F;
 }
 
.style11 {
	font-size: 18px;
	font-weight: bold;
	font-color: #b2c7ff;
}
 
.style3 {
	font-size: 18px;
	font-weight: bold;
	color:#666666;
	text-align: left;
}

.prodlist {

	font-weight:bold;
	padding-bottom: 2px;
	color:#666666;
	text-align: left;
	padding-left:15px;
	background:url(images/bullet.jpg) no-repeat;
}	

.prodlistInd {
	height: 17px;
	font-weight:bold;
	padding-bottom: 2px;
	color:#666666;
	text-align: left;
	padding-left:30px;
}

.servicelist {
	width: 200px;
	padding-left:15px;
	color:#666666;
}
.serviceright {
	width: 450px;
	padding-right: 20px;
	color:#666666;
}

.italics {
	font-style:italic;
}

.styleSmall {
 font-size: 2px;}
 
 .styleRefName {
	font-size: 16px;
	font-weight: bold;
	color:#666666;
}

.styleDisclosure {
	font-size: 11px
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
}

.styleProdTitle {
	font-size: 14px;
	font-weight: bold;
	color:#666666;
	text-align: left;
}

.styleContactHeader {
	font-size: 14px;
	font-weight: bold;
	color:#666666;
	background-color:#b2c7ff;
}
.XL2 {
	width: 200px;
}

.smallmovie {
position: relative;
width: 320px;
height: 180px;
border: solid 4px #666666;
}

.320x240movie {
position: relative;
width: 320px;
height: 240px;
border: solid 4px #666666;
}

.bigmovie {
position:inherit;
width: 640px;
height: 360px;
border: solid 4px #666666;
}

.float-r-border {
	float:right;
	border-color:#666666;
	border:solid 2px;
	}
button { 
  border:0; 
  cursor:pointer; 
  font-weight:bold; 
  padding:0 20px 0 0; 
  text-align:center; 
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 20px; 
}

/*blue buttons*/
button.submitBtn { 
  background:url(images/btn_blue_right.gif) right no-repeat; 
  font-size:12; 
}
button.submitBtn span { 
  height:25px; 
  line-height:25px;
  background:url(images/btn_blue_left.gif) left no-repeat;
  color:#fff; 
}
button.submitBtn:hover {
	background:url(images/btn_blue_right_hover.gif) right no-repeat; 
}
button.submitBtn:hover span {
	background:url(images/btn_blue_left_hover.gif) left no-repeat; 
}
