
* {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-image: url(../img/bgv.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;	
	width: 996px;
}
#wrapper div {
	float: left;
	clear: none;
}
div#bgl,
div#bgr {
	height: 1500px;
	width: 20px;
	background-repeat: no-repeat;
}
	div#bgl img,
	div#bgr img {
		padding-top: 750px;
		height: 800px;
	}

div#bgl {
	background: url(../img/bgl.gif);
	
}

div#bgr {
	background: url(../img/bgr.gif);
}

div#bgt {
	width: 920px;
	height: 1550px;
	background-image: url(../img/bgt.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: white;
	overflow: hidden;
}
	#topbanner {
		background: url(../img/topbanner.gif) 0 0 no-repeat;
		width: 920px;
		height: 120px;
		margin: 0;
		margin-top:  33px;
		padding: 0;
	}
		#topbanner ul {
			padding: 0;
			margin: 0;
			padding-top: 20px;
			width: 900px;
			height:90px;
		}
		
			#topbanner ul li {
				cursor: pointer;
				list-style: none;
				height: 75px;
				float: left;
			}
			
			#topbanner ul li#home {
				width: 235px;
				margin-left: 10px;
			}
			
			#topbanner ul li#about {
				width: 80px;
				margin-left: 80px;
			}			
			#topbanner ul li#products {
				width: 75px;
				margin-left: 10px;
			}			
			#topbanner ul li#contactus {
				width: 90px;
				margin-left: 10px;
			}			

	#flashlink {
		border: none;
		text-decoration: none;
		width: 920px;
		height: 172px;
	}
	#topflash {
		width: 920px;
		margin: 0;
		padding: 0;
		position: relative;
		top:  -3px;
		z-index: 99;
	}
	div#bgpost {
		background-image: url(../img/bgblog.jpg);
		background-position: 0 0;
		background-repeat: no-repeat;
		width: 920px;
		height: 1220px;
	}
	div#post {
		margin-top: 25px;
		margin-left: 25px;
		width: 500px;
		height: 400px;
		clear: none;
		float:left;
	}
	h1.postTitle {
		font-size: 24px;
		color: rgb(255,78,0);
		margin-bottom: 25px;
	}
	p.postDate {
		font-size: 12px;
		padding: 2px;
		background: rgb(255,250,230);
		color: #666;
		width: 200px;
	}
	p.postText * {
		font-size: 14px;
		color: gray;
		line-height: 20px;
	}
	div.imgdiv {
		margin-bottom: 20px;
	}
	
	p.postText img:first {
		width: 500px;
	}
	
	div#bgbtns {
		background: url(../img/bgbtns2.jpg) 0 0 no-repeat;
		width: 325px;
		height: 400px;
		float: right;
		clear: none;
	}
		ul#btnlist {
			width: 325px;
			height: 380px;
			margin: 0;
			padding-top: 20px;
		}
		ul#btnlist li {
			float: left;
			list-style: none;
			width: 100px;
			height: 80px;
			margin: 20px;
			margin-left: 0;
			margin-right: 40px;
			*margin-left: 20px;
			*margin-right: 20px;
			background: white;
			border: 1px solid #efefef;
			overflow: hidden;
			cursor: pointer;
			position: relative;
		}

		ul#btnlist li img {
			height: 80px;
			padding: 0;
			margin: 0;
		}
		
		div#bgbtns .tdiv {
			position: absolute;
			top: 0;
			left: 0;
			width: 100px;
			font-size: 9px;
			color: white;
			background: black;
			opacity: 0.7;
			padding: 2px;
		}
		ul#btnsbottom {
			background: url(../img/bgbtnsr.jpg) 0 0 repeat-y;
			width: 325px;
			height: 100%;
		}

div.jqi * {
	  font-family: "Lucida Sans";
}
	div.jqi{ 
	      width: 1019px; 
	      position: absolute; 
	      background-color: #555555;
		  font-family: "Lucida Sans";
	      font-size: 11px; 
	      text-align: left; 
	      -moz-border-radius: 5px;
	      -webkit-border-radius: 5px;
	      padding: 7px;
	}
	div.jqi .jqiclose{ 
		float: right;
		cursor: pointer;
		font-size: 12px;
		font-weight: bold;
	}
	div.jqi .jqiclose:hover{ 
		color: white;;
	}
	div.jqi .jqimessage{ 
	      padding: 10px; 
	      line-height: 20px; 
	      color: #FFFFFF; 
	}
	div.jqi .jqibuttons{ 
	      text-align: right; 
	      padding: 5px 0 5px 0; 
	      background: none;
	      margin-top: 20px;
	}
	div.jqi button{ 
	      padding: 3px 10px;
	      margin: 0 10px; 
	      background-color: #444444; 
	      color: #ffffff; 
	      border: none;
	      font-weight: bold; 
	      font-size: 12px; 
	      cursor: pointer;
	}
	div.jqi button:hover{ 
	      background-color: #cccccc;
	}
	div.jqi button.jqidefaultbutton{ 
	      background-color: #444444;
	}
	.jqiwarning .jqi .jqibuttons{ 
	      background-color: #444444;
	      width: 370px;
	}

div#footer {
	height: 34px;
	width: 960px;
	text-align: center;
	color: silver;
	font-size: 11px;
	background: url(../img/bgb.gif) 0 0 no-repeat;
}

