@charset "UTF-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
    }

body {
	background-image:url(../images/sjbodybg.png);
  	background-repeat:repeat;
	margin-top:30px;
    }
	
.intent {
	margin-right:50px;
	}
  
.mainWrapper {
	margin:0px auto;
	padding:5px;
	background-color:#FFF;
	width:960px;
	height:700px;
	}
	
.mainWrapperBig {
	margin:0px auto;
	padding:5px;
	background-color:#FFF;
	width:960px;
	height:1260px;
	}
	
.header {
	width:950px;
	height:115px;
	margin-top:20px;
	text-align:center;
	}

.header img {
	border:none;
	padding-left:10px;
	cursor:pointer;
	}
	
.menuWrapper {
	background-image:url(../images/navbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:249px;
	height:600px;
	float:left;
	}
	
.menuWrapper img {
	border:none;
	margin-top:120px;
	padding-left:25px;
	cursor:pointer;
	}
	
.nav {
	font:18px Verdana, Geneva, sans-serif;
	line-height:35px;
	text-align:right;
	padding-right:35px;
	padding-top:40px;
	}
	
.nav ol {
	list-style:none;
	list-style-type:none;
	}
	
.nav li a {
	color:#FFF;
	text-decoration:none;
	}
	
.nav li a:hover {
	color:#6ABFEB;
	}
	
.nav li a.active {
	font-weight:bold;
	}

.imgContainer {
	height:520px;
	width:700px;
	float:right;
	margin-top:3px;
	font-family:Verdana, Geneva, sans-serif;
	}
	
.imgContainer img {
	border:none;
	}
	
.imgContainerForm {
	margin-left:35px;
	margin-top:20px;
	font:12px Verdana, Geneva, sans-serif;
	color:#333;
	float:left;
	}
	
.imgContainer form {
	font:13px Verdana, Geneva, sans-serif;
	color:#333;
	float:left;
	}

.img {
	float:left;
	}
	
.imgContainer h1 {
	font-weight:700;
	font-style:normal;
	font:18px Verdana, Geneva, sans-serif;
	color:#6ABFEB;
	display:inline;
	}
	
.imgContainer a {
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	color:#999;
	font-size:14px;
	}
	
.imgContainer a:hover {
	color:#6ABFEB;
	}
	
.productWrapper {
	background-image:url(../images/productbg.jpg);
	background-repeat:no-repeat;
	width:206px;
	height:202px;
	float:left;
	font-size:11px;
	}
	
.productWrapper a {
	font-size:11px;
	text-decoration:none;
	color:#333;
	}
	
.productWrapper a:hover {
	text-decoration:none;
	color:#6ABFEB;
	}
	
.contactForm {
	margin-left:75px;
	}
	
.productWrapper img{
	border:none;
	margin-left:35px;
	}
	
.productDesc {
	padding:25px 35px 25px;
	font:10px Verdana, Geneva, sans-serif;
	text-align:right;
	}
	
.productDesc2 {
	padding:25px 35px 15px 25px;
	font:14px Verdana, Geneva, sans-serif;
	text-align:left;
	color:#333;
	clear:both;
	}
	
.bottomImg {
	clear:both;
	}
	
.bottomImg img {
	border:none;
	float:left;
	cursor:pointer;
	}
	
.footer {
	text-align:left;
	margin:0px auto;
	width:930px;
	height:60px;
	padding-top:20px;
	padding-left:25px;
	font:10px Verdana, Geneva, sans-serif;
	color:#CCC;
	clear:both;
	}
	
.footer a {
	text-decoration:none;
	color:#555;
	}
	
.footer a:hover {
	color:#CCC;
	}


	
	
  

