/* 
 * www.rosleusa.com
 * site's main colors
 * Headings: #E2000E;
 * Background: #FAF4E4;
 * Secondary Color: #FFF;
 */

html, body{ 
	margin: 0; 
	padding: 0; 
	text-align: center;
	font-size: 10px;
	font-family:  Verdana, sans-serif;
}
body {
	background-color: #fff;
	/* background-repeat: repeat-x; */
	/* background-image: url("/images/background.jpg"); */
	color: #000;
}
td {
	font-family:  Verdana, sans-serif;
	font-size: 10px;
}

/* baseline styles */
img {
	border: 0;
	/* vertical-align : top; */
	margin: 0;
	padding: 0;
	line-height: 0px;
}
form {
	margin: 0;
	padding: 0;
	display: inline;
}
em {
	font-weight: bold;
	font-style : italic;
	color: #000;
}
p {
	font-size: 10px;
	line-height: 14px;
	padding: 3px 0 6px 0;
	margin: 0;
}
blockquote {
	margin-top: 0;
	margin-bottom: 0;
	font-style: italic;
   color: #000;
}
li {
	margin-bottom: 4px;
	line-height: 14px;
}
ul li {
	list-style-type: square;
}
/* use to center tables - fixes IE issue */
div.centered 
{
	text-align: center;
}
div.centered table 
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.clr{clear:both;}

/* default anchors */
a {
	font-weight: normal;
}
a:link, a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover, a:active {
	text-decoration: underline;
	color: #E2000E;
}

/* headers */
h1 {
	letter-spacing: 0.2px;
	font-size : 22px;
	font-weight: bold;
	line-height: 24px;
	color : #E2000E;
	margin: 0 0 10px 0;
	padding: 6px 0 0 0;
}
h2 {
	letter-spacing: 0.2px;
	font-size : 14px;
	font-weight: bold;
	line-height: 16px;
	color : #E2000E;
	margin: 0 0 10px 0;
	padding: 6px 0 0 0;
}
h2 a:link, h2 a:visited {
        color: #E2000E;
        font-weight: bold;
        text-decoration: none;
}
h2 a:hover, h2 a:active {
        color: #333;
        font-weight: bold;
        text-decoration: underline;
}
h3 {
	letter-spacing: 0.15px;
	font-size : 10px;
	font-weight: bold;
	line-height: 14px;
	color : #000;
	margin: 0 0 8px 0;
	padding: 6px 0 0 0;
}
h4 {
	letter-spacing: 0.15px;
	font-size : 10px;
	font-weight: bold;
	line-height: 14px;
	color : #E2000E;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
}
h5 {
	letter-spacing: 0.15px;
	font-size : 10px;
	font-weight: bold;
	line-height: 14px;
	color: #000;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
	text-decoration: none;
}
h6 {
	font-size : 10px;
	font-weight: bold;
	line-height: 14px;
	color : #E2000E;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
	text-decoration: none;
}

/* button */
input.button {
	text-align : center;
	color:#FFF;
	font-size : 10px;
	font-weight : normal;
	background-color: #E2000E;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	margin: 0;
	padding: 4px 6px 4px 6px;
}
input.buttonHover
{
	text-align : center;
	color:#000;
	font-size : 10px;
	font-weight : normal;
	background-color:#FAF4E4;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	margin: 0;
	padding: 4px 6px 4px 6px;
}
a.button {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-align: center;
	padding: 4px 6px 4px 6px;
	margin: 7px 0 7px 0;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	text-decoration: none;
	display:table-cell; /* needed for FF */
	display:inline-block; 
}
a.button:link, a.button:visited {
	background-color : #E2000E;
	color : #fff;
	text-decoration: none;
}
a.button:hover, a.button:active {
	background-color : #FAF4E4;
	color: #000;
	text-decoration: none;
}

/* error messages  */
.errorMessage {
	color: #F00;
	font-size: 14px;
	font-weight: bold;
}

/* contact us */
.contactusForm th {
        text-align: right;
        width: 20%;
}
input.kESEmail {
	font-size: 10px;
	color: #000;
}

/* bread crumb */
#breadCrumbRow {
        margin-bottom: 10px;
}
#breadCrumb, .breadCrumbDivider {
	font-size: 10px;
}
.lastCrumb {
	color: #000;
	font-size: 10px;
}
#breadCrumbRow a {
	font-weight: normal;
	font-size: 10px;
}
#breadCrumbRow a:link, #breadCrumbRow a:visited {
	text-decoration: none;
	color: #000;
}
#breadCrumbRow a:hover, #breadCrumbRow a:active {
	text-decoration: underline;
	color: #E2000E;
}
.printPage {
	background: url(/images/printer.gif) 2px center no-repeat;
	padding-left: 26px;
}

/* back to top */
#backToTop {

        margin: 3px;
}
#backToTop img {
        margin-left: 5px; 
        margin-right: 10px;
}
#backToTop a {
        font-size: 11px;
        font-weight: normal;
        text-decoration: underline;
        color: #000;
}
#backToTop a:link, #backToTop a:visited {
        color: #000;
}
#backToTop a:hover, #backToTop a:active {
        color: #c0c;
}
#productSearch, #emailSignup {
	margin: 10px;
	padding: 0;
	text-align: center;
}
#productSearch label, #emailSignup label {
	color: #000;
	font-size: 13px;
        line-height: 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
        display: block;
}
#searchInput, #emailInput {
	font-size: 10px;
	margin: 0;
	padding: 0;
	width: 120px;
}
.inputBox {
	margin: 3px 0;
}
.inputButton {
   margin-bottom: 3px;
}
#searchButton, #emailButton {
   font-size: 10px;
}
