/*
-------------------------------------------------------- 
Jadler Industries
-------------------------------------------------------- 
*/

/* globals
----------------------------------*/
* {
	margin: 0;
	padding: 0;
	}
img {
	border: 0;
	}
.float {
	float: left;
	}
body {
	text-align: center;
	background: url(../graphics/bg.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}
#container {
	width: 577px;
	text-align: left;
	margin: 0 auto;
	}

/* framework
----------------------------------*/
#nav {
	background: #fffee2;
	border-top: 1px solid #e2e0a4;
	border-bottom: 1px solid #e2e0a4;
	padding: 1em 0 .8em 0;
	/*margin: 1em 0 1.5em 0;*/
	margin:1em auto 1.5em auto;
	width:80%;
	}

.home #nav {
	background: #fffee2;
	border-top: 1px solid #e2e0a4;
	border-bottom: 1px solid #e2e0a4;
	padding: 1em 0 .8em 0;
	/*margin: 1em 0 1.5em 0;*/
	margin:20px auto 1.5em 60px;
	width:70%;
	height:18px;
	*height:19px;
	}
#nav li {
	list-style: none;
	display: inline;
	margin: 0 1.8em 0 0.1em;
	color: #302b22;
	letter-spacing: .025em;
	font-weight: bold;
	font-size: 125%;
	}
#footer {
	background: #fffee2;
	border: 1px solid #e2e0a4;
	padding: .6em 0 .5em 1em;
	margin: 1.5em 0 0 0;
	}
#footer li {
	display: inline;
	list-style: none;
	}
#footer li.space {
	margin: 0 0 0 15em;
	}
#content {
	padding: 0 1.5em 0 1.5em;
	text-align:left;
	
	}
#wrapper #content {
	padding: 0 1.5em 0 0;
	text-align:left;
	margin-left:-30px;
	}

/* text
----------------------------------*/
#content h1 {
	color: #ee3b33;
	font-size: 150%;
	margin: 0 0 0.5em 0;
	}
#content h2 {
	font-size: 120%;
	margin: 0 0 .5em 0;
	}
#content h3 {
	font-size: 110%;
	margin: 0 0 .5em 0;
	padding-top: 0.5em;
	}
#content p {
	font-size: 110%;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	}

/* content lists
----------------------------------*/
#content li {
	font-size: 110%;
	line-height: 1.5em;
	}
#content ul {
	margin: 0 0 1em 2em;
	}
#content ul li {
	list-style: none;
	background: url(../graphics/bullet.png) no-repeat left;
	padding: 0 0 0 1.5em;
	margin: 0 0 0.65em 0;
	}
#content ol {
	margin: 0 0 1em 2em;
	}

/* links
----------------------------------*/
#nav a {
	text-decoration: none;
	color: #302b22;
	}
#nav a:hover {
	text-decoration: underline;
	}
#content a {
	color: #302b22;
	text-decoration: underline;
	}
#content a:hover {
	text-decoration: none;
	}
#footer a {
	text-decoration: underline;
	color: #302b22;
	}
#footer a:hover {
	text-decoration: none;
	}
.flashPiece {
	float:right;
	margin:0;
	}
#callout {
	/*border:1px solid red;*/	
	width:256px;
	display:inline-block;
	float:right;
	background:url(../graphics/coTile.jpg) repeat-y left top;
	clear:none;
	margin-top:135px;
}

#callout p {
	padding:10px 16px 0 16px;
	font-weight:bold;
}
#callout ul {
	text-align:left;	
	padding:10px 30px 0 30px;	
	font-size:11px;
}

#callout li {
margin-bottom:10px;
}

#callout a {
	color:#F00;
	margin-top:18px;
}

#callout #coTop{
	background:url(../graphics/coHead.jpg) no-repeat 0 0;
	height:81px;
}
#callout #coMiddle{
	background:url(../graphics/coImage.jpg) no-repeat 0 0;
	height:102px;
}
#callout #coFooter{
	background:url(../graphics/coFoot.jpg) no-repeat bottom left;
	min-height:167px;
}

#wrapper {
	width: 1090px;
	text-align: middle;
	margin: 0 auto;
}
#logoHome {
	margin: 0 0 0 75px;
	text-align:left;
}
#logo {
	margin: 0 0 0 175px;
	text-align:left;
}