/* CSS Document */
/************************************************************************
    Site:		Circulon.com

	Author:		eROI		[www.eroi.com]  

	Client:		ANG Meyer Circulon

Listing Order:
==============

1 - GLOBAL STYLES/CLASSES
2 - STRUCTURE/LAYOUT STYLES/CONTAINER DIVS
3 - HEADER
4 - SEARCH/REGISTER BOXES
5 - FOOTER NAV

************************************************************************
	1 - GLOBAL STYLES/CLASSES
************************************************************************/

html, body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, select, option, div, p, img, table, td { 
	margin : 0;
	padding : 0;
	border : 0;
} 

body { 
	background-color : #ffffff;
	font : 62.5%/1.6em Arial, Helvetica, sans-serif;
} 

a { 
	text-decoration : none;
	color : #790000;
} 

a.Button{
	font: 90% Arial, Helvetica, Sans Serif;
	font-weight: bold;
	text-transform:uppercase;
	color:#FFFFFF;
	background:url(../images/ButtonBG.gif) top right no-repeat;
	padding:4px 5px 4px 0px;
	display: block;
}

a:hover { 
	text-decoration : underline;
} 

h2 {
	line-height: 1em;
	font-size: 13px;
}

h3 { 
	font-size : 11px;
	text-transform : uppercase;
} 

h3.Checkout {
	display: inline;
	padding: 0px 15px 0px 15px;
	}
	
h3.Current {
	text-decoration: underline;
	}

h4 { 
	font-size : 11px;
}

h5 { 
	text-align : center;
	margin-top : 10px;
	font-size : 10px;
	text-align : center;
	color : #626262;
} 

img { 
	display : block;
	border : 0;
} 

input {
	margin: 0px;
	padding: 0px;
	}

input.Button{
	font: 90% Arial, Helvetica, Sans Serif;
	font-weight: bold;
	text-transform:uppercase;
	width:auto;
	height:19px;
	color:#FFFFFF;
	background:url(../images/ButtonBG.gif) top right no-repeat;
	border:0;
	padding:0px 5px 0px 0px;
	margin:5px 0px 0px 0px;
	display:block;
	cursor: hand;
	cursor: pointer;
}

input.ButtonGray{
	font: 90% Arial, Helvetica, Sans Serif;
	font-weight: bold;
	text-transform:uppercase;
	width:auto;
	height:19px;
	color:#FFFFFF;
	background:url(../images/ButtonBGGray.gif) top right no-repeat;
	border:0;
	padding:0px 5px 0px 0px;
	margin:5px 0px 0px 0px;
	display:block;
	cursor: hand;
	cursor: pointer;
}

input.ButtonLink {
	background: none;
	border:none;
	text-transform:uppercase;
	color : #790000;
	font-size: 90%;
	text-align:left;
	cursor: hand;
	cursor: pointer;
	}

p.Button {
	background:url(../images/ButtonBGLeft.gif) top left no-repeat;
	padding: 0px 0px 0px 5px;
}

p.ButtonGray {
	background:url(../images/ButtonBGLeftGray.gif) top left no-repeat;
	padding: 0px 0px 0px 5px;
}

table img { 
	display : inline;
} 

span.h3Center { 
	display : block;
	width : 100%;
	text-align : center;
	padding : 5px 0 5px 0;
}

.fivePixPadding {
	padding: 5px;
	margin-left: 197px; 
}

.FullWidth {
	width: 96.5%;
	}

.GrayBG {
	background-color:#dedede;
	}

.inline {
	display: inline;
	}

.redBold {
	color:#FF0000;
	font-weight:bold;
}

.Red {
	color: #790000;
	}

.ThreePixPad {
	padding: 3px;
	}	

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
	}

.topPad {
	padding: 10px 0px 0px 0px;
	}

.rightPad {
	padding-right: 3px;
	}

.WhiteFont {
	color:#cccccc;
	}

.center {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0px auto 0px auto;
	}

.ImgCenter {
	display: block;
	margin: 0px auto 0px auto;
	}

.IconImages {
	margin: 0px auto 0px auto;
	}

.ClearTH {
	text-decoration: none;
	text-transform: none;
	}

#errorBlock, #errorBlock h4 {
	color: #FF0000 !important;
	}

/***********************************************************************
	2 - STRUCTURE/LAYOUT STYLES/CONTAINER DIVS
************************************************************************/

div#container { 
	clear : both;
	width : 910px;
	height : auto;
	margin-left : auto;
	margin-right : auto;
	padding : 0;
} 

div#content { 
	clear : both;
	width : 910px;
	height : auto;
	margin : 0;
	border : 0;
} 

#LeftBox {
	float:left;
	width: 50%;
	}

#RightBox {
	float:right;
	width: 50%;
	}

div#MultiPage {
	font-size: 14px;
	display: block;
	}


div.MItemQuantity {
	float: left;
	width: 50%;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	}

div.MPageNumber {
	float: left;
	width: 50%;
	text-align:right;
	border-bottom: 1px solid #cccccc;
	}

div.BlockContent {
	background-color: #eeeeee;
	display: inline;
	width: 250px;
	float: left;
	margin: 10px 0px 0px 10px;
	}

div.BlockContent h3 {
	background-color:#dedede;
	padding: 3px;
}

div.clear { 
	clear : both;
} 

div.FormBlock {
	float: left;
	padding-right: 10px;
	}

div.FormBlockRight {
	float: right;
	padding-left: 10px;
	}

/***********************************************************************
	3 - HEADER
************************************************************************/

div#header { 
	background : url(../images/headerBG.gif) no-repeat top left;
	width : 926px;
	height : 95px;
	margin : 0;
	padding : 0;
	border : 0;
	position : relative;
} 

div#header img.headerLogo { 
	position : relative;
	top : 24px;
	left : 48px;
} 

div#menu { 
	margin : 28px 0 0 66px;
	width : 550px;
	height : 13px;
	font-size : 10px;
	line-height : 120%;
} 

div#menu ul li { 
	list-style : none;
	display : inline;
} 

ul.menuLink a { 
	color : #cccccc;
	margin-top : 2px;
	float : left;
	text-decoration : none;
	margin-right : 15px;
	height : 11px;
	text-transform : uppercase;
	font-size : 110%;
	font-weight : bold;
} 

ul.menuLink a:hover { 
	color : #ffffff;
	margin-top : 2px;
	text-decoration : none;
	height : 11px;
	text-transform : uppercase;
	font-weight : bold;
} 

div#storeLocaterHeader { 
	color : #cccccc;
	width : 250px;
	height : 19px;
	position : absolute;
	top : 40px;
	right : 40px;
	line-height : 80%;
	font-size : 10px;
} 

p.shoppingCartHead {
	position : relative;
	background : url(../images/ShoppingBG.gif) no-repeat top right;
	text-transform : uppercase;
	text-align: right;
	padding: 8px 5px 10px 0px;
	margin: 0px 13px 0px 0px;
	}

span.ShoppingItems {
	padding-left: 50px;
	}

div#storeLocaterHeader label { 
	position : relative;
	text-transform : uppercase;
	top : -5px;
	left : -2px;
	padding-left: 50px;
} 

div#storeLocaterHeader form { 
	display : inline;
} 

div#storeLocaterHeader form input.locaterInput { 
	position : relative;
	top : -5px;
	left : 0;
	color : black;
	border : none;
	font-size : 9px;
	height : 11px;
	padding : 4px 4px;
	text-transform : uppercase;
	width : 59px;
	background : #fff url(../images/storeLocaterInputBG.gif) no-repeat top left;
	margin-top : 0;
} 

div#storeLocaterHeader form input.buttonInput { 
	position : relative;
	top : -1px;
	right : 0;
	height : 19px;
	width : 23px;
	cursor: hand;
	cursor: pointer;
} 

div#breadcrumbRow { 
	clear : both;
	height : 28px;
	width : 830px;
	text-align : center;
	margin-left : 48px;
} 

div#breadcrumbRow .breadcrumb { 
	display : block;
	float : left;
	margin : 5px 0 0 10px;
} 

div#breadcrumbRow .breadcrumb2 { 
	display : block;
	float : left;
	margin : 5px 0 0 4px;
} 

div#breadcrumbRow .loginBox { 
	display : block;
	float : right;
	color : #303030;
	margin : 5px 10px 0 0;
} 

/***********************************************************************
	4 - SEARCH/REGISTER BOXES
************************************************************************/

div#subPageLeftCol { 
	background : url(../images/leftColTopCap.gif) no-repeat top left;
	float : left;
	width : 192px;
} 

div#subPageLeftCol h4 { 
	padding : 10px 0 0 20px;
	line-height : 11px;
	color : #ffffff;
} 

div#subPageLeftCol p { 
	padding : 2px 0 0 20px;
	line-height : 11px;
	color : #ffffff;
} 

div#subPageLeftCol p.dynamicSearch { 
	padding : 20px 0 0 20px;
	color : #760000;
} 

div#regTopCap { 
	height : 38px;
	background : url(../images/regTop.gif) no-repeat top left;
} 

div#regTopCap span { 
	display : block;
	color : #ffffff;
	font-size : 160%;
	padding : 10px 0 0 20px;
} 

div#leftReg { 
	height : 107px;
} 

div#leftReg p { 
	padding : 10px 0 0 20px;
	line-height : 11px;
	color : #666666;
} 

div#leftReg form input.regInput { 
	margin : 5px 0 0 20px;
	border : 1px solid #dcdcdc;
	font-size : 10px;
	padding : 2px;
	width : 80px;
} 

div#leftReg form input.submitArrow { 
	width : 9px;
	height : 8px;
	padding : 0;
	margin : 2px 0 0 3px;
	cursor: hand;
	cursor: pointer;
} 

div#leftReg form select { 
	padding : 2px;
	font-size : 10px;
	margin : 4px 0 0 20px;
	border : 1px solid #dcdcdc;
} 

/***********************************************************************
	5 - FOOTER NAV
************************************************************************/

table#certificates {
	 margin: 0px auto 0px auto;
	 }

table#certificates img {
	display: block;
	margin: 0px; !important
	text-align: left; !important
	}

div#footer { 
	clear : both;
	margin : 0 0 0 48px;
	border-top : 1px solid #dcdcdc;
	height : auto;
	width : 830px;
	color : #790000;
} 

div#footer ul { 
	margin : 5px 0;
	padding-bottom: 5px;
	border-bottom : 1px solid #dcdcdc;
	text-align : center;
} 

div#footer ul li { 
	font-size : 10px;
	list-style : none;
	display : inline;
	color : inherit;
} 

div#footer ul li img { 
	display : inline;
	padding : 0;
	text-align: center;
	margin: auto auto auto auto;
} 

div#footer ul li a { 
	color : #790000;
} 

div#footer img {
	}