/* CSS Document */


/* Container IDs for Main pages */

#container {
	background-color: #B20838;
	height: 100%;
	margin: 0px auto 0px auto;
	width: 760px;
}

#header {
	background:url(Images/Andiline_r1_c1.gif);
	height: 70px;
	width: 760px;
}

#flash {
	background:url(Images/Andiline_r2_c1.jpg);
	height: 178px;
	width: 760px;
}

#mainContainer {
	background: url(Images/Andiline_bg.gif);
	background-color: #B20838;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	width: 760px;
}

#menuAndiline {
	background:url(Images/Andiline_r3_c2.gif);
	margin: 0px auto 0px auto;
	height: 31px;
	width: 736px;
}

#mainBody {
	background:url(Images/Andiline_r4_c2.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	left: 12px;
	margin: 0px;
	min-height: 350px;
	padding: 0px;
	position: relative;
	width: 735px;
}

#footer {
	background:url(Images/Andiline_r5_c1.gif);
	clear: both;
	height: 61px;
	width: 760px;
}

#subMenu a:link {
	color: #FFFFFF;
	margin: 0px 8px 0px 8px;
	text-decoration: none;
}

#subMenu a:visited {
	color: #FFFFFF;
	margin: 0px 8px 0px 8px;
	text-decoration: none;
}

#subMenu a:hover {
	color: #FDB813;
	margin: 0px 8px 0px 8px;
	text-decoration: none;
}

#subMenu a:active {
	color: #FDB813;
	margin: 0px 8px 0px 8px;
	text-decoration: none;
}


/* Homepage IDs */

#homeContent {
	padding: 1em;
	width: 708px;
}

/* Container IDs for Product pages and their classes */

#ProductDetailsPage {
	padding: 1em;
	/*width: 738px;*/
	width: 714px;
}

#productImage {
	background-image: url(Images/productBg.gif);
	float: left;
	height: 265px;
	padding-top: 3px;
	padding-right: 3px;
	text-align: center;
	width: 260px;
	vertical-align: middle;
}

#productInfo {
	float: right;
	min-height: 250px;
	width: 428px;
}

#productInfo2 {
	min-height: 250px;
	width: 100%;
}

#products a img {
	border: 1px solid #B20838;
}

#products a:link {
	font-size: 0.9090em;
	color: #999999;
}

#products a:visited {
	font-size: 0.9090em;
	color: #999999;
}

#products a:hover {
	font-size: 0.9090em;
	color: #0663af;
}

#products a:active {
	font-size: 0.9090em;
	color: #0663af;
}

.horizontalStyle {
	color: #F58025;
}

.productsName {
	color: #666666;
	font-weight: bold;
	height: 40px;
	margin: 3px 0px 3px 0px;
}

.productNameDetailed {
	color: #B20838;
}

.ProductsPage .Item a:link, .ProductsPage .AltItem a:link {
	font-size: 1em;
	color: #666666;
}

.ProductsPage .Item a:visited, .ProductsPage .AltItem a:visited {
	font-size: 1em;
	color: #666666;
}

.ProductsPage .Item a:hover, .ProductsPage .AltItem a:hover {
	font-size: 1em;
	color: #0663af;
}

.ProductsPage .Item a:active, .ProductsPage .AltItem a:active {
	font-size: 1em;
	color: #0663af;
}

/*Category List styling */

#categoryList {
	width: 713px;
}

#categoryList .Item {
	position: relative;
	float: left;
	height: 175px;
	width: 237px;
}

#categoryList .Item img {
	border: 1px solid #B20838;
}

#categoryList .AltItem {
	position: relative;
	float: left;
	height: 175px;
	width: 237px;
}

#categoryList .AltItem img {
	border: 1px solid #B20838;
}

/* Inventory List IDs and classes) */

#inventoryList {
	width: 100%;
}

.tableHeadingAndiline {
	background: #B20838;
	color: #FFFFFF;
	padding: 2px;
}

.InventoryPage a:link { color: #0663af; }
.InventoryPage a:visited { color: #0663af; }
.InventoryPage a:active { color: #064c89; }
.InventoryPage a:hover { color: #064c89; }


/* Andiline Styles and Colours */

.title {
	color: #B20838;
}

.title2 {
	color: #000;
}

.title3 {
	color: #F88021;
}

.pageContent a:link { color: #0663af; }
.pageContent a:visited { color: #0663af; }
.pageContent a:active { color: #064c89; }
.pageContent a:hover { color: #064c89; }

/* Andiline Category classes */

.categoryContainer {
	float: left;
	height: 110px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	width: 227px;
}

.categoryContainer ul {
	list-style-type: disc;
	color: #F88021;
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
}
