/* global */
body	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

td, div, th	{
	font-size: 11px;
	vertical-align: top;
}

h1	{
	border-bottom: 1px solid #6c3;
	color: #6c3;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	line-height: 19px;
	margin: 5px 0;
	padding: 0;
}


/* classes */
.header	{
	color: #900;
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	padding: 5px;
}

.main	{
	color: #333;
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
}

.nav1	{
	background-color: #cc9;
	border-bottom: 1px dotted olive;
	border-right: #6c3 1px solid;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	padding-left: 4px;
	text-align: center;
}

.nav2	{
	background-color: #cc9;
	border-right: #6c3 1px solid;
	padding: 1px;
	padding-left: 4px;
}

.nav3	{
	background-color: #cc9;
	border-right: #6c3 1px solid;
	border-top: 1px dotted olive;
	font-weight: bold;
	padding: 1px;
	padding-left: 4px;
	text-align: center;
}

.footer	{
	color: #333;
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	padding: 2px;
	text-align: center;
}

.pop	{
	color: #333;
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}

.prodlist	{
	color: #333;
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
}

.prodpic	{
	border-bottom: dotted 1px #666;
}

.prodmain	{
	border-top: dotted 1px #eee;
	color: #666;
	font-size: 12px;
	line-height: 13px;
	padding: 7px;
}

.proddesc	{
	color: #666;
	font-size: 10px;
	line-height: 9px;
	padding: 7px;
}

.proddesc	strong	{
	font-size: 14px;
	line-height: 13px;
}

.input	{
	border: 1px solid #663;
	color: #900;
	font-size: 11px;
	margin: 2px;
	padding: 2px;
}

.button	{
	background-color: #900;
	border: 1px solid #900;
	color: #fff;
	font-size: 11px;
	margin: 2px;
	padding: 1px;
}
/* classes */


/* identifiers */
#sponsored	{
	background-color: #6c3;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
	text-decoration: underline;
}

#sponsored2	{
	background-color: #cc9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}

#sponsored3	{
	border: 1px solid #6c3;
	margin: 7px;
}

#related	{
	border: 1px solid #cc9;
	margin: 10px auto;
	width: 90%;
}

#related	th	{
	background-color: #cc9;
	color: #5f5f4b;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	text-align: left;
}

#related	td				{font-size: 10px; background-color: #fff; padding: 10px;}

#home-image					{background: url(/images/aia-home-image-bg.gif) top left repeat-x #ccc; width: 100%; text-align: left; height: 150px;}

#home-image2				{background-image: url(/images/aia-home-image.jpg); background-position: left; background-repeat: no-repeat; height: 150px; width: 760px;}

#header01					{width: 100%; background: url(/images/header-bg.gif) top left repeat-x #fff; height: 64px; padding: 0; margin: 0;}

#header02					{width: 760px; background: url(/images/header-02.gif) bottom left no-repeat #fff; padding: 0 0 19px; height: 45px;}

#header03					{padding: 0 0 0 380px; background: url(/images/header-01.gif) top left no-repeat #fff; height: 45px; text-align: right;}

#header03	ul				{list-style-type: none; margin: 0; padding: 5px 0;}

#header03	ul	li			{display: inline;}

#navigation					{border-right: 1px solid #6c3;
	float: left;
	overflow: hidden;
	padding: 1em;
	width: 168px;}

#navigation	ul				{list-style-type: none; margin-bottom: 1.2em;}

#navigation	ul	li			{font-size: 1.0em;}

#content					{border-left: 1px solid #a9e372;
	border-top: 5px solid #a9e372;
	color: #666;
	float: left;
	padding: 1em;
	width: 527px;}

#footer						{width: 760px; padding: 10px; text-align: center; border-top: 1px solid #6c3;}

#prodlist	th				{padding: 10px 5px; text-align: right;}

#prodlist	td				{padding: 10px 5px; line-height: 11px;}


/* links */
a.nav:link, a.nav:visited, a.nav:active	{
	color: #333;
	font-size: 11px;
	text-decoration: none;
}

a.nav:hover	{
	text-decoration: underline;
}

a.prodlink:link, a.prodlink:visited, a.prodlink:active	{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

a.prodlink:hover	{
	text-decoration: underline;
}

a.more:link, a.more:visited, a.more:active	{
	color: #900;
	font-weight: bold;
	text-decoration: underline;
}

a.more:hover	{
	text-decoration: none;
}

a.cart:link, a.cart:visited, a.cart:active	{
	color: #900;
	font-weight: bold;
	text-decoration: underline;
}

a.cart:hover	{
	text-decoration: none;
}

#related	td	a:link, #related	td	a:visited, #related	td	a:active	{
	color: #376023;
	display: block;
	margin: 4px;
	text-decoration: underline;
}

#related	td	a:hover	{
	color: #6c3;
}

#header03	a:link, #header03	a:visited, #header03	a:active	{
	color: #900;
	padding: 4px;
	text-decoration: none;
}

#header03	a:hover	{
	text-decoration: underline;
}

#navigation	ul	li	a:link, #navigation	ul	li	a:visited, #navigation	ul	li	a:active	{
	color: #933;
	text-decoration: none;
}

#navigation	ul	li	a:hover	{
	color: #f00;
}

#footer	a:link, #footer	a:visited, #footer	a:active	{
	color: #666;
	text-decoration: underline;
}

#footer	a:hover	{
	text-decoration: none;
}
/* links */


/* customer service */
.customer-service	h2	{
	border-bottom: 1px solid #933;
	color: #933;
	margin-top: 0;
}

.customer-service	ul	{
	height: 90px;
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
}

.customer-service	div	ul	{
	height: auto;
	list-style-type: disc;
	margin: 0;
	padding: 0 1em;
}

.customer-service	div	ul	li	{
	border: none;
	float: none;
	margin: auto;
	width: auto;
}

.customer-service	ul	li	{
	border: 1px solid #eee;
	float: left;
	font-size: 0.8em;
	margin: 0.3em 1em 0.3em 0;
	padding: 2px 5px;
	width: 100px;
}

.customer-service	div	{
	border: 1px solid #eee;
	margin: 1em 0;
	padding: 1em;
}

.customer-service	div	h4	{
	color: #666;
	border-bottom: 1px solid #666;
	font-size: 1.4em;
	margin-top: 0;
}

.customer-service	div	table	{
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 1em;
}

.customer-service	div	table	th	{
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #666;
	font-size: 0.7em;
	padding: 2px;
}

.customer-service	div	table	td	{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #666;
	padding: 5px;
	text-align: center;
}
/* customer service */