@charset "utf-8";
body  {
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #000000;
		background-image: url(../graphics/bfgTracks.png);
		background-attachment: fixed;
		background-color: #363;
		background-repeat: repeat-y;
				
}
body:before {/*this adds the shadow at the top of the window.*/
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 10px;

          -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
              -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
                         box-shadow: 0px 0px 10px rgba(0,0,0,.8);

          z-index: 100;
}
h1 {
	 text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.4),3px 3px 5px rgba(150, 0, 0, 0.4);/* shadows on main text items*/ 	
}
h2 {
	 text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4); 
	text-decoration: none;
}
.twoColFixLtHdr #container {
	width: 880px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	background-color: #666;
	background-repeat: repeat-y;
	background-position: left;
	border: 5px outset #000;
	clip: rect(auto,auto,auto,auto);
	border-top-left-radius: 40px 40px;
	border-top-right-radius: 40px 40px;
	border-bottom-left-radius: 40px 40px;
	border-bottom-right-radius: 40px 40px;
	
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
		float: left; /* since this element is floated, a width must be given */
		width: 200px;
		padding-top: 15px;
		padding-right: 10px;
		padding-bottom: 15px;
		padding-left: 5px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	font-size: 12px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}#logo {
	position: relative;
	left: 200px;
	top: 55px;
	width: 550px;
}
.mainPicture {
	float: right;
	margin-top: 20px;
	padding: 5px;
}
.borderContol {
	min-height:840px;
	background-image: url(../graphics/sandstone3.png);
	background-repeat: repeat-y;
	background-position: left;
}
.navButton {
		height:64px;
		width:171px;
		text-align:center;
		color:#999;
		padding-top: 21px;
		font: bolder 20px arial, sans-serif;
		background-repeat: no-repeat;
		text-decoration: none;
		display: inline-block;
		background-image: url(../graphics/pertneer_gel_button.png);
		vertical-align: middle;
		text-shadow: 2px 2px 2px rgba(255, 0, 0, 0.4);
}


.navButton:hover {
		text-decoration: none;
		vertical-align: middle;
		background-image: url(../graphics/pertneer_gel_button_down.png);
}

.buttons {
	height: 50px;
	width: 125px;
}
#images {
	height: 160px;
	width: 213px;
}
.captions {
	color: #036;
	border: 2px solid #999;
	width: 250px;
	background-color: #CCC;
}
.redLetter {
	color: #F00;
}
.front_swap{
	background: #6C918F;
	vertical-align: middle;
	line-height: 40px;
	cursor: pointer;
	
}
.twoColFixLtHdr #container .borderContol #mainContent #back_swap_container {
	border: 1px solid #000;
}
.twoColFixLtHdr #container .borderContol #mainContent #trans_case_container {
	border: 1px solid #000;
}
.twoColFixLtHdr #container .borderContol #mainContent #motor_container {
	border: 1px solid #000;
}
.twoColFixLtHdr #container .borderContol #mainContent #tub_container {
	border: 1px solid #000;
}
.twoColFixLtHdr #container .borderContol #mainContent #shock_container {
	border: 1px solid #000;
}
.twoColFixLtHdr #container .borderContol #mainContent #tube_container {
	border: 1px solid #000;
}

.back_swap{
	background: #6C918F;
	vertical-align: middle;
	line-height: 40px;
	cursor: pointer;
	
}
.trans_case{
	background: #6C918F;
	line-height: 40px;
	vertical-align: middle;
	cursor: pointer;
	
}
.motor{
	background: #6C918F;
	line-height: 40px;
	vertical-align: middle;
	cursor: pointer;
	
}
.shock{
	background: #6C918F;
	line-height: 40px;
	vertical-align: middle;
	cursor: pointer;

}
.twoColFixLtHdr #container .borderContol #mainContent #front_swap_container {
	border: 1px solid #000;
}
.tub{
	background: #6C918F;
	line-height: 40px;
	vertical-align: middle;
	cursor: default;

}
.tube{
	background: #6C918F;
	line-height: 40px;
	vertical-align: middle;
	cursor: default;
	
}
.pagination{
		background:#999999;
		text-align:left;
		background-color:#363;
		float:none;
		padding-left:100px;
		border-top-width: 2px;
		border-right-width: 2px;
		border-bottom-width: 2px;
		border-left-width: 2px;
		border-top-style: inset;
		border-right-style: inset;
		border-bottom-style: inset;
		border-left-style: inset;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
}

a.button {
    background-color:transparent;
    background-image: url( '../images/btn_right.png' );
    background-repeat:no-repeat ;
    background-position:top right;
    color: #fff;
		display:block; /*opera*/
		display:inline-block; /*ie*/
		display:-moz-inline-box; /*ff*/    /*font: bold 12px arial, sans-serif;*/
    font: normal 13px arial, sans-serif;
    height: 32px;
    margin-right: 0px;
    padding-right: 10px;
    text-decoration: none;
}

a.button span {
    background-color:transparent;
    background-image: url( '../images/btn.png' );
    background-repeat:no-repeat ;
    display: inline-block;
    line-height: 21px;
    padding: 3px 0 8px 10px;
}

a.button span img{
    margin-left:-5px;
    margin-top:-2px;
    padding-right:5px;
}
a.button:hover {
    background-image: url( '../images/btn_hover_right.png' );
    color: #fff;
    outline: none;
}

a.button:hover span {
    background-image:url( '../images/btn_hover.png');
}

a.button2 {
    background-color:transparent;
    background-image: url( '../images/btn_hover_right.png' );
    background-repeat:no-repeat ;
    background-position:top right;
    color: #fff;
		display:block; /*opera*/
		display:inline-block; /*ie*/
		display:-moz-inline-box; /*ff*/    /*font: bold 12px arial, sans-serif;*/
    font: normal 13px arial, sans-serif;
    height: 32px;
    margin-right: 0px;
    padding-right: 10px;
    text-decoration: none;
}
a.button2 span {
    background-color:transparent;
    background-image: url( '../images/btn_hover.png' );
    background-repeat:no-repeat ;
    display: inline-block;
    line-height: 21px;
    padding: 3px 0 8px 10px;
}

a.button2 span img{
    margin-left:-5px;
    margin-top:-2px;
    padding-right:5px;
}
a.button2:hover {
    background-image: url( '../images/btn_hover_right.png' );
    color: #fff;
    outline: none;
}

a.button2:hover span {
    background-image:url( '../images/btn_hover.png');
}

.wrdpress {
		color: #999;
		border: 2px outset #666;
		padding: 5px;
				border-radius:15px;
}
