/*-----------------------------------------------------------------------------
Main Style Sheet for RxShredder.com

author:    Rick Hocutt
email:     marketing@marathonequipment.com
website:   http://www.rxshredder.com/
-----------------------------------------------------------------------------*/

/* Remove padding and margin on all elements
-----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	text-align: center;
	background: url(../images/bckg1.gif) repeat #fff;
}
/* Put it back on certain elements */
p, pre, fieldset, table, hr {
	margin: 1em 0;
}
/* Headings
-----------------------------------------------------------------------------*/
h1 {
	font-size: 1.9em;
	margin: .5em 0;
}
h2 {
	font-size: 1.4em;
	padding: 3px;
	background:#0066ff;
	color:#fff;
}
h3 {
	font-size: 1.3em;
	padding: 5px 0px;
}
h4 {
	font-size: 1.2em;
}

h5, h6 {
	font-size: 1em;
}
/* Image Styles
-----------------------------------------------------------------------------*/
img {
	border: 0;
	background-color: transparent;
}
img a:link {
	border: 0;
	color:transparent;
}
img.centered, .centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Links (Global)
-----------------------------------------------------------------------------*/
a:link {
	color:#0066ff;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Page Structure 
-----------------------------------------------
*/
#accessibility {
	text-indent:-1000px;
	margin:0;
	padding:0;
	width:0;
	height:0;
	float:left;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align:left;
	position:relative;
	background:#fff;
	font-size:1.2em;
}
#header {
	height: 160px;
	background: url(../images/top-graphic.jpg) no-repeat top right;
	position: relative;
}
#header h1 {
	width: 172px;
	height: 160px;
	position: relative;
	margin:0;
	padding:0;
}
#header h1 span {
	background: url(../images/top-logo.jpg) no-repeat top left;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	cursor:pointer;
}
#header p {
	position:absolute;
	top:0px;
	left:180px;
	margin:.5em 0;
	width:424px;
	font-weight:bold;
}
#content {
	clear:both;
	padding: 1em;
	line-height:1.5em;
}
#content li {
	margin:1em;
}
/* Footer Styles
-----------------------------------------------
*/
#footer {
	clear: both;
	color: #999;
	font-size: 1.1em;
	padding: .5em;
	background-color: #D9E6FE;
	text-align: center;
}
#footer p {
	margin:0;
}
/* Home Page Items 
-----------------------------------------------
*/
.infoBox {
	background: url(../images/infoBoxBg.jpg) no-repeat top left;
	padding-right:.5em;
	height:120px;
	width:205px;
	padding:0pt 10px 0pt 185px;
	float:left;
}
.infoBox img {
	float:left;
	margin-left: -185px;
}
.infoBox h2 {
	font-size: 1.2em;
	color:#000;
	padding-top: 1em;
	background:none;
}
.infoBox h2 a:visited, .infoBox p a:visited {
	color:#0066ff;
}
#threeSteps {
	background: url(../images/3stepsBg.jpg) repeat-y;
	width:284px;
	float:right;
}
#threeSteps h2 {
	color:#000;
	font-size:1.2em;
	background: url(../images/3steps.jpg) no-repeat top center;
	height: 163px;
	margin:0;
	padding:10px;
}
#threeSteps ul {
	list-style:none;
	padding:0;
}
#threeSteps li {
	width:80px;
	padding:7px;
	margin:0;
	float:left;
	text-align:center;
}
.threeStepsBtm {
	background: url(../images/3stepsBtm.jpg) no-repeat bottom center;
	height:28px;
	clear:both;
}
/* Tables
-----------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	font-size:1em;
	padding:1em;
	margin: 10px 0px;
}
caption {
	font-size:1.2em;
	font-weight:bold;
	margin:1em 0;
}
th {
	font-size:1.2em;
	font-weight:bold;
	color:#000;
	background-color: #EABB2F;
}
th, td {
	padding: 3px
}
thead {
	background-color:#ccc;
	border-bottom:5px solid #333;
}
.odd {
	background-color: #333;
}
/* Lists
-----------------------------------------------------------------------------*/
ul {
	list-style-image:  url(../images/gldarrow.gif);
	line-height: 150%;
	padding: 0 0 1em 2em;
}
ol {
	line-height: 150%;
	padding-left: 20px;
}
/* Floats and Clears
-----------------------------------------------------------------------------*/
.clear {
	clear:both;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.floatLeftImage {
	float:left;
	padding:5px 5px 5px 0;
}
.floatRightImage {
	float:right;
	padding:5px 0 5px 5px;
}
/* Error Styles
-----------------------------------------------------------------------------*/
.error {
	color:#FFCC00;
	font-weight:bold;
}
/* Microformat Styles
-----------------------------------------------------------------------------*/
.tel .type, .adr .type {display: none;}

/* Miscelleneous
-----------------------------------------------------------------------------*/
.video {
	background:url(../images/videoico.gif) no-repeat top left;
	padding-left:20px;
}
.external {
	background:url(../images/external.gif) no-repeat left top;
	padding-left:12px;
}
blockquote {
	float:right;
	padding:.5em;
	border-left:1px solid #ffcc00;
	border-bottom:1px solid #ffcc00;
	width:33%;
	font-weight:bold;
}
blockquote cite {
	font-size:.8em;
	display:block;
	font-style:normal;
	margin:.5em;
}
acronym {
  border-bottom:1px dotted #ffcc00;
}