@charset "utf-8";

/* CSS Document */



body {

	background-color: #9f9e9b;

	margin: 0; padding: 0; padding-bottom: 20px; 

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal; color: #000;

	text-align: center;   /* ie6 center hack */

}



.clear_div {

	clear: both; font-size: 0; line-height: 0;

	width: 0; height: 0;

}

/* ----------------- layout --------------------------- */

#container {

	text-align: left;

	margin: 0 auto;

	margin-top: 40px; 

	width: 1000px;

	background-color: #fff;

	border: 1px solid #26241f;

}



#header {

}

#content {

}

#footer {

	text-align: center;

	border-top: 1px solid #000;

}





/* --------------- header -------------------------- */

#top_menu {

	height: 30px;

	background: url(/themes/images/baughn/top_bg.gif) top repeat-x;

	border-bottom: 1px solid #54524d;

}

#top_menu ul {

	list-style: none;

	margin: 0; padding: 0;

	float: right;

}

#top_menu ul li{

	margin: 0; padding: 0 5px;

	float:left;

	font-weight: bold; font-size: 11px; color: #000;

	line-height: 29px;

}

#top_menu ul li a{

	color: #000; text-decoration: none;

}

#top_menu ul li a:hover { text-decoration: underline; }



#banner {

	height: 140px;

	background: #311a06 url(/themes/images/baughn/banner_notext.jpg) top left no-repeat;

	color: #fff;

}

#banner p {

	margin: 0; padding: 40px 0 0 25px;

	font-size: 15px; font-weight: 500;

}

#main_menu {

	clear: both;

	background-color: #26241f;

	border-bottom: 1px solid #000;

}

#main_menu ul {

	list-style: none;

	margin: 0; padding: 0;

}

#main_menu ul li{

	margin: 0; margin-right: 1px;

	float: left;

	height: 27px; 

	font-weight: bold; font-size: 11px; color: #fff;

	line-height: 26px;

	background: url(/themes/images/baughn/menu_bg.gif) top repeat-x;

	border-top: 1px solid #54524a;

	border-left: 1px solid #54524a;

	border-right: 1px solid #54524a;

}

#main_menu ul li a{

	color: #fff; text-decoration: none; 

	display: block;

	padding: 0 10px;

}

#main_menu ul li a:hover { 

	text-decoration: none;

	display: block;

	padding: 0 10px;

	background: url(/themes/images/baughn/menu_bg_over.gif) top repeat-x;

}





/* ----------------------------------- footer ------------------------------ */

#footer_menu {

	background: #282620 url(/themes/images/baughn/footer_bg.gif) top repeat-x;

	text-align: center;

}

#footer_menu ul {

	list-style: none;

	margin: 0 auto; padding: 0; padding-top: 10px;

	float: none; text-align: center; 

}

#footer_menu ul li{

	margin: 0; padding: 0 5px; 

	display: inline;

	font-weight: normal; font-size: 10px; color: #fff;

	line-height: 16px;

}

#footer_menu ul li a{

	color: #fff; text-decoration: none;

}

#footer_menu ul li a:hover { text-decoration: underline; }

.copyright {

	font-size: 10px;

	line-height: 16px; margin-top: 10px;

	color: #ccc;

}

.magic {

	height: 34px;

	background-color: #ececec;

	line-height: 33px;

	color: #999; font-size: 0.8em;

	text-align: center;

}

.magic a { color: #999; text-decoration: none; }





/* --------------------------------- content --------------------------- */

.middle {

	background: url(/themes/images/baughn/sub_bg.gif) top repeat-x;

	height: 180px;

	border-bottom: 6px solid #000;

}

.middle img {

	border: 1px solid #000;

}



.main_content {

	background-color: #fff;

	min-height: 350px;

	height: auto !important;

	height: 350px;

}

.news {

	width: 300px;

	float: left; 

	margin: 15px 20px 10px 10px;

}

.news_content {

	font-size: 10px; line-height: 1.5em;

}

.news_content a{

	text-decoration: none;

	color: #000;

}

.news_content a:hover {

	text-decoration: none;

	font-weight: bold;

}

.right_content {

	width: 600px;

	margin: 15px 10px 10px 0;

	float: left;

}

.right_content p{  

	font-size: 10px; 

	margin: 0; padding: 0; padding-bottom: 10px;

}

.right_content a{

	font-size: 10px; font-weight: bold;

	color: #5f350c; text-decoration: none;

}

.right_content a:hover {text-decoration: underline; }

/* ------------------------------ sub pages // profile ---------------------- */

.profile {

	background: url(/themes/images/baughn/collage2.jpg) repeat;

	padding: 0 20px;

}

.bg_semi {

	/*background-color: #fff;

	filter:alpha(opacity=50); 

	-moz-opacity: 0.5; 

	opacity: 0.5; */

	background: url(/themes/images/baughn/bg_semi.png) repeat;

	width: 640px;  padding: 10px;

}

.bg_semi span{

	font-size: 14px;

	position: relative;

	color: #000; 

}

.profile img {

	border: 1px solid #ccc; 

	margin: 10px;

}

.profile_img {

	float: right;

	margin-right: 10px;

}



/* ----------------------- sub pages // vibration fixtures --------------------- */

.fixtures {

	padding: 0 20px;

}

.fixtures p {

	font-size: 12px;

	margin: 0; padding: 10px 0;

}





/* --------------------- sub pages // slip tables ------------------------- */

.slip {

	padding: 0 20px;

}



/* ------------------ sub pages // contact us ----------------------------------- */

.contact {

	padding: 10px 20px;

	width: 850px;

	background-image: url(/themes/images/baughn/mailbox.jpg);

	background-repeat: no-repeat;

	background-position: bottom right;

}

.contact_form .label{

	font-weight: bold;

	padding-right: 20px; padding-top: 2px;

    vertical-align: top;

}



.contact_form .check { font-size: 11px; }





/* ---------------------------- misc --------------------------------*/

h1 {

	font-size: 17px;

	font-weight: bold;

	padding: 10px 0; margin: 0;

}

h2 {

	font-size: 24px;

	font-weight: bold; color: #333333;

	font-family: Brush Script MT, Georgia, "Times New Roman", Times, serif;

	font-style: italic;

	margin: 0; padding: 10px 0;

	text-align: center;

}

h3 {

	font-size: 14px;

	font-weight: bold; color: #5f350c;

	margin: 0; padding: 15px 0;

}

h4 {

	font-size: 13px;

	font-weight: bold;

	margin: 0; padding: 10px 0;

	color: #553001;

}

.small {

	font-size: 10px;

}

.yellow { color: #ffc309; }

.brown { color: #3A2208; }

.button {

	font-weight: bold; font-size: 10px;

	color: #fff;

	background: #311a06 url(/themes/images/baughn/button_bg.gif) top repeat-x;

	border-collapse: collapse; border-style:none;

	margin: 0; padding: 0 10px;

	line-height: 21px; height: 22px !important;

}

.marL20 {margin-left: 20px; }

.marR40 {margin-right: 40px; }

.marR20 {margin-right: 20px; }

.padL20 {padding-left: 20px; }

.padL30 {padding-left: 30px; }

.padL40 {padding-left: 40px; }

.padL50 {padding-left: 50px; }

.padR40 {padding-right: 40px; }

.padR15 {padding-right: 15px; }

.padR20 {padding-right: 20px; }

.pad10 {padding: 10px; }



.floatL {float: left; }

.floatR {float: right; }

.middle_img {

	text-align:center;

	font-size: 12px;

	font-weight: bold; color: #fff;

	text-transform: uppercase;

	width: 120px;

	margin-top: 20px;

	float: left;

}

.middle_img a{

	text-decoration: none; color: #fff;

}

.middle_img a:hover {

	text-decoration: none; color: #fec504;

}



.slideshow {

	border: 2px solid #cccccc;

	width: 360px; height: 260px;

	float: right;

	margin-top: 50px; margin-left: 10px; margin-bottom: 10px;

}

.body_img {

	padding: 4px; 

	border: 1px solid #666666;

	margin: 50px 0 10px 10px;

}



.middle_img2 {

	margin-top: 30px;

	float: left;

}

.eng_img {width: 310px; margin: 6px; }

.eng_img img { border: 1px solid #000; margin-bottom: 5px; }


.slidebox {
	width: 365px; height:360px;
	float:right;
	margin:15px;
}


/* --------------- news // press release -------------------- */
.news_box {border:1px solid #999; margin-bottom:10px; width:750px;}
.news_item {padding:10px; border-bottom:1px solid #ccc;}
.news_date {font-size:11px; color:#3B2309; line-height:16px; background: url(/themes/images/baughn/news.gif) left center no-repeat; padding-left:18px;}
.news_title {color:#333; font-size:13px; font-weight:normal; line-height:20px; padding-left:18px; font-weight:bold;}
.news_title a{text-decoration:none; color:#333;}
.news_title a:hover {text-decoration: underline;}
.news_each {width: 750px; padding:20px 0; border-top:1px solid #ccc;}
.news_each .news_title {font-weight: bold; font-size:15px; padding-left:0;}
.news_each .news_date {background:none; padding-left:0; font-size:12px;}
.news_txt {line-height:17px;}
.news_back {margin-top:20px; font-size:11px; line-height:15px; color:#993300; text-align:right; border-top:1px solid #ccc;}
.news_back a{color:#993300; text-decoration:none;}
.news_back a:hover {text-decoration: underline;}