/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 
body {
	font: 0.875em/150% 'Trebuchet MS',Georgia,Tahoma,Verdana,Arial,Sans-Serif;
	color: #666; 	
	margin: 0; padding: 0 0 0 0; 
	background: #FFF url(/img/body-bg.gif) repeat-x; 
	text-align: center;
}
/* Links */
a:link, a:visited { 
	text-decoration: none;
	color: #666; 	
	border-bottom: 1px solid #666;	
}
a:hover {
	color: #000;	
	border-bottom: 1px solid #ff7d01;	
}

/* Headers */
h1, h2, h3, h4 {
	font: 1em/1.5em Georgia, 'Times New Roman', Times, serif;
	color: #111;
}
h1 { font-size: 3.2em; }
h2 { font-size: 2.8em; }
h3 { font-size: 2.4em; }

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

p { padding: 10px 0; }

/* Images */
img {
	display:block;
	margin: 0 auto;
	padding: 15px 0;	
}
a img { padding: 0; border: none; }

code {
  	margin: 3px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F0F0F0;
	background: #f8f8f8;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 10px;
 	padding: 10px 10px 10px 32px;  
   border: 1px solid #F0F0F0;
	background: #f8f8f8 url(/img/quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	color: #555;	
}

/* table */
table {
	border-collapse: collapse;
	margin: 15px 0;
	width:100%;	
}
th, tr, td {
background: none;
border: none;
}	

/* form elements */
form {
	margin: 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}
form p {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #7BA857;
}
label {
	font-weight: bold;
	color: #7BA857;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
input:focus, select:focus, textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}
#name, #email, #message, #website {
	width: 380px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #9CCF5F;
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 

#wrap {
	margin: 0 auto;	
	background: #fff;	
	padding: 0;
	width: 950px;	
}

/* header */
#header {
	position: relative;
	background: #fff url(/img/body-bg.gif) repeat-x ;	
	margin: 0 auto;
	height: 235px;
	width: 950px;	
}
#header h1#logo-title {
	position: absolute; 
	margin: 0; padding: 0;
	font: normal 75px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -6px;
	color: #ff7d01;
	text-decoration: none;
	border: none;		
	top: 75px; left: 18px;	
}
#header p#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.6em;
	font-style: italic;
	letter-spacing: -.5px;
	color: #000;
	width: 400px;
	text-align: right;
	top: 160px; left: 148px;		
}
#header #logo-image {
	position: absolute;
	background: url(/img/aountec-logo.jpg) no-repeat;
	width: 256px;
	height: 200px;	
	right: 15px; top: 0px;	
}

/*  menu  */
#header #menu {
	position: absolute;
	margin: 0; padding: 0;		
	width: 950px;	
	left: 0; top: 20px;		
}
#header #menu ul {
	float: left;	
	list-style: none;	
	margin: 0;
	padding: 0 0 0 15px;					
}
#header #menu ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#header #menu ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #fff;
	font: bold 14px/40px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	line-height: 30px;
	text-transform: uppercase;
	border: none;	
}
#header #menu ul li a:hover, 
#header #menu ul li a:active {
	border: none;
	color: #111;
	background: transparent;
}
#header #menu ul li#current {
	background: transparent url(/img/menu-left.gif) no-repeat left top;	
}
#header #menu ul li#current a {	
	color: #444;
	background: transparent url(/img/menu-right.gif) no-repeat right top;	
}

/*  region  */
#header #region {	
	position: absolute;
	width: 200px;
	right: 300px; top: 20px;
	opacity:0.85;
	filter: alpha(opacity=85);
	text-align: left;
	text-transform: uppercase;	
}
#header #region span {
	display: block;	
	background:transparent url(/img/arrow-down.png) no-repeat 5px center;	
	color:#000;
	font: bold 14px/40px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;	
	font-weight: bold;
	line-height: 25px;
	padding: 2px 5px 2px 25px;	
	cursor:pointer;
}
#header #region:hover ul { display: block;  }
#header #region:hover  span {
	background:#fff url(/img/arrow-down.png) no-repeat 5px center;	
}
#header #region ul {
	display: none;
	list-style: none;
	margin: 1px 0; padding: 5px 0px;
	text-align: left;
	background: #000;
	font-weight: normal;
	border: 1px solid #000;	
}
#header #region ul li {
	margin:0;
	padding: 2px 0 2px 25px;	
}
#header #region ul li a {
	color:#ccc;
	border:none;
	margin:0; padding:0;	
}
#header #region ul li a:hover {
	color:#ff7d01;
	background: #000;	
}  
  
/* content */
#content {
	clear:both;
	float:left;
	padding:0;
}

/*  tabs  */
#content #tabs {
	margin: 0 auto; padding: 0;
	padding: 0 15px 20px 15px;
}
#content #tabs ul {
	text-align: center;	
	list-style: none;	
	margin: 0;
	padding: 0;
	border-top: 1px solid #000;
}
#content #tabs ul li {
	display:inline;
	margin: 0 2px;
	padding: 0;
}
#content #tabs a {
	background:transparent url(/img/tab-left.gif) no-repeat left 0px;
	padding:0 0 0 15px;
	text-decoration:none;
	border: none;
	font-size:1.2em;
	color:#666;
	font-variant:small-caps;
	font-weight:bold;
}
#content #tabs a span {
	background:transparent url(/img/tab-right.gif) no-repeat right 0px;
	padding: 0 15px 0 0;
}
#content #tabs a:hover {
	background:transparent url(/img/tab-left.gif) no-repeat 0 -30px;
	color:#000;
}
#content #tabs a:hover span {
	background:transparent url(/img/tab-right.gif) no-repeat 100% -30px;
}
#content #tabs ul li#active a {
	background:transparent url(/img/tab-left.gif) no-repeat 0 -60px;
	color:#000;
}
#content #tabs ul li#active a span {
	background:transparent url(/img/tab-right.gif) no-repeat 100% -60px;
}

/* main */
#main {
	text-align:justify;
	padding: 0 15px;
	width:920px;
}
#main h2 {
	margin: 15px 0;	
	padding: 0;
	border-bottom: 1px solid #CCC;	
}
#main h2 a {
	border: none;
}

/* products */
#main .products td {
	text-align: center;
	padding: 0 0 25px 0;
	font-size: 1.0em;
	line-height: 20px;
}
#main .products img {
	border: none;
	padding: 0;
	margin: 5px auto;
}
#main .products a {
	border: none;
	font-weight: bold;
	color: #000000;
}
#main .products a:hover {	border-bottom: 1px solid #000;}
#main .products span.detail {
	display:block;
	padding: 0 0 5px 0;	
}
#main .products span.price {
	font-weight: bold;
	color: #ed910a;
	padding: 1px 6px;	
	border:1px solid #CCC;
	line-height: 26px;	
}
#main .products span.old {
	font-weight: normal;
	padding: 0 6px 0 0;	
	text-decoration: line-through;	
}
#main .products span.notav {
	font-weight: bold;
	color: red;
	padding: 1px 6px;	
	border:1px solid #CCC;
	line-height: 26px;	
}
#main .products  input {
	width: 24px;
	height: 24px;
	border:none;	
	margin:0; padding:0;
	cursor: pointer;	
}
#main .products  input.order {
	background: transparent url(/img/icons-map.png) no-repeat 0 0;	
}
#main .products  input.promo {
	background: transparent url(/img/icons-map.png) no-repeat 0 -25px;	
}
#main .products  input.info {
	background: transparent url(/img/icons-map.png) no-repeat 0 -50px;	
}
#main .products BR {
	line-height: 24px; 
}

/* footer */
#footer {
	clear: both;
	width: 910px;
	margin: 0 auto;
	padding: 10px 0 15px 0;		
	color: #000;
	border-top: 1px solid #FF7D01;	
}
#footer a {
	color: #000;
	border: none;	
}
#footer .bottom-left {
	float: left;
	padding: 0;	margin: 0;
}
#footer .bottom-right {
	text-align: right;
	padding: 0;	margin: 0;
}

/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* popup */
.popup {
	display: none;
	text-align: left;
	width: 400px; z-index: 1;
}
.popup .header
{
	font-size: 1.3em;
	padding: 10px 20px 0 20px;
	line-height:35px;
	margin:0;
	color: #000;
	background: transparent url(/img/popup-header.png) no-repeat;
	font-weight: bold;
}
.popup .body
{
	background: transparent url(/img/popup-body.png) repeat-y;
}
.popup .footer
{
	background: transparent url(/img/popup-footer.png) no-repeat bottom center;
	font-size: 1.3em;
	color: #000;
	text-align: center;
	line-height:35px;
	padding: 0 0 15px 0;	
}
.popup input.exit
{
	float:  right;
	width: 24px;  height: 24px;
	margin: 5px 0; padding:0;
	border: none;
	cursor: pointer;
	background: transparent url(/img/icons-map.png) no-repeat 0 -75px;  
}
.popup ul {
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0 15px;
}
.popup ul li {
	list-style-image: none;
	padding: 1px 0 0 25px;
	margin: 0;
	background: transparent url(/img/list-bullet.png) no-repeat left center;	
}
.popup ul.promo li {
	background: transparent url(/img/promo-bullet.png) no-repeat left center;	
}

