html 
{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/pattern.gif);
	background-repeat:repeat;
}

body  
{
	background-color:transparent;
	margin:0;
	
}

#outer-container
{
	text-align:center;
	width:100%;
	height:100%;
}

#main-container
{
	padding:o;
	margin:0;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#999999;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#999999;
	width:800px;
}

/*************** Header Styles ****************/
#banner
{
	width:800px;
	height:126px;
	background-image:url(images/banner.png);
	background-repeat:no-repeat;
	background-color:#B3C6E2;
}
#logo
{
	
	width:250px;
	height:92px;
	margin-left:20px;
	background-color:transparent;
	background-image:url(images/amcologo.gif);
}
#icon-strip
{
	float:right;
	height:35px;
	text-align:right;
	margin-right:12px;
}

.icon
{
	margin-left:3px;
}


/***************  Menu Styles  ****************/

#menu
{
	width:800px;
	height:38px;
	background-image:url(images/menubg.png);
	background-repeat:repeat-x;
}

#menu table
{
	height:38px;
}
.menuItem
{
	width:100px;
	text-align:center;
}
.menuItem a
{
	font-size:14px;
	font-weight:bold;
	color:#E3E3EB;
	text-decoration:none;
}
.menuItem a:hover
{
	font-size:14px;
	font-weight:bold;
	color:#EE7722;
	text-decoration:none;
} 


.menuSperator
{
	width:2px;
	background-image:url(images/menu-seperator.png);
}

/***************  Search Bar Styles  ****************/
#searchBar
{
	width:800px;
	height:39px;
	background-image:url(images/searchbarbg.png);
	background-repeat:repeat-x;
	text-align:right;
	vertical-align:middle;
}
#searchBarBox
{
	float:right;	
}

/*************** Search Seperator *************/
#searchSeperator
{
	background-image:url(images/search-seperator.png);
	background-repeat:repeat-x;
	width:800px;
	height:20px;
}


/***************  Left Menu Styles ****************/
#leftMenu
{
	font-size:12px;
	width:192px;
}

#leftMenu th
{
	font-size:14px;
	color:#E3E3EB;
	width:192px;
	height:26px;
	background-image:url(images/menu-left-top.png);
	background-repeat:repeat-x;
	text-align:left;
	padding-left:10px;
	margin:0;
}

#leftMenu td
{
	width:192px;
	height:26px;
	background-image:url(images/menu-left-item.png);
	background-repeat:repeat-x;
	text-align:left;
	padding-left:10px;
}
#leftMenu a
{
	font-size:12px;
	color:#414550;
	text-decoration:none;
}
#leftMenu a:hover
{
	font-size:12px;
	color:#414550;
	text-decoration:none;
	font-weight:bold;
}

/***************  Footer Styles ***************/

#footer
{
	background-image:url(images/footerbg.png);
	background-repeat:repeat-x;
	width:800px;
	height:34px;
	text-align:center;
}
#footer table
{
	font-size:12px;
	font-weight:bold;
	color:#E3E3EB;
	text-align:center;
	width:100%;
}

#footer-bottom
{
	background-image:url(images/footer-bottombg.png);
	width:800px;
	height:25px;
}
/***************  Content Styles  ****************/

#leftMenu-container
{
	background-image:url(images/menu-left-bg.png);
	background-repeat:repeat;
	vertical-align:top;
	width:192px;
	padding:0;
	margin:0;
}

#conent-container
{
	width:598px;
	background-image:url(images/content-spacer.gif);
	background-repeat:repeat;
	padding:0;
	margin:0;
	text-align:center;
}
#content
{
	text-align:left;
	margin:0;
	padding:10px;
	padding-left:20px;
	width:96%;
	height:100%;
	
}
.clear
{
	background-color:Transparent;
	width:100%;
	height:30px;	
}
/***************  Form Styles  ****************/
.FieldHeader
{
	font-size:12px;
	font-weight:bold;
	color:#354360;
}
.TextField
{
	height:15px;
	width:150px;
	border-style:solid;
	border-width:1px;
	border-color:#6D7E92;
	background-color:#DBE4ED;
	font-size:12px;
	margin-right:2px;
}
.ErrorSummary
{
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}
.button
{
	width:72px;
	height:20px;
	border:none;
	color:#F0F0F4;
	font-size:12px;
	font-weight:bold;
	background-image:url(images/button.png);
	vertical-align:middle;
	cursor:pointer;
}
a.button
{
	width:72px;
	height:20px;
	background-position: 0 0px;
	display:inline-block;
	text-decoration:none;
	border:none;
	color:#F0F0F4;
	font-size:12px;
	font-weight:bold;
	background-image:url(images/button.png);
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
}

.button:hover
{
	width:72px;
	height:20px;
	border:none;
	color:#F0F0F4;
	font-size:12px;
	font-weight:bold;
	background-image:url(images/button-over.png);
	vertical-align:middle;
	cursor:pointer;
}

/**************** Heading Styles ****************/
.salogan
{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#29166F;
	margin-right:12px;
	padding:0;
}

/***************** Products Panel **************/
.productPanel
{
	width:100%;
	height:200px;

}
.productPanel tr
{
	vertical-align:top;
}
.productPanelCaption
{
	font-size:14px;
	font-weight:bold;
	color:#354360;
	text-align:left;
	height:20px;
}
.productPanelHeader
{
	background-image:url(images/product-top.png);
	background-repeat:repeat-x;
	height:7px;
	line-height:7px;
	width:100%;
	margin:0;
	padding:0;
}
.productPanelItem
{
	width:100%;
	background-color:#FFFFFF;
	background-image:url(images/product-item.png);
	background-repeat:repeat-x;
	height:158px;
	margin:0;
}
.productPanelBottom
{
	background-image:url(images/product-bottom.png);
	background-repeat:repeat-x;
	line-height:5px;
	height:5px;
	width:100%;	
	padding:0;
	margin:0;
}
.productPanelButton
{
	text-align:right;
	padding-right:10px;
	line-height:20px;
	vertical-align:middle;
	padding-top:3px;
	height:20px;
}

.thumbnail
{
	height:90px;
	width:110px;
	float:left;
	margin:10px;
	margin-bottom:0;
	background-color:Transparent;
}
.shortDescription
{
	margin:0;
	padding:10px;
	font-size:14px;
	color:#354360;
	text-align:justify;
}
/***************** ProductsDetail Panel **************/
.productDetailPanel
{
	width:100%;
	height:100%;
}
.productDetailPanel tr
{
	vertical-align:top;
}
.productDetailPanelCaption
{
	font-size:14px;
	font-weight:bold;
	color:#354360;
	text-align:left;
	height:20px
}
.productDetailPanelHeader
{
	background-image:url(images/product-top.png);
	background-repeat:repeat-x;
	line-height:7px;
}
.productDetailPanelItem
{
	background-color:#FFFFFF;
	background-image:url(images/product-item.png);
	background-repeat:repeat-x;
	margin:0;
	padding-top:10px;
	
}
.productDetailPanelItemContainer
{
	width:100%;
	height:100%;
}

.productDetailPanelItemContainerImage
{
	text-align:center;
}
.productDetailPanelItemContainerImage img
{
	/*
	height:300;
	width:350px;
	*/
}
.productDetailPanelItemContainerInfo
{
	text-align:center;
	vertical-align:top;
	font-size:12px;
	font-weight:bold;
	color:#354360;
}
.productDetailPanelItemContainerDescription
{
	text-align:left;
	vertical-align:top;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#354360;
}
.productDetailPanelBottom
{
	background-image:url(images/product-bottom.png);
	background-repeat:repeat-x;
	line-height:5px;
}
.productDetailPanelButton
{
	text-align:right;
	padding-right:10px;
	line-height:20px;
	vertical-align:middle;
	padding-top:3px;
	height:20px;
}
/************** Hot Products ****************/
.hotProductsPanel
{
	width:150px;
}

.hotProductHeader
{
	/*
	background-image:url(images/product-top.png);
	background-repeat:repeat-x;
	line-height:7px;
	*/
	width:100%;
	
}
.hotProductItem
{
	/*
	background-color:#FFFFFF;
	background-image:url(images/product-item.png);
	background-repeat:repeat-x;
	*/
	width:100%;
	text-align:center;
}

.hotProductItem a
{
	font-size:12px;
	color:#354360;
	text-decoration:none;
}

.hotProductFooter
{
	/*
	background-image:url(images/product-bottom.png);
	background-repeat:repeat-x;
	line-height:5px;
	*/
	width:100%;
}
.hotProductsSeperator
{
	background-color:Transparent;
	width:10px;	
}
/************** Common Styles ****************/
h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#354360;
	margin-bottom:10px;
	padding:0;
	line-height:20px;	
}
h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#354360;
	margin:0;
	padding:0;	
	line-height:20px;
	margin-bottom:10px;
}
h3
{
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#354360;
	margin:0;
	padding:0;	
	line-height:20px;
	margin-bottom:10px;
}
p.common
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-align:justify;
	color:#354360;
	width:95%;
	padding:0;
	margin-bottom:10px;
	margin-top:0;
	
}
p.left
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	color:#354360;
}