/* www.Berndes-Cookware.com
 * site's main colors
 * Orange: #FF5D02;
 * Black: #000000;
 */

html, body{ 
	margin: 0; 
	padding: 0; 
	text-align: center;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
body {
	background-color: #FF5D02;
	/* background-repeat: repeat-x; */
	/* background-image: url("/images/background.jpg"); */
	color: #000;
}
td {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
}

/* 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: 12px;
	line-height: 16px;
	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: 15px;
}
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: #FF5D02;
}
a:hover, a:active {
	text-decoration: underline;
	color: #999;
}
a.bl:link, a.bl:visited, a.bl:hover, a.bl:active, a.bl:focus {
        text-decoration: none;
        color: #333;
}

/* headers */
h1 {
	letter-spacing: 0.2px;
	font-size : 22px;
	font-weight: bold;
	line-height: 24px;
	color : #FF5D02;
	margin: 0 0 10px 0;
	padding: 6px 0 0 0;
}
h2 {
	letter-spacing: 0.2px;
	font-size : 18px;
	font-weight: bold;
	line-height: 20px;
	color : #333;
	margin: 0 0 6px 0;
	padding: 6px 0 0 0;
}
h3 {
	letter-spacing: 0.15px;
	font-size : 16px;
	font-weight: bold;
	line-height: 18px;
	color : #FF5D02;
	margin: 0 0 6px 0;
	padding: 6px 0 0 0;
}
h4 {
	letter-spacing: 0.15px;
	font-size : 14px;
	font-weight: bold;
	line-height: 16px;
	color : #666;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
}
h5 {
	letter-spacing: 0.15px;
	font-size : 12px;
	font-weight: bold;
	line-height: 14px;
	color: #FF5D02;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
	text-decoration: underline;
}
h6 {
	font-size : 11px;
	font-weight: bold;
	line-height: 13px;
	color : #000;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
}

/* button */
input.button {
	text-align : center;
	color:#FFF;
	font-size : 12px;
	font-weight : normal;
	background-color: #FF5D02;
	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:#fff;
	font-size : 12px;
	font-weight : normal;
	background-color:#333;
	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 : #FF5D02;
	color : #fff;
	text-decoration: none;
}
a.button:hover, a.button:active {
	background-color : #333;
	color: #fff;
	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 */
#breadCrumb, .breadCrumbDivider {
	font-size: 10px;
}
.lastCrumb {
	color: #000;
	font-size: 10px;
}
#breadCrumb a {
	font-weight: normal;
	font-size: 10px;
}
#breadCrumb a:link, #breadCrumb a:visited {
	text-decoration: underline;
	color: #000;
}
#breadCrumb a:hover, #breadCrumb a:active {
	text-decoration: underline;
	color: #ccc;
}
.printPage {
	background: url(/images/printer.gif) 2px center no-repeat;
	padding-left: 26px;
}
.InvodoPL, .videoPopup {
	background: url(/images/video.gif) 2px center no-repeat;
	padding-left: 19px;
}
.videoLink {
        padding: 8px 0 15px 0;
}

/* 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: #FF5D02;
}

#subNav {
        margin:15px 0;
}