/* 
 * www.alficarafes.com
 * site's main colors
 * Gray: #4C4C4C;  primary font color - content, headings
 * Gray: #4C4C4C;  anchor link
 * Red: #E60003;  nav hover/selected
 * Gray: #4C4C4C;  leftnav
 * Gray: #e0e4e6; borders
 */

html, body{ 
	margin: 0; 
	padding: 0; 
	text-align: left;
	font-size: 12px;
	font-family:  Arial,Helvetica,sans-serif;
}
body {
	background-color: #fff;
	color: #4C4C4C;
}
td {
	font-family:  Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}

/* 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;
}
p {
	font-size: 12px;
	line-height: 14px;
	padding: 3px 0 6px 0;
	margin: 0;
}
blockquote {
	color: #000;
	font-style: normal;
}
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;
}
/* use to reset flow after floats */
.clr{clear:both;}
.clear {
    height:1px;
    width: 100%;
    clear: both;
}

/* default anchors */
a {
	font-weight: normal;
}
a:link, a:visited {
	text-decoration: underline;
	color: #4C4C4C;
}
a:hover, a:active {
	text-decoration: underline;
	color: #E60003;
}

/* headers */
h1 {
	font-size : 14px;
	font-weight: bold;
	line-height: 20px;
	color : #4C4C4C;
	margin: 0;
	padding: 0;
}

h2 {
	font-size : 14px;
	font-weight: bold;
	line-height: 20px;
	color : #4C4C4C;
	margin: 0;
	padding: 0;
}
h2 a:link, h2 a:visited {
        color: #4C4C4C;
        font-weight: bold;
        text-decoration: underline;
}
h2 a:hover, h2 a:active {
        color: #E60003;
        font-weight: bold;
        text-decoration: underline;
}
h3 {
	font-size : 14px;
	font-weight: bold;
	line-height: 20px;
	color : #4C4C4C;
	margin: 0;
	padding: 0;
}
h4 {
	font-size : 14px;
	font-weight: bold;
	line-height: 20px;
	color : #4C4C4C;
	margin: 0;
	padding: 0;
}
h5 {
	font-size : 14px;
	font-weight: bold;
	line-height: 20px;
	color : #4C4C4C;
	margin: 0;
	padding: 0;
}
h6 {
	font-size : 14px;
	font-weight: bold;
	line-height: 20px;
	color : #4C4C4C;
	margin: 0;
	padding: 0;
}

/* error messages  */
.errorMessage, #formErrorDisplay .formMessage, #formErrorDisplay li {
	color: #E60003;
	font-size: 12px;
	font-weight: bold;
}
#formErrorDisplay {
	background: url(/images/error.jpg) 2px center no-repeat;
	padding-left: 80px;
        min-height: 50px;
}

/* contact us */
.contactusForm th {
        text-align: right;
        width: 20%;
}

/* bread crumb */
#breadCrumbRow {
        margin-bottom: 10px;
		  height: 25px;
		  padding-top: 5px;
		  width: 600px;
}

#breadCrumb, .breadCrumbDivider {
	font-size: 10px;
	color: #949494;
}
.lastCrumb {
	color: #949494;
	font-size: 10px;
}
#breadCrumbRow a {
	font-weight: normal;
	font-size: 10px;
}
#breadCrumbRow a:link, #breadCrumbRow a:visited {
	text-decoration: underline;
	color: #949494;
}
#breadCrumbRow a:hover, #breadCrumbRow a:active {
	text-decoration: underline;
	color: #4C4C4C;
}
.printPage {
	background: url(/images/printer.gif) 2px center no-repeat;
	padding-left: 26px;
}

a.button, a.buttonHover {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 0 5px;
	margin: 0;
	border-right: 1px solid #D5DEE5;
	border-bottom: 1px solid #D5DEE5;
	border-top: 1px solid #D5DEE5;
	border-left: 1px solid #D5DEE5;
	text-decoration: none;
	display: inline-block;
	float: right;
	clear: both;
	line-height: 19px;
}

a.button:link, a.button:visited {
	color : #4C4C4C;
	text-decoration: none;
}
a.button:hover, a.button:active, a.button:focus {
	color : #4C4C4C;
	text-decoration: underline;
}

.shippingCharges {
        border: 1px solid #000;
        border-collapse: collapse;
}
.shippingCharges td, .shippingCharges th {
        padding: 4px;
        border: 1px solid #000;
}
