/* Askwith Company */

@import"../css/tabular.css";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size :62.5%;
	font-family: Verdana;
}

/* Container */

#container {
	width: 760px;
	height: auto;
	margin: 0 auto;
}

/* Wrap */

#wrap {
	width: 750px;
	height: auto;
	padding: 0 5px;
	background: url('../images/core/tile-wrap.jpg') 0 0 repeat-y;
}

/* Content */

#content {
	width: 750px;
	height: auto;
	background: url('../images/core/tile-content.jpg') 0 0 repeat-y;
}

#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #content {height: 1%;}
/* End hide from IE-mac */

/* Left Column */

div.left-column {
	width: 178px;
	height: auto;
	float: left;
	background: #F9F9FA;
}

/* Logo */

div.logo {
	padding-top: 21px;
}

div.logo img {
	border: 0;
}

/* Navigation */

div.navigation {
	color: #000;
	font-size: 1.1em;
}

div.navigation ul {
	list-style-type: none;
}

div.navigation ul li {
	line-height: 1.4em;
	width: 158px;
	display: block;
	padding: 5px 10px;
	background: url('../images/core/tile-navborder.gif') left top repeat-x;
}

div.navigation ul li a {
	color: #E51A22;
	line-height: 1.4em;
	text-decoration: none;
}

div.navigation ul li a:hover {
	color: #000;
}

div.navigation ul ul {
	margin-bottom: 5px;
	padding: 0 15px;
}

div.navigation ul ul li {
	background: none;
	display: block;
	width: 118px;
	padding: 0 0 0 10px;
	background: url('../images/core/icon-subnav.jpg') left center no-repeat;
}

/* Right Column */

div.right-column {
	width: 572px;
	height: auto;
	float: left;
}

/* Flash */

div.flash {
	width: 572px;
	height: 238px;
}

/* Text */

div.text {
	padding: 20px;
}

/* Standard */

div.standard {
	font-size: 1.1em;
	color: #363636;
}

div.standard h1 {
	font-size: 1.8em;
	text-transform: uppercase;
}

div.standard h2 {
	font-size: 1.6em;
	text-transform: uppercase;
}

div.standard h2 span {
	color: #E51A22;
}

div.standard h3 {
	font-size: 1.5em;
	color: #E51A22;
	text-transform: uppercase;
}

div.standard h4 {
	font-size: 1.1em;
	color: #E51A22;
}

div.standard h5 {
	font-size: 1em;
	color: #E51A22;
}

div.standard ul {
	margin: 0 20px;
	list-style-type: none;
}

div.standard ul li {
	line-height: 1.5em;
	padding-left: 15px;
	background: url('../images/core/icon-list.jpg') left center no-repeat;
}

div.standard p { 
	margin: 15px 0;
	line-height: 1.5em;
}

div.standard a {
	color: #E51A22;
	text-decoration: none;
}	

div.standard a:hover {
	color: #000;
}

div.standard p.next-page {
	text-align: right;
}

div.standard img.right {
	float: right;
	margin: 10px 0 10px 10px;
}

div.standard img.left {
	float: left;
	margin: 10px 10px 10px 0;
}

/* Sitemap */

div.sitemap {
	width: 720px;
	height: auto;
	color: #FFF;
	font-size: 1em;
	padding: 10px 15px;
	background: #D1181F;
}

div.sitemap a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

div.sitemap a:hover {
	text-decoration: none;
}	

/* Footer */

div.footer {
	width: 720px;
	height: auto;
	color: #FFF;
	padding: 10px 15px 15px;
	background: #000 url('../images/core/bg-footerbottom.jpg') 0 bottom no-repeat;
}

div.footer ul {
	padding-left: 40px;
	background: url('../images/core/logo-askwithmini.jpg') left center no-repeat;
}

div.footer ul li {
	display: inline;
	line-height: 1.4em;
	margin-right: 20px;
	vertical-align: middle;
}

div.footer ul li a {
	color: #FFF;
	font-weight: bold;
}

div.footer ul li a:hover {
	text-decoration: none
}

div.footer ul li img {
	border: 0;
}

/* Webfirm */

div.webfirm {
	text-align: center;
	padding: 10px 0;
	color: #B5B5B5;
	font-size: 1.1em;
}

div.webfirm img {
	border: 0;
}