@charset "utf-8";
/* Perfection Machinery CSS
Author: EW
Date created: 07.10.08
*/

* {
margin: 0;
padding: 0;
}

body {
background-color: #d6dade;
color: #073D6D;
font-family: Arial, Helvetica, sans-serif;
/*line-height: 110%;*/
}

#wrapper {
background: url(../images/main_back.png) repeat-y;
margin: 0 auto;
width: 980px;
}

#clear {
clear: both;
}

.clear {
clear: both;
}

/* Header Styles */

#header {
background: url(../images/header_back.png) no-repeat;
color: #99ccff;
height: 115px;
width: 980px;
}

#header_left {
float: left;
padding: 25px 0 0 15px;
width: 350px;
}

#header_right {
float: right;
padding: 15px 50px 0 0;
line-height: normal;
}

#header_right img {
border: none;
padding-right: 7px;
}

/* Menu Styles */

#menu {
background: url(../images/menu_back.png) no-repeat;
height: 37px;
}

#menu ul {
display: block;
float: left;
height: 37px;
padding: 0 0 0 10px;
}

#menu ul li {
/*background: url(../images/menu_back_right.png) no-repeat;
background-position: top right;*/
display: inline;
line-height: 37px;
list-style: none;
padding: 10px  20px 0 15px;
}

#menu2 {
background: url(../images/menu_back1.jpg) no-repeat;
height: 37px;
}

#menu2 ul {
display: block;
float: left;
height: 37px;
padding: 0 0 0 10px;
}

#menu2 ul li {
/*background: url(../images/menu_back_right.png) no-repeat;
background-position: top right;*/
display: inline;
line-height: 37px;
list-style: none;
padding: 10px  20px 0 15px;
}

#menu2 li.custom1 {
padding: 10px 18px 0 15px;
}

#menu2 li.custom2 {
padding: 10px  16px 0 15px;
}

#menu2 li.custom3 {
padding: 10px  16px 0 71px;
}

#menu2 li.custom4 {
padding: 10px  16px 0 76px;
}

#menu2 li.custom5 {
padding: 10px  16px 0 82px;
}

#menu_sub ul {
color: #99ccff;
display: block;
/*padding: 0 0 0 225px;*/
padding: 0 0 0 45px;
}

#menu_sub ul li {
background: none;
display: inline;
line-height: 37px;
list-style: none;
padding: 0;
}

/* Search Styles */

#search {
background: url(../images/search_back.png) no-repeat;
height: 33px;
padding: 5px 25px 0 25px;
}

#search ul {
display: block;
float: left;
height: 37px;
}

#search ul li {
/*background: url(../images/menu_back_right.png) no-repeat;
background-position: top right;*/
display: inline;
line-height: 25px;
list-style: none;
padding: 0px 36px 0 0;
}


#searchform {
background-color: #fff;
border: inset #e6e6e6 2px;
float: right;
height: 20px;
width: 332px;

}

html>body #searchform {
background-color: #fff;
border: inset #e6e6e6 2px;
float: right;
height: 23px;
width: 332px;
}

.search_form {
background: #fff;
border: none;
color: #666;
font-size: 12px;
height: 10px;
padding: 5px 0 0 5px;
width: 195px;
}

html>body .search_form {
background: #fff;
border: none;
color: #666;
font-size: 12px;
height: 18px;
padding: 5px 0 0 5px;
width: 195px;
}

#search_box {
float: left;
height: 23px;
}

html>body #search_box {
float: left;
height: 37px;
}

#search_button {
position: absolute;
}

html>body #search_button {
position: inherit;
}



/* Main Styles */

#main {
padding: 20px 25px 0 25px;
}

#index_sec {
background-color: #fff;
border: solid #bac0d0 1px;
float: left;
height: 175px;
margin: 0 0 20px 0;
width: 450px;
}

#index_sec2 {
background-color: #fff;
border: solid #bac0d0 1px;
float: right;
height: 175px;
margin: 0 0 20px 0;
width: 450px;
}

.index_sec-right {
float:right;
width: 289px;
}

#index_sec img, #index_sec2 img {
padding-top: 10px;
float:left;
}

#index_sec h2, #index_sec2 h2 {
margin-bottom: 3px;
padding-top: 10px;
}

#index_sec3 {
background-color: #fff;
border: solid #bac0d0 1px;
height: 147px;
margin: 0 0 20px 0;
width: 925px;
}

#index_sec4 {
background-color: #fff;
border: solid #bac0d0 1px;
margin: 0 0 20px 0;
width: 925px;
}

#index_sec7 {
background-color: #fff;
border: solid #bac0d0 1px;
margin:  0 0 20px 5px;
width: 925px;
}

#index_sec7 h2 {
margin-bottom: 10px;
margin-left: 20px;
margin-right: 20px;
}

#index_sec7 p {
margin-left: 20px;
margin-right: 20px;
margin-bottom:8px;
color:#666;
/*line-height:160%;*/
}

#index_sec4 ul {
padding: 20px 20px 20px 20px;
width: 100%;
}

#index_sec4 ul li {
background: url(../images/product_list_style.png) no-repeat;
display: block;
float: left;
font-size: 14px;
font-weight: bold ;
padding: 0 10px 20px 20px;
width: 21%;
}



	
.img-left{
	float:left;
	margin-top:10px;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:20px;
	padding:2px;
	border:#ccc 1px solid;
	}
	
.img-right{
	float:right;
	margin-top:10px;
	margin-left:20px;
	padding:2px;
	border:#ccc 1px solid;
	}

/* Text Styles */
#search a {
color: #fff;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

#search a:hover {
text-decoration: underline;
}

h1 {
color: #fff;
font-size: 16px;
line-height: 140%;
padding: 0 0 5px 0;
font-weight: bold;
display:block;
}

h2 {
color: #073c6e;
font-size: 20px;
padding: 30px 0 0 0;
}

h3 {
background: url(../images/h3_back.png) no-repeat;
color: #fff;
font-size: 14px;
font-weight: bold;
padding: 0 0 0 15px;
}

.h4 {
color: #fff;
font-size: 16px;
line-height: 140%;
padding: 0 0 5px 0;
font-weight: bold;
display:block;
}

h4 {
color: #fff;
font-size: 16px;
line-height: 140%;
padding: 0 0 5px 0;
}

.h5 {
color: #ffff00;
font-size: 14px;
line-height: 140%;
font-weight: bold;
}

h5 {
color: #ffff00;
font-size: 14px;
line-height: 140%;
}

.whiteh5 {
color: #ffffff;
line-height: 140%;
font-weight: bold;
font-size: 10px;
font-weight: bold;
}

whiteh5 {
color: #ffffff;
line-height: 140%;
font-size: 10px;
font-weight: bold;
}

#header a {
color: #fff;
font-size: 11px;
text-decoration: none;

}

#header a:hover {
color: #99ccff;
text-decoration: underline;
}

#menu a, #menu2 a {
color: #fff;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

#menu a:hover, #menu2 a:hover {
text-decoration: underline;
}

.large_yellow {
color: #ffff00;
font-size: 18px;
font-weight: bold;
}

.small_blue {
color: #99ccff;
font-size: 10px;
}

.menu_blue {
color: #06fbfc;
}

.menu_white {
color: #FFFFFF;
}

.menu_red {
color: #ff0000;
}

.menu_yellow {
color: #ffff00;
}

.menu_green {
color: #00fd05;
}

.menu_orange {
color: #e9960c;
}

.mid_yellow {
color: #ffff00;
float: left;
font-size: 12px;
font-weight: bold;
padding: 3px 0 0 0;
}

h2 a {
color: #073c6e;
}

#main p {
font-size: 12px;
padding: 0 10px 0 0;
}

#main a:hover {
color: #09699b;
}

.right_blue {
padding: 0 0 0 680px;
}

.lower_right_blue {
padding: 0 0 0 720px;
}

h3 a {
color: #99ccff;
font-size: 12px;
text-decoration: none;
}

#index_sec4 ul li a {
color: #09699b;
font-size: 14px;
font-weight: normal;
text-decoration: none;
}

.list_links {
color: #09699b;
font-size: 11px;
font-weight: normal;
}

.underline {
text-decoration: underline;
}

.jasonstyle {
color: #009bf9;
font-weight: bold;
text-decoration: none;
}


.liquid {
color: #ff0000;
font-size:16px;
font-weight: bold;
}



.view-current {
margin-top: 8px;
color: #ffffff;
background-color:#FF0000;
width: 260px;
padding: 5px 10px 2px 0px;
}

.view-current p {
margin-bottom: 4px;
}

#main .view-current a {
color: #ffffff;
font-size: 14px;
font-weight: bold;
padding-left: 10px;
text-decoration: none;
}

#main .view-current a:hover {
color: #ffffff;
text-decoration: underline;
}

/* Image Styles */

.left_link_image {
border: none;
float: left;
padding: 5px 0 5px 15px;
}


.main_image {
float: left;
}

.view_all {
	position:relative; 
	left:735px
}

.view_all2 {
	position:relative; 
	left:693px
}

/* Footer Styles */

/*#footer_left {
border-right: solid #666 1px;
float: left;
padding: 0 20px 0 0;
}

#footer_right {
color: #919b9d;
padding: 0 0 0 240px;

}
#footer_left a {
color: #009bf9;
padding: 0 0 10px 5px;
text-decoration: none;
}

#footer_right a {
color: #009bf9;
font-weight: bold;
text-decoration: none;
}*/

/* -------------------------------------------------------- */

#footer {background: url(../images/footer_back.png) repeat-y; color:#fff; font-size: 12px; padding:20px 30px; width:920px;}

#footer ul {list-style:none; float:left; width:280px; line-height:200%; padding-left:10px; display:block; padding-right:25px;}

#footer ul.last, #footer-btm div.last {padding-right:0px;}

#footer li {background:url(../images/bg-li-footer.gif) left no-repeat; padding-left:12px;}

#footer ul a, #footer-btm a {color:#009bf9; font-weight:bold; text-decoration:none;}

#footer ul a:hover, #footer-btm a:hover {color:#8D979A; font-weight:bold; text-decoration:underline;}

#footer-btm {background:#d6dade url(../images/bg-footer-btm.jpg) no-repeat top; color:#fff; font-size: 12px; padding:20px 30px; width:920px; height:70px;}

#footer-btm div {float:left; width:280px; display:block; padding-left:10px; padding-right:20px;}

#footer-btm div.clear {float:none; width:0px; padding-right:0px; font-size:0px;}

#footer-btm p {line-height:140%;}

#footer-btm #address {padding-left:12px;}

#footer-btm #acquired {background:url(../images/footer-icon-acquired.jpg) no-repeat left; padding-left:20px;}

#footer-btm #rss {background:url(../images/footer-icon-rss.jpg) no-repeat left; padding-left:20px;}

#footer-btm div.last {background:url(../images/footer-icon-ebay.jpg) no-repeat left top; height:40px; margin-left:10px; position:relative;}

#footer-btm div.last div#facebook-container {position:absolute; right:0px; bottom:-24px; width:50px; height:60px; padding:0px;}

#footer-btm div.last a {color:#FFF;}

#footer-btm div.last a#facebook {padding-left:70px; background:url(../images/footer-icon-facebook.gif) no-repeat left;}

#footer-btm #ebay {padding-left:65px; margin:10px 0px 15px 0px;}

#copyright {padding:0px 30px; width:920px; height:40px; color:#919B9D; font-size:12px; background:#d6dade;}

#spectrum {float:right;}

#copyright a {color:#919B9D; text-decoration:none;}



/*

#translationContainer {
height: 15px;
padding: 5px 15px 5px 25px;
position: relative;
right: 10px;
}

#translationContainer img {
padding-right: 5px;
float: left;
border: none;
display: block;
}

#translationContainer a {
border: none;
}

#translationContainer p {
color: #707274;
font-weight: bold;
font-size: .8em;
float: left;
padding-right: 5px;
}

*/
