/* Stylesheet for Alibro
==================================


Contents
========

	1. Redefine existing tags
	2. Define common classes
	3. Define common boxes
	4. Various content layouts
	5. global content -  boxes and formatting
	6. Featured items

*/






/* Redefine existing tags
========================== */


body {
	background: #CCC url(../images/template/bg-shadow.jpg) repeat-y;
	margin: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #aaaaaa;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #777777;
	margin-bottom: 6px;
	margin-top: 20px;
	padding-bottom: 6px;
	background-image: url(../images/template/hr.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

h4 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: none;
	color: #777777;
	margin-bottom: 2px;
}

h5 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: none;
	color: #777777;
	margin-bottom: 2px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	font-weight: normal;
	color: #777777;
	margin-top: 2px;
	margin-bottom: 14px;
}

ul {
	list-style-image: url(../images/template/bullet.gif);
	list-style-type: square;
	margin-left: 25px;
	padding-left: 0px;

}

li {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	font-weight: normal;
	color: #777777;
}

a:link, a:visited {
	color: #8899aa;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	background-color: #F4F8FB;
}

a:active {
	color: #3399CC;
	text-decoration: underline;
	background-color: #F4F8FB;
}











/* Define common classes
=========================== */

.quote {
	display: block;
	float: right;
	width: 94px !important;
	width /**/: 106px;
	height: 61px !important;
	height /**/: 73px;
	padding: 6px;
	margin: 0px 5px 3px 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	text-align: center;
	color: #FFF;
	background: #CCC url(../images/quote-box.jpg) no-repeat;
}










/* Define boxes
=========================== */

#container {
	float: left;
	clear: both;
	width: 759px !important;
	width/**/: 760px;
	height: auto;
	background: #FFF url(../images/template/header-sky-new.jpg) no-repeat;
	border-right: 1px solid #777777;
	padding-bottom: 20px;
}

#header {
	display: inline;
	float: left;
	clear: both;
	width: 100%;
	height: 110px;
	background-image: url(../images/template/alibro-logo.gif);
	background-repeat: no-repeat;
	margin-bottom: 6px;
}

#header h1 {
	display: none;
}

#globalcontent {
	display: inline;
	float: left;
	clear: left;
	width: 170px;
	height: auto;
	background-color: #FFF;
	margin-left: 15px;
}















/* Various content layouts
==================================== */

#introductioncontent, #featuredcontent, #maincontent, #additionalcontent, #itemcontent, 
#descriptioncontent, #importantcontent, #comparecontent1, #comparecontent2, #comparecontent3, #independentcontent {
	display: inline;
	float: left;
	clear: none;
	height: auto;
	background-color: #FFF;
	background-image: url(../images/template/footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-left: 15px;
	padding-bottom: 12px;
}

#introductioncontent {
	width: 265px;
}

#featuredcontent {
	width: 265px;
	padding-bottom: 9px !important; /* added to line up footers on homepage in IE, should be removed if text is changes */
}

#maincontent {
	width: 360px;
}

#additionalcontent {
	width: 170px;
}

#itemcontent {
	width: 170px;
}

#descriptioncontent {
	width: 360px;
}

#importantcontent {
	width: 530px !important;
	width/**/: 540px;
	padding-right: 10px;
}

#comparecontent1, #comparecontent2, #comparecontent3 {
	width: 170px;
}

#independentcontent {
	width: 730px;
}








/* Global content - boxes and formatting
============================================= */



#globalcontent a:link, #globalcontent a:visited {
	color: #8899aa;
	text-decoration: none;	
	font-weight: bold;
}

#globalcontent a:hover {
	color: #8899aa;
	font-weight: bold;
	text-decoration: none;	
}

#globalcontent a:active {
	color: #8899aa;
	font-weight: bold;
	text-decoration: none;	
}


/* Global menu
------------------------------------ */


#globalmenu, #globalcontact {
	margin-bottom: 50px;
}

#globalmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

#globalmenu li {
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 5px;
	background-image: url(../images/template/hr.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#globalmenu a:link, #globalmenu a:visited {
	display: block;
	width: 152px !important;
	width /**/: 170px;
	background: #FFF url(../images/template/global-menu-item-ani.gif) no-repeat;
	margin: 0px;
	padding: 2px 2px 2px 18px;
}

#globalmenu a:hover, #globalmenu a:active { 
	background: #FFF url(../images/template/global-menu-item-hover.jpg) no-repeat;
	text-decoration: none;
}




/* Global contact
------------------------------------ */


#globalcontact h2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#globalcontact ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 18px;
	background-image: url(../images/template/hr.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#globalcontact li {
	font-size: 9px;
	line-height: 14px;
}

#globalcontact .contacttype {
	color: #777777;
}





/* Global information
------------------------------------ */


#globalinformation h2 {
	display: none;
}

#globalinformation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 18px;
	background-image: url(../images/template/footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#globalinformation li {
	font-size: 9px;
	line-height: 14px;
}

#globalinformation p {
	font-size: 9px;
	line-height: 14px;
	color: #777777;
	margin: 0px;
	padding: 2px 2px 2px 16px;
}








/* Featured Items
====================================== 

#additionalcontent img, #additionalcontent object, #featuredcontent img, #featuredcontent object, {
	margin: 0px 0px 10px 0px;
}
*/
