/* id */
#headerBackground {
	background-image: url(images/header_background.gif);
	background-repeat: no-repeat;
	width: 755px;
	height: 155px;
	margin: auto;
}

#subtitleBackground {
	background-image: url(images/subtitle_background.gif);
	background-repeat: no-repeat;
	width: 755px;
	height: 72px;
	margin: auto;
}

#contentBackground {
	/*position:relative;*/
	background: url(images/content_background.gif) repeat-y;
	width: 755px;
	margin: auto;
}

#subtitleContent {
	padding: 20px 0px 0px 27px;	
}


#content {
	margin: 0px 34px 0px 34px;
	background-image:url(images/vertical_line.gif);
	background-repeat:repeat-y;
	/*position:relative;*/
}

#footerBackground {
	background-image: url(images/footer_background.gif);
	background-repeat: no-repeat;
	width: 755px;
	height: 157px;
	margin: auto;
}

/* class */
.topLink {
	padding: 27px 0px 0px 0px;
	margin: 0px 0px 0px 35px;
}

.disclaimer {
	margin: 51px 0px 0px 35px;
}

p {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	line-height:1.2em;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-image: url(images/backgroundgradient.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.button {
	position: relative;
	border: none;
	background: url(images/search_button.gif);
	background-repeat: no-repeat;
	width: 71px;
	height: 25px;
}

.error {
	color:#FF0000;
	font-size: 1em;
	margin-bottom: 10px;
}

#horizontalLine {
	background-image:url(images/horizontal_line.gif);
	background-repeat:repeat-x;
	margin: 4px 10px -8px -10px;
}

.clear {
	clear:both;
	font-size:1px;
}

form {
	margin: 0px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

#searchBox {
	margin: 26px 34px 0px 0px;
	float:right;
	padding: 7px;
	background-color: #EEEEEE;
	display: inline;
	border: 1px solid #DDDDDD;
	max-width: 350px;
}

#breadcrumbNav {
	background-color: #F3F3F3;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;	
	padding: 4px;
	margin-left: -4px;
	margin-bottom: 10px;
}

#recordSetNav {
	background-color: #E6EFF9;
	padding: 4px;
	margin-left: -4px;
	margin-bottom: 10px;
}

.caption {
	background-color:#EEEEEE;
	padding: 8px 5px;
	border-top: 1px dashed #BBBBBB;
	display:block;
	text-align:center;
}

.thumbHome, .thumbProducts, .thumbBrand, .thumbCategory, .thumbSearch, .thumbTitleMedium, .thumbTitleSmall {
	background-color:#FFFFFF;
	border: 1px solid #D2D2D2;
	overflow: hidden;
	margin-bottom: 10px;
}

.thumbHome {
	width: 198px;
}

.thumbProducts {
	width: 208px;
	text-align: center;
}

.thumbBrand, .thumbCategory, .thumbSearch {
	width: 108px;
}

.thumbTitleMedium {
	width: 198px;
	float: right;
	margin-right: 15px !important;
	margin: 10px;
}

.thumbTitleSmall {
	width: 108px;
	float: left;
	margin-right: 15px !important;
	//margin: 10px;
	//clear: right;
}

.thumbHome #outer {
	width: 198px;
	height: 178px;	
	position: relative;	
}

.thumbProducts #outer {
	width: 208px;
	height: 117px;	
	position: relative;	
}

.thumbBrand #outer, .thumbCategory #outer, .thumbSearch #outer, .thumbTitleSmall #outer {
	width: 108px;
	height: 98px;	
	position: relative;	
}

.thumbTitleMedium #outer {
	width: 198px;
	height: 178px;	
	position: relative;	
}

#outer[id] {
	display: table;
	position: static;
}

#middle { /* for explorer only*/
	position: absolute;
	top: 50%;
}

#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#inner { /* for explorer only */	
	position: relative;
	top: -50%;
	display:inline-block;
	text-align: center;
	margin-left: auto 0px;
	margin-right: auto 0px;
}

#inner[id] {
	position: static;
}

div.greenBorder { /* just format */
/*
	border: 1px solid green;
	background-color: ivory;
*/
}