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

body,html {
	margin:0px;
}

img{
	border:0px;
	}

body{
	background:url('../images/bg.gif') repeat-x;
	}
	
td, div, span, body {
	/* main gray font style */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	font-weight:normal;
	}

a{
	text-decoration:none;
}
a:link{
	color:#991b1e;
}
a:hover{
	color:#DD0000;
}
a:active{
	color:#FF1b1e;
}
a:visited{
	color:#881b1e;
}

#seesawTag{
	width:700px;
	text-align:right;
	font-size:10px;
	color:#996632;
	padding-bottom:50px;
	font-weight:normal;
}

#mainTable{
	margin-top:-22px;
	background-color:#e5ded4;
	width:700px;
	margin-bottom:10px;
	z-index:1;
	}
	
#navigation{
	margin-top:12px;
	z-index:100;
}

#content-top{
	margin:28px;
	line-height:14px;
	}
#content-top img{
	margin-bottom:5px;
	}
	
/* you wanna talk about pain? lets talk about pain mf */
#pressTable {
	margin:5px;
}
#pressTable td{
	line-height:15px;
	padding-left:30px;
	border-bottom:1px solid #c6b6a8;
	border-top:1px solid #FFFFFF;
	padding-bottom:20px;
	padding-top:20px;
}
#pressTable .title{
	background-color:#dad2bb;
	color:#444444;
	font-weight:bold;
	font-size:10px;
	height:15px;
	padding:3px;
	padding-left:30px;
}

#pressTable .date{
	color: #996632;
	line-height:20px;
}
#pressTable .press{
	color: #991b1e;
	font-size:16px;
	font-weight:normal;
	line-height:20px;
}
#pressTable .description{
	color: #444444;
}

/* you wanna talk about pain? lets talk about pain mf */
#brandTable {
	margin:5px;
}
#brandTable td{
	border-bottom:1px solid #c6b6a8;
	border-top:1px solid #FFFFFF;
	padding:15px;
	line-height:14px;
}


#homeDiv{
	padding:20px;
	line-height:14px;
}
#homeDiv .title{
	color:#793f1e;
	font-size:14px;
}
.spacing{
	 width:5px !important;
	 background-color:#d5caba;
}

.news{
	line-height:14px;
}
.news .date{
	font-size:10px;
	color: #996632;
	line-height:20px;
}
.news .title{
	font-size:14px;
	color:#991b1e;
}
.news .body{
	margin-top:5px;
}

hr{
	margin-top:10px;
	margin-bottom:10px;
	border:0px;
	border-top:1px solid #c2b1a4;
	border-bottom:1px solid #F9F9F9;
}


#contactForm input, #contactForm textarea{
	padding-left:5px;
	border:1px solid #8a7264;
	height:15px;
}

#contactForm .send {
	border-top:1px solid #d1c7c0;
	border-left: 1px solid #d1c7c0;
	border-bottom:1px solid #644838;
	border-right: 1px solid #644838;
	width:70px;
	height:20px;
	font-weight:bold;
	font-size:11px;
	
}


#logoF {
	height:135px;
	}


#scriptWarning{
	margin-top:20px;
	width:550px;
	text-align:center;
	background-color:White;
	font-size:13px;
	border:1px solid #990000;
	height:100px;
	line-height:100px;
}