/*
Theme Name: ASI Initial
Description: The default theme for ASI Distribution Pte Ltd's website.
Version: 1.0
Author: Jeremy Foo
Author URI: http://thirdly.org/
*/

/* global */

body {
	font-family: "Myriad Pro", "Corbel", "Frutiger", Helvetica, Verdana, Arial, sans-serif;
	color: #3E3E3E;
	background: url(images/bg.png) top left repeat-x #b4b4b4;
	font-size: 0.85em;
	padding: 0px;
	margin: 0px;
	line-height: 1.8em;
}
h1,h2,h3,h4,h5 { padding: 0; margin: 0;}
* {	min-height: 0px; }
p {	margin-top: 10px; }

.hidden { display: none; }
.float-left { float: left; }
.float-right { float: right; }
.align-right { text-align: right; }
.align-left { text-align: left; }
.block { display: block; }

a:link, a:visited {
	color: #35505B;
	text-decoration: none;
	background: transparent;
	border-bottom: 1px dotted #fff;
}

a:hover {
	text-decoration: none;
	background: transparent;
	color: #ac3433;
	border-bottom: 1px solid #fff;
}

.nostylelink:link, .nostylelink:visited, .nostylelink:hover {
	text-decoration: none;
	border: none;
	color: #3e3e3e;
	background: transparent;
}

/* grid layout */

#container {
	width: 1019px;
	margin: 0 auto;
}

#content {
	background: url(images/sideshadow.png) top center repeat-y;
	padding: 0px 19px;
}

#container-header {
	width: 980px;
	padding: 0 19px;
	padding-top: 10px;
}

#container-bottom {
	padding: 0px;
	width: 1019px;
	height: 35px;
	background: url(images/bottomshadow.png) top left no-repeat;
}

.clearall { clear: both; margin: 0; padding: 0; height:0px; }

#footer {
	width: 981px;
	height: 100px;
	background: url(images/footer-bg.png) top left repeat-x;
	position: relative;
}

/* top */

h1#logo-replacement {
	background: url(images/logo.png) top left no-repeat;
	height: 38px;
	width: 162px;
	margin-top: 30px;
	text-indent: -10000px;
	float: left;
}

a#akgprincipal {
	border: none;
	float: right;
	margin-top: 32px;
	width: 235px;
	height: 48px;
	background: url(images/akgprincipal.png) 4px 0.5px no-repeat;
	text-indent: -999999px;
}

a#akgprincipal:hover {
	background: url(images/akgprincipal-hover.png) 0px 0px no-repeat;
}

/* content */

h2.heading {
	background: url(images/h2-bg.png) top left repeat-x;
	padding: 12px 30px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-size: 1.1em;
}

/* lcontent */

.post {
	padding: 15px 30px;
	margin: 0;
}

.postdateline {
	color: #35505b;
	font-size: 0.8em;
	text-transform: uppercase;
}

h3.posttitle {
	font-size: 1.6em;
	color: #db7c3a;
	margin: 0;
	display: inline;
}

h3.posttitle a:link,h3.posttitle a:visited {
	border: none;
	color: #db7c3a;
}

h3.posttitle a:hover {
	border-bottom: 1px solid #fff;
}

.postlocation {
	color: #6f6f6f;
	font-size: 0.7em;
	text-transform: uppercase;
	display: inline;
}

.postcontent {
	color: #3e3e3e;
}

.postactions {
	padding: 5px 10px;
	background: url(images/comment-bg.png) top left repeat-x #c0c0c0;
	border: 1px solid #bfbfbf;
}

.postactions a:link, .postactions a:visited {
	color: #35505b;
	font-size: 0.7em;
	font-weight: 700;
	text-transform: uppercase;
}

.postmeta {
	padding: 0 20px;
	font-size: 0.9em;
	line-height: 1.2em;
	background: url(images/commentbox-bg.png) bottom left repeat-x;
	color: #ededed;
}

ul#previously, ul#previously li {
	margin: 0;
	padding: 0;
}

ul#previously {
	list-style-type: none;
	line-height: 1em;
}

ul#previously li {
	display: block;
	width: 100%;
	padding: 5px 0;
}

ul#previously .previouslydateline {
	width: 20%;
	text-transform: uppercase;
	color: #000;
	font-size: .8em;
	font-weight: 700;
	margin-right: 10px;
	display: inline;
}

ul#previously .previouslytitle {
	width: 80%;
	display: inline;
}

ul#previously a {
	border: none;
	display: block;
	padding: 5px
}

ul#previously a:hover {
	background: #fff;
}

/* footer */

#copyrightline {
	font-size: .7em;
	font-family: arial;
	color: #ccc;
	padding: 8px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	line-height: 1.3em;
}

#copyrightline a { border: none; }
.copyrightlink:link, .copyrightlink:visited { color: #d6d6d6; }
.copyrightlink:hover { color: #fff; }

/* nav */

#righttab {
	float: right;
	padding:10px;
	font-size: .8em;
	color: #fff;
	text-transform: uppercase;
}

#menu {
	width: 980px;
	padding: 0 15px;
	margin: 0 auto;
	background: url(images/menu-bg.png);
	height: 46px;
	line-height: 1em; 
	z-index: 99;
}

#menu ul, #menu li {
	margin: 0;
	padding: 0;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	margin-left: 10px;
	float: left;
}

#menu li {
	float: left;
	border: none;
	position: relative;
	z-index: 999;
	padding: 15px 0;
}

#menu ul li a {
	padding: 15px 20px;
	color: #fff;
	text-decoration: none;
	font-size: .85em;
	text-transform: uppercase;
	font-weight: normal;
	border: none;
}

#menu ul li a:hover, #menu ul li:hover a {
	font-style: normal;
	background: url(images/menu-hover.png) top left repeat-x;
	border: none;
}

#menu ul li:hover ul {
	display: block
}

#menu li ul {
	display: none;
	position: absolute;
	z-index: 9999;
	background: #b6b6b6;
	top: 44px;
	left: -10px;
	width: 200px;
	line-height: 1.5em;
}

#menu li li {
	display: block;
	border: none;
	float: none; 
	position: static;
	height: auto;
	padding: 0;
	width: 100%;
	background: #b6b6b6;	
}

#menu li li a:link, #menu li li a:visited, #menu li li a:hover {
	text-transform: none;
	font-size: .9em;
	display: block;
	padding: 5px 12% 5px;
	height: auto;
	background: #b6b6b6;
	text-indent: 0;
	width: 76%;
}

#menu li li a:hover {
	background: #fff;
	color: black;
}

/* rsidebar */

#rsidebar {
	padding-top: 20px;
	min-height: 200px;
}

.rsidebar-content, div.sociable {
	margin: 20px;
	margin-top: 0;
	padding: 10px 25px;
	color: #474747;
	background: #b6b6b6;
}

.rsidebar-content a, div.sociable a {
	border: none;
	font-weight: 700;
}

.rsidebar-h {
	margin: 0 20px;
	padding: 10px 25px;
	color: #888888;
	background: #ccc;
}

#rsidebar > ul {
	padding: 0;
	margin: 20px;
	margin-top: 0;
	list-style-type: none;
	background: #b6b6b6;
	line-height: 2em;
}

#rsidebar > ul > li {
	color: #4e505b;
	border: none;
	float: none;
	position: static;
	height: auto;
	padding: 0;
	margin: 0;
	width: 100%;
}

#rsidebar > ul > li a img {
	border: none;
	float: left;
	margin-top: 2px;
	padding-right: 10px;
}

#rsidebar > ul > li a {
	display: block;
	font-size: .9em;
	text-transform: uppercase;
	padding: 5px 12% 5px;
	height: auto;
	text-indent: 0;
	border: none;
	border-left: 1px solid #b6b6b6;
	width: 76%;
	font-weight: 700;
}

#rsidebar > ul > li a:hover {
	background: #fff;
	border: none;
	border-left: 1px solid #fff;
}

.rsidebar-joinbottom {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}

.rsidebar-jointop { margin-top: 0;}


/* sidebar classes */
img.sidebarimg { height: 20px; width: 20px }
a.navt_glink span {
	margin: 0;
	padding: 0;
	margin-left: 10px !important;
}
img.homelocate { background: url(images/dealer.png) center no-repeat; }
img.homeaboutus { background: url(images/aboutus.png) center no-repeat; }
img.homecontact { background: url(images/contact.png) center no-repeat; }
img.homecareer { background: url(images/career.png) center no-repeat; }
img.homesignin { background: url(images/signup.png) center no-repeat; }

/* searchform */
#search {
	margin: 0 30px 20px;
}