/* 
The Sausge Maker Inc.
11/2007
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #333;
	font-size: 73%;
	line-height: 1.4em;
	font-family: arial,helvetica,sans-serif;
	background: #B9B7B4 url(../images/bg-tile.gif) repeat-y fixed center top;
}

h1{
	width: 770px;
	height: 77px;
	position:relative;
}
	
p {
	padding-bottom: .8em;
}

a {
	color: #666;
}

a:hover {
	color: #FF9C00;
}

.callout{
	font-size: 125%;
	line-height:1.25em;
	padding-top: 8px;
	border-bottom: 1px #ccc solid;
	border-top: 1px #ccc solid;
}

.proimg{
	padding-left: 10px;
}

.proimg2{
	padding-right: 10px;
}

/* DIVS */

#container {
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 770px;
	position: relative;
	background: #fff;
}

#flash{
	background: #fff;
	height: 400px;
}

#flash ul li{
	overflow: hidden;
	position: relative;
	font-size: 85%;
	color: #fff;
}

content {
position: relative;
}

#inner-content {
	width: 575px;
	position: relative;
	margin: 0 0 0 185px;
}

#menu-nav{
	position: relative;
}

ul.cat li.cat-header{
	text-align: right;
	font-size:155%;
	padding: 0 0 10px 0;
	color: #333231;
	font-weight: bold;
}

ul.cat li{
	list-style-image: url(/images/arrow.gif);
	margin-left: 20px;
	border-bottom: dotted 1px #ccc;
}

ul.cat li a{
	line-height: 2em;
	text-decoration: none;
	font-weight: bold;
}

#detail{
	position: relative;
	width: 575px;
	margin: 10px 0 0 185px;
}

#prod_image{
	float:left;
	width: 300px;
	margin: 15px 10px 0 0;
}


#prod_name{
	font-size:135%;
	padding: 15px 0 5px 0;
	color: #333231;
}

#prod_sku{
	padding: 0 0 10px 0;
}

#prod_weight{
	border-bottom: solid 1px #DAD7D2;
}

#prod_desc{
	margin-top: 10px;
	float: right;
	color: #333;
	width: 265px;
	
}

#prod_weight, #prod_sku, #view-larger{
	color: #888683;
	font-weight: bold;
	font-size: 95%;
	padding: 0 0 0 310px;
}

#view-larger a{
	text-indent: -9999px;
	background: url(../images/view-larger.gif) no-repeat;
	overflow: hidden;
	height: 15px;
	width: 80px;
	display: block;
	position: relative;
	margin: 10px 0 0 0;
}

#landing-contact h2, #landing-contact p, #landing-process h2 {
	text-indent: -9999px;
}

#landing-process p {
	margin: 10px 0 0 10px;
	width: 222px;
}

#landing-process p a {
	text-decoration: none;
}

#landing-process p a:hover {
	text-decoration: none;
}

#landing-contact{
	width: 257px;
	height: 162px;
	background: #fff url(../images/landing-contact-btm.gif) no-repeat;
	position: relative;
	float: left;
}
 

#landing-process {
	width:513px;
	height: 162px;
	background: #fff url(../images/landing-process-btm.gif) no-repeat;
	position: relative;
	float: left;
}

#landing-process a{
	height: 30px;
	display: block;
	overflow: visible;
}

#footer {
	float: left;
	position: relative;
	font-size: 78%;
	text-align: center;
	width: 770px;
	padding: 50px 0 0 0;
}

#footer-inner {
	position: relative;
	font-size: 78%;
	text-align: center;
	width: 770px;
	margin: 600px 0 0 0;
}

.inner-header{
	text-align: right;
	color: #333231;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

/*Form*/

#mainFormSubmit {
margin-top:20px;
text-align:center;
}

.labels {
display:block;
margin-bottom:-5px;
text-align:right;
width:200px;
}
.field, select#ddlState {
left:215px;
position:relative;
top:-1em;
border: 1px solid #ccc;
}
p#clearFields {
cursor:pointer;
text-align:center;
text-decoration:underline;
}


/* TOP NAVIGATION */

ul#nav-top{
	position: absolute;
	top:42px;
	left:515px;
}

ul#nav-top li, ul#nav-top li a {
	display: block;
	height: 30px;
	overflow: hidden;
	float:left;
	text-indent: -9999px;	
}
	li#nav-top-catalog a {
		background: url(../images/top-nav.gif) no-repeat;
		background-position: 0px 0px;
		width: 104px;
	}
	li#nav-top-catalog a:hover {
		background: url(../images/top-nav.gif) no-repeat;
		background-position: 0px -30px;
		width: 104px;
	}
	li#nav-top-process a {
		background: url(../images/top-nav.gif) no-repeat;
		background-position: -104px 0px;
		width: 86px;
	}
	li#nav-top-process a:hover {
		background: url(../images/top-nav.gif) no-repeat;
		background-position: -104px -30px;
		width: 86px;
	}
	li#nav-top-service a {
		background: url(../images/top-nav.gif) no-repeat;
		background-position: -190px 0px;
		width: 116px;
	}
	li#nav-top-service a:hover {
		background: url(../images/top-nav.gif) no-repeat;
		background-position: -190px -30px;
		width: 116px;
	}
	li#nav-top-contact a {
		background: url(../images/top-nav.gif) no-repeat;
		background-position: -306px 0px;
		width: 65px;
	}
	li#nav-top-contact a:hover {
		background: url(../images/top-nav.gif) no-repeat;
		background-position: -306px -30px;
		width: 65px;
	}
	
	/*CONTACT PAGE*/
	dl#contact{
	line-height: 1.3em;
	border-bottom:1px dotted #ccc;
	font-size:115%
	}
	dd.contact-info{
	line-height: 1.3em;
	font-size:150%;
	}
	dl#contact-person{
	/*border-right:1px solid #ccc;*/
	padding: 20px 0 0 20px;
	font-size:115%
	}
