html, body {
	height: 100%;
}

body {
	background: #C6C6C6;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	min-height: 100%;
	position: relative;
}

hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 4px auto;
	width: 100%;
	clear: both;
	border: none;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #FFFFFF;
	font-size: 1px;
	line-height: 0;
	overflow: visible;
}

/* Header */
#header {
	background: black url(/includes/images/banner.png) no-repeat 50% 0;
	width: 100%;
	height: 150px;
}

/* Social Bar */
#social-container {
	width: 960px;
	height: 150px;
	margin: auto;
}

#social-bar {
	background: transparent url(/includes/images/social-background.png) repeat-x;
	width: 148px;
	height: 40px;
	position: relative;
	top: 110px;
	float: right;
	overflow: hidden;
}

#social-bar li {
	float: left;
	list-style: none;
}

#social-bar li a {
	display: list-item;
	padding: 4px;
}

#social-bar li a {
	display: list-item;
	padding: 4px 2px 4px 2px;
}

#social-bar li:first-child a {
	padding-left: 4px;
}

#social-bar li:last-child a {
	padding-right: 4px;
}

/* Menu Bar */
#menu-bar {
	clear: both;
	background: black url(/includes/images/menu-background.png) repeat-x;
	width: 100%;
	height: 35px;
	border-bottom: 5px solid #DADADA;
}

#menu {
	width: 960px;
	height: 35px;
	margin: auto;
	overflow: hidden;
}

#menu li {
	float: left;
	list-style: none;
	font-size: 15px;
}

#menu li a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	display: list-item;
	padding: 10px 15px 10px 15px;
	border-right: 1px solid black;
}

#menu li a:hover {
	background: transparent url(/includes/images/menu-hover.png) repeat-x;
}

.current-page a, .current-page a:hover {
	background: transparent url(/includes/images/menu-current.png) repeat-x !important;
	color: black !important;
}

#menu li:last-child a {
	border-right: none;
}

/* Main Content */
#content {
	margin-top: 5px;
	padding-bottom: 40px;
}

.content-box {
	background: white;
	margin-bottom: 5px;	
	-moz-box-shadow: 1px 1px 1px #666; /* FF3.5+ */
	-webkit-box-shadow: 1px 1px 1px #666; /* Saf3.0+, Chrome */
	box-shadow: 1px 1px 1px #666; /* Opera 10.5, IE 9.0 */
}

.content-box p {
	padding: 10px;
	font-size: 12px;
}

.content-box .heading-text {
	font-size: 12px;
	font-weight: normal;
}

.content-box .heading-text a {
	text-decoration: none;
	color: blue;
}

.content-box .heading-text a:hover {
	text-decoration: underline;
}

.content-box h1, h2, h3 {
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 15px;
	padding: 10px 10px 0px 10px;
}

.content-box h1 {
	font-size: 24px;
}

.content-box h2 {
	font-size: 20px;
}

.content-box h3 {
	font-size: 16px;
}

.content-box .highlight {
	font-style: italic;
}

/* Breadcrumb */
.breadcrumb {
    padding: 4px 0px 4px 6px;
    border: 1px solid silver;
    background: #EAEAEA;
	width: 912px;
	margin: 10px 10px 10px 10px;
    color: black;
	font-size: 14px;
}

.breadcrumb a {
    color: blue;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* Footer */
#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	background: black url(/includes/images/footer-background.png) repeat-x;
	width: 100%;
	height: 35px;
	border-bottom: 5px solid black;
}

#footer p {
	color: white;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
}

/* Alignment/Positioning */
.right {
	text-align: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/** Home **/
/* Search Box */
.search-box {
	/*background: #CB0101;*/
	/*overflow: hidden;*/
}

.search-select-container {
	width: 920px;
	height: 25px;
	background: transparent url(/includes/images/menu-hover.png) repeat-x;
	padding: 10px;
	/*float: left;*/
}

.search-select {
	/*width: 100px;*/
	padding: 2px;
	background-color: #EEEEEE;
}

.search-content-container {
	/*margin-left: 10px;*/
	width: 918px;
	padding: 0px 10px 0px 10px;
	/*float: left;*/
}

.search-content-container .classifieds {
	padding: 5px;
	margin: 5px 0px 10px 0px;
	font-size: 12px;
	background: #EEEEEE;
	border: 1px solid #333333;
}

.search-content td {
	padding: 2px;
}

.search-content td.bordered {
	border-right: 1px dotted #999999;
}

/* Top News List */
.news-list li {
	width: 90%;
	list-style: none;
	padding: 5px;
	margin: 0px 0px 5px 5px;
	border-bottom: 1px dotted black;
	display: block;
}

.news-list li.last {
	border-bottom: none;
}

.news-list li a {
	color: black;
	text-decoration: none;
}

.news-list li a:hover {
	color: blue;
}

.news-list img {
	width: 200px;
	height: 150px;
}

.news-list .title {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/* Random Classifieds List */
.classifieds-list li {	
	width: 225;
	float: left;
}

.classifieds-list li a {
	height: 75px;
	background: #EEEEEE;
	border: 1px solid #333333;
	padding: 5px;
	margin: 0px 0px 5px 10px;
	color: black;
	text-decoration: none;
	display: block;
}

.classifieds-list li a:hover {
	background: #333333;
	color: white;
}

.classifieds-list img {
	width: 100px;
	height: 75px;
	float: left;
}

.classifieds-list .info {
	width: 100px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
	text-decoration: none;
}

.classifieds-list p a {
	color: blue;
	text-decoration: none;
}

.classifieds-list p a:hover {
	text-decoration: underline;
}

/** Brands **/
.brands-list {
	width: 900px;
	margin: auto;
}

.brands-list li {
	width: 200px;
	float: left;
	list-style: none;
	text-align: center;
	font: 18px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px;
}

.brands-list li:nth-child(4n+5) {
	clear:both;
}

.brands-list li a {
	text-decoration: none;
	color: blue;
}

.brand-dealers {
	width: 350px;
	background: #EEEEEE;
	border: 1px solid #333333;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px;
	font-size: 14px;
}

.brand-dealers a {
	color: blue;
	text-decoration: none;
}

.brand-dealers a:hover {
	text-decoration: underline;
}

/* Specifications */
.specifications-info {
	width: 878px;
	background: #EEEEEE;
	border: 1px solid #333333;
	margin-bottom: 10px;
}

.specifications-info td, .specifications-info th {
	padding: 4px;
	font-size: 14px;
}

.specifications-table {
	width: 878px;
}

/** Classifieds **/
/* Filter */
.filter {
	width: 918px;
	margin: 10px;
	background: #EEEEEE;
	border: 1px solid #333333;
}

.filter td, .filter th {
	padding: 4px;
	font-size: 12px;
}

.filter td.bordered {
	border-right: 1px dotted #999999;
}

#classifiedsTable {
	margin:10px;
	width: 918px;
}

#classifiedsTable tbody td {
	vertical-align: middle;
	font-weight: bold;
}

/* Overview */
.overview-info {
	background: #EEEEEE;
	border: 1px solid #333333;
	margin-bottom: 10px;
}

.overview-info td, .overview-info th {
	padding: 4px;
	font-size: 14px;
}

.overview-table a {
	color: blue;
	text-decoration: none;
}

.overview-table a:hover {
	text-decoration: underline;
}

/* Details */
.details-info {
	width: 430px;
	background: #EEEEEE;
	border: 1px solid #333333;
	margin-bottom: 10px;
}

.details-info td, .details-info th {
	padding: 4px;
	font-size: 14px;
}

.details-table a {
	color: blue;
	text-decoration: none;
}

.details-table a:hover {
	text-decoration: underline;
}

/* Contact */
.contact-info {
	width: 427px;
	background: #EEEEEE;
	border: 1px solid #333333;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.contact-info td, .contact-info th {
	padding: 4px;
	font-size: 14px;
}

/** News **/
#news-feed
{
	width: 898;
	border: 1px solid #333333;
	margin: 10px;
}

.news-feed-counter
{
	width: 898;
	border: 1px solid #333333;
	margin: 10px;
	padding: 4px;
	text-align: center;
}

.news-feed-counter a
{
	color: blue;
	text-decoration:none;
}

.news-feed-counter a:hover
{
	text-decoration:underline;
}
			
.news-feed-counter .qp_prev {
	display: block;
	float: left;
}

.news-feed-counter .qp_next {
	display: block;
	float: right;
}

.news-feed-counter .qp_disabled {
	color: #888;
}

#news-feed li
{
	list-style: none;
	height: 160px;
	border-bottom: 1px dotted #323232;
	padding: 5px 5px 5px 5px;
}

#news-feed li:last-child {
	border-bottom: none;
}

/*#news-feed li:nth-child(10n) {
	border-bottom: none;
}*/

#news-feed li img
{
	width: 200px;
	height: 150px;
	float: left;
}

#news-feed li .news-info
{
	width: 698px;
	float: left;
	margin-left: 10px;
}

#news-feed li .news-info a
{
	color: blue;
	text-decoration: none;
}

#news-feed li .news-info a:hover
{
	text-decoration: underline;
}

#news-feed li .news-info h1 a
{
	color: black;
}

#news-feed li .news-info h1 a:hover
{
	color: blue;
}

#news-feed li .news-info h1
{
	font-size: /*186%*/140%;
	margin: 0;
}

#news-feed li .news-info h1 small
{
	font-size: 50%;
	font-weight: normal;
	margin-top: 0em;
	color:#666666;
}

#news-feed li .news-info p
{
	font-size: 14px;
	color: #000000;
}

#news-feed li .news-info .full-story
{
	margin-top: 4px;
	float: right;
}

/** About **/
.about-us p {
	font-size: 14px;
}

.about-us a {
	text-decoration: none;
	color: blue;
}

.about-us a:hover {
	text-decoration: underline;
}

/** Contact Us **/
.contact-us p {
	font-size: 14px;
}

.contact-us a {
	text-decoration: none;
	color: blue;
}

.contact-us a:hover {
	text-decoration: underline;
}

.contact-us-info {
	width: 430px;
	background: #EEEEEE;
	border: 1px solid #333333;
	margin: 0 0 10px 10px;
}

.contact-us-info td, .contact-us-info th {
	padding: 4px;
	font-size: 14px;
}

.contact-us-table a {
	color: blue;
	text-decoration: none;
}

.contact-us-table a:hover {
	text-decoration: underline;
}

/** Mobile Service **/
.mobile-service p {
	font-size: 14px;
}

.mobile-service ul {
	font-size: 14px;
	list-style: circle;
	padding-left: 25px;
}

.mobile-service ol {
	font-size: 14px;
	list-style: decimal;
	padding-left: 25px;
}

.mobile-service li {
	margin-bottom: 10px;
}

.mobile-service .legend table {
	width: 220px;
	background: #EAEAEA;
	border: 1px solid black;
}

.mobile-service .legend-one {
	background: #99FF66;
	border-top: 1px solid black;
}

.mobile-service .legend-two {
	background: #99CCFF;
	border-top: 1px solid black;
}

.mobile-service .price-list-total {
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
	background: #EAEAEA;
	border: 1px solid black;
	padding: 2px;
}

.mobile-service .price-list-btn {
	float: right;
}

.mobile-service .item-list {
	width: 215px;
	float: left;
	font-size: 10px;
	padding-left: 2px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.mobile-service .item-list td {
	height: 25px;
	vertical-align: top;
}

.mobile-service .item-list select {
	font-size: 10px;
}

.mobile-service .first-list {
	border-left: 1px solid black;
}

.mobile-service .contact table {
	width: 880px;
	margin-top: 10px;
}

.mobile-service .contact table td {
	vertical-align: top;
}

/** Company **/
.company-photo {
	width: 400px;
	height: 300px;
	border: 1px solid black;
	float: left;
	margin-right: 10px;
}

.company-info {
	width: 460px;
	height: 300px;
	float: left;
	background: #EEEEEE;
	border: 1px solid #333333;
	margin-bottom: 10px;
}

.company-info td, .company-info th {
	padding: 4px;
	font-size: 14px;
}

.company-table a {
	color: blue;
	text-decoration: none;
}

.company-table a:hover {
	text-decoration: underline;
}

.company-map {
	width: 750px;
	height: 450px;
	margin: auto;
	border: 1px solid black;
}

#priceListTable {
	width: 100%
}

.company-info .separator hr {	
	/*width: 452px;*/
}

.company-info a {
	color: blue;
	text-decoration: none;
}

.company-info a:hover {
	text-decoration: underline;
}

.company-info tr.highlight {
	font-style: normal;
	background: transparent url(/includes/images/menu-hover.png) repeat-x;
	color: white;
}

/** Comparison **/
.comparison-table {	
	float: left;
	background: #EEEEEE;
	width: 878px;
	margin-bottom: 20px;
}

.comparison-table a {
	color: blue;
	text-decoration: none;
}

.comparison-table a:hover {
	text-decoration: underline;
}

.comparison-table tr td {
	padding: 4px;
	font-size: 12px;
	height: 35px;
	vertical-align: middle;
	border: 1px solid #333333;
}

.comparison-table thead tr td {
	height: 135px;
	text-align: center;
	font-weight: bold;
}

.comparison-table td.highlight {
	background: #589ECF;
	color: white;
	font-weight: bold;
}

.comparison-table tr.heading {
	background: transparent url(/includes/images/menu-hover.png) repeat-x;
	color: white;
	height: 25px;
	line-height: 33px;
}

.comparison-table tr.heading, .comparison-table tr.heading td {
	font-size: 16px;
	font-weight: bold;
}

.comparison-table tr.odd {
	background: #CCCCCC;
}

.comparison-table td.tick {
	font-size: 20px;
}

/*.comparison-main {
	margin-bottom: 5px;
}

.comparison-summary tr td, .comparison-details tr td,
.comparison-technical tr td {
	border-top: none;
}

.comparison-summary:last-child, .comparison-details:last-child,
.comparison-technical:last-child {
	margin-bottom: 20px;
}*/

.comparison-table img {
    /*margin: -16px;
    padding: 0;
	background: green;*/
}

.comparison-title {
	width: 208px;
}

.comparison-info {
	width: 167px;
	text-align: center;
}

div.portfolio {
    width: 800px;
    margin: 10px 0 0 10px;
	font-weight: bold;
}

ul#portfolio {  
    float: left;  
    list-style: none;  
    width: 800px;
    margin: 10px 0 0 10px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

ul#portfolio li {  
	background: transparent url(/includes/images/menu-hover.png) repeat;
    float: left;  
    margin: 0 10px 10px 0;  
    padding: 0 /*5px*/;  
    width: 150px;  
}

ul#portfolio li:hover {
	background: black;
	/*-moz-box-shadow: inset 0 0 1px black;  FF3.5+ */
	/*-webkit-box-shadow: inset 0 0 1px black;  Saf3.0+, Chrome */
	/*box-shadow: inner 0 0 1px black;  Opera 10.5, IE 9.0 */
}

ul#portfolio li a {
	text-decoration: none;
	color: white;
}

/* */

html, body {
	height: 100%;
}

body {
	background: #C6C6C6;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	min-height: 100%;
	position: relative;
}

/* Header */
#header {
	background: black url(/includes/images/banner.png) no-repeat 50% 0;
	width: 100%;
	height: 150px;
}

/* Social Bar */
#social-container {
	width: 960px;
	height: 150px;
	margin: auto;
}

#social-bar {
	background: transparent url(/includes/images/social-background.png) repeat-x;
	width: 148px;
	height: 40px;
	position: relative;
	top: 110px;
	float: right;
	overflow: hidden;
}

#social-bar li {
	float: left;
	list-style: none;
}

#social-bar li a {
	display: list-item;
	padding: 4px;
}

#social-bar li a {
	display: list-item;
	padding: 4px 2px 4px 2px;
}

#social-bar li:first-child a {
	padding-left: 4px;
}

#social-bar li:last-child a {
	padding-right: 4px;
}

/* Menu Bar */
#menu-bar {
	clear: both;
	background: black url(/includes/images/menu-background.png) repeat-x;
	width: 100%;
	height: 35px;
	border-bottom: 5px solid #DADADA;
}

#menu {
	width: 960px;
	height: 35px;
	margin: auto;
	overflow: hidden;
}

#menu li {
	float: left;
	list-style: none;
	font-size: 15px;
}

#menu li a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	display: list-item;
	padding: 10px 15px 10px 15px;
	border-right: 1px solid black;
}

#menu li a:hover {
	background: transparent url(/includes/images/menu-hover.png) repeat-x;
}

.current-page a, .current-page a:hover {
	background: transparent url(/includes/images/menu-current.png) repeat-x !important;
	color: black !important;
}

#menu li:last-child a {
	border-right: none;
}

/* Main Content */
#content {
	margin-top: 5px;
	padding-bottom: 40px;
}

.content-box {
	background: white;
	margin-bottom: 5px;	
	-moz-box-shadow: 1px 1px 1px #666; /* FF3.5+ */
	-webkit-box-shadow: 1px 1px 1px #666; /* Saf3.0+, Chrome */
	box-shadow: 1px 1px 1px #666; /* Opera 10.5, IE 9.0 */
}

.content-box p {
	padding: 10px;
	font-size: 12px;
}

.content-box .heading-text {
	font-size: 12px;
	font-weight: normal;
}

.content-box .heading-text a {
	text-decoration: none;
	color: blue;
}

.content-box .heading-text a:hover {
	text-decoration: underline;
}

.content-box h1, h2, h3 {
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 15px;
	padding: 10px 10px 0px 10px;
}

.content-box h1 {
	font-size: 24px;
}

.content-box h2 {
	font-size: 20px;
}

.content-box h3 {
	font-size: 16px;
}

.content-box .highlight {
	font-style: italic;
}

/* Breadcrumb */
.breadcrumb {
    padding: 4px 0px 4px 6px;
    border: 1px solid silver;
    background: #EAEAEA;
	width: 912px;
	margin: 10px 10px 10px 10px;
    color: black;
	font-size: 14px;
}

.breadcrumb a {
    color: blue;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* Footer */
#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	background: black url(/includes/images/footer-background.png) repeat-x;
	width: 100%;
	height: 35px;
	border-bottom: 5px solid black;
}

#footer p {
	color: white;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
}

/* Alignment/Positioning */
.right {
	text-align: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/** Home **/
/* Search Box */
.search-box {}

.search-select-container {
	width: 920px;
	height: 25px;
	background: transparent url(/includes/images/menu-hover.png) repeat-x;
	padding: 10px;
}

.search-select {
	width: 100px;
	padding: 2px;
	background-color: #EEEEEE;
}

.search-content-container {
	width: 918px;
	padding: 0px 10px 0px 10px;
}

.search-content {
	padding: 5px;
	margin: 5px 0px 10px 0px;
	font-size: 12px;
	background: #EEEEEE;
	border: 1px solid #333333;
}

.search-content td {
	padding: 2px;
}

.search-content td.bordered {
	border-right: 1px dotted #999999;
}



/* Top News List */
.news-list li {
	width: 90%;
	list-style: none;
	padding: 5px;
	margin: 0px 0px 5px 5px;
	border-bottom: 1px dotted black;
	display: block;
}

.news-list li.last {
	border-bottom: none;
}

.news-list li a {
	color: black;
	text-decoration: none;
}

.news-list li a:hover {
	color: blue;
}

.news-list img {
	width: 200px;
	height: 150px;
}

.news-list .title {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/* Random Classifieds List */
.classifieds-list li {	
	width: 225;
	float: left;
}

.classifieds-list li a {
	height: 75px;
	background: #EEEEEE;
	border: 1px solid #333333;
	padding: 5px;
	margin: 0px 0px 5px 10px;
	color: black;
	text-decoration: none;
	display: block;
}

.classifieds-list li a:hover {
	background: #333333;
	color: white;
}

.classifieds-list img {
	width: 100px;
	height: 75px;
	float: left;
}

.classifieds-list .info {
	width: 100px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
	text-decoration: none;
}

.classifieds-list p a {
	color: blue;
	text-decoration: none;
}

.classifieds-list p a:hover {
	text-decoration: underline;
}

/** Brands **/
.brands-list {
	width: 900px;
	margin: auto;
}

.brands-list li {
	width: 200px;
	float: left;
	list-style: none;
	text-align: center;
	font: 18px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px;
}

.brands-list li:nth-child(4n+5) {
	clear:both;
}

.brands-list li a {
	text-decoration: none;
	color: blue;
}

.brand-dealers {
	width: 350px;
	background: #EEEEEE;
	border: 1px solid #333333;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px;
	font-size: 14px;
}

.brand-dealers a {
	color: blue;
	text-decoration: none;
}

.brand-dealers a:hover {
	text-decoration: underline;
}

/* Specifications */
.specifications-info {
	width: 878px;
	background: #EEEEEE;
	border: 1px solid #333333;
	margin-bottom: 10px;
}

.specifications-info td, .specifications-info th {
	padding: 4px;
	font-size: 14px;
}

.specifications-table {
	width: 878px;
}

/** Classifieds **/
/* Filter */
.filter {
	width: 918px;
	margin: 10px;
	background: #EEEEEE;
	border: 1px solid #333333;
}

.filter td, .filter th {
	padding: 4px;
	font-size: 12px;
}

.filter td.bordered {
	border-right: 1px dotted #999999;
}

#classifiedsTable {
	margin:10px;
	width: 918px;
}

#classifiedsTable tbody td {
	vertical-align: middle;
	font-weight: bold;
}

/* Overview */
.overview-info {
	background: #EEEEEE;
	border: 1px solid #333333;
	margin-bottom: 10px;
}

.overview-info td, .overview-info th {
	padding: 4px;
	font-size: 14px;
}

.overview-table a {
	color: blue;
	text-decoration: none;
}

.overview-table a:hover {
	text-decoration: underline;
}

/* Details */
.details-info {
	width: 430px;
	background: #EEEEEE;
	border: 1px solid #333333;
	margin-bottom: 10px;
}

.details-info td, .details-info th {
	padding: 4px;
	font-size: 14px;
}

.details-table a {
	color: blue;
	text-decoration: none;
}

.details-table a:hover {
	text-decoration: underline;
}

/* Contact */
.contact-info {
	width: 350px;
	background: #EEEEEE;
	border: 1px solid #333333;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.contact-info td, .contact-info th {
	padding: 4px;
	font-size: 14px;
}

/** News **/
#news-feed
{
	width: 898;
	border: 1px solid #333333;
	margin: 10px;
}

.news-feed-counter
{
	width: 898;
	border: 1px solid #333333;
	margin: 10px;
	padding: 4px;
	text-align: center;
}

.news-feed-counter a
{
	color: blue;
	text-decoration:none;
}

.news-feed-counter a:hover
{
	text-decoration:underline;
}
			
.news-feed-counter .qp_prev {
	display: block;
	float: left;
}

.news-feed-counter .qp_next {
	display: block;
	float: right;
}

.news-feed-counter .qp_disabled {
	color: #888;
}

#news-feed li
{
	list-style: none;
	height: 160px;
	border-bottom: 1px dotted #323232;
	padding: 5px 5px 5px 5px;
}

#news-feed li:last-child {
	border-bottom: none;
}

#news-feed li:nth-child(10n) {
	border-bottom: none;
}

#news-feed li img
{
	width: 200px;
	height: 150px;
	float: left;
}

#news-feed li .news-info
{
	width: 698px;
	float: left;
	margin-left: 10px;
}

#news-feed li .news-info a
{
	color: blue;
	text-decoration: none;
}

#news-feed li .news-info a:hover
{
	text-decoration: underline;
}

#news-feed li .news-info h1 a
{
	color: black;
}

#news-feed li .news-info h1 a:hover
{
	color: blue;
}

#news-feed li .news-info h1
{
	font-size: 140%;
	margin: 0;
}

#news-feed li .news-info h1 small
{
	font-size: 50%;
	font-weight: normal;
	margin-top: 0em;
	color:#666666;
}

#news-feed li .news-info p
{
	font-size: 14px;
	color: #000000;
}

#news-feed li .news-info .full-story
{
	margin-top: 4px;
	float: right;
}

/** About **/
.about-us p {
	font-size: 14px;
}

.about-us a {
	text-decoration: none;
	color: blue;
}

.about-us a:hover {
	text-decoration: underline;
}

/** Contact Us **/
.contact-us p {
	font-size: 14px;
}

.contact-us a {
	text-decoration: none;
	color: blue;
}

.contact-us a:hover {
	text-decoration: underline;
}

.contact-us-info {
	width: 430px;
	background: #EEEEEE;
	border: 1px solid #333333;
	margin: 0 0 10px 10px;
}

.contact-us-info td, .contact-us-info th {
	padding: 4px;
	font-size: 14px;
}

.contact-us-table a {
	color: blue;
	text-decoration: none;
}

.contact-us-table a:hover {
	text-decoration: underline;
}

/** Mobile Service **/
.mobile-service p {
	font-size: 14px;
}

.mobile-service ul {
	font-size: 14px;
	list-style: circle;
	padding-left: 25px;
}

.mobile-service ol {
	font-size: 14px;
	list-style: decimal;
	padding-left: 25px;
}

.mobile-service li {
	margin-bottom: 10px;
}

.mobile-service .legend table {
	width: 220px;
	background: #EAEAEA;
	border: 1px solid black;
}

.mobile-service .legend-one {
	background: #99FF66;
	border-top: 1px solid black;
}

.mobile-service .legend-two {
	background: #99CCFF;
	border-top: 1px solid black;
}

.mobile-service .price-list-total {
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
	background: #EAEAEA;
	border: 1px solid black;
	padding: 2px;
}

.mobile-service .price-list-btn {
	float: right;
}

.mobile-service .item-list {
	width: 215px;
	float: left;
	font-size: 10px;
	padding-left: 2px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.mobile-service .item-list td {
	height: 25px;
	vertical-align: top;
}

.mobile-service .item-list select {
	font-size: 10px;
}

.mobile-service .first-list {
	border-left: 1px solid black;
}

.mobile-service .contact table {
	width: 880px;
	margin-top: 10px;
}

.mobile-service .contact table td {
	vertical-align: top;
}

/** Company **/
.company-photo {
	width: 400px;
	height: 300px;
	border: 1px solid black;
	float: left;
	margin-right: 10px;
}

.company-info {
	width: 460px;
	height: 300px;
	float: left;
	background: #EEEEEE;
	border: 1px solid #333333;
	margin-bottom: 10px;
}

.company-info td, .company-info th {
	padding: 4px;
	font-size: 14px;
}

.company-table a {
	color: blue;
	text-decoration: none;
}

.company-table a:hover {
	text-decoration: underline;
}

.company-map {
	width: 750px;
	height: 450px;
	margin: auto;
	border: 1px solid black;
}

#priceListTable {
	width: 100%
}

.company-info .separator hr {	
	width: 452px;
}

/** Comparison **/
.comparison-table {	
	float: left;
	background: #EEEEEE;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;/**/
	margin-bottom: 20px;
}

.comparison-table a {
	color: blue;
	text-decoration: none;
}

.comparison-table a:hover {
	text-decoration: underline;
}

.comparison-main {
	border-bottom: none;
	margin-bottom: 0;
}

.comparison-summary, .comparison-details,
.comparison-technical {
	border-top: none;
}

.comparison-table td, .comparison-table th {
	padding: 4px;
	font-size: 12px;
}

.comparison-table tr td {
	height: 35px;
	vertical-align: middle;
	border-top: 1px solid #333333;
	/*border-right: 1px solid #333333;*/
}

.comparison-table thead tr td {
	height: 135px;
	text-align: center;
	font-weight: bold;
}

.comparison-table td.highlight {
	background: #589ECF;
	color: white;
	font-weight: bold;
}

.comparison-table tr.heading {
	background: transparent url(/aij-dev/includes/images/menu-hover.png) repeat-x;
	color: white;
	height: 25px;
	line-height: 33px;
}

.comparison-table tr.heading, .comparison-table tr.heading td {
	font-size: 16px;
	font-weight: bold;
	border-right: none;
}/**/

.comparison-table:nth-child(5n+1) {	
	border-left: 1px solid #333333;
}

.comparison-table:nth-child(5n+5) {	
	border-right: 1px solid #333333;
}

.comparison-table tr.odd {
	background: #CCCCCC;
}

/*.comparison-table tbody tr.odd td, .comparison-table tbody tr.even td {
	border-right: 1px solid #333333;
}*/

.comparison-table tr.tick {
	font-size: 28px;
	font-weight: bold;
}

.comparison-title {
	width: 206px;
	/*font-weight: bold;*/
}

.comparison-info {
	width: 168px;
	text-align: center;
}

ul#portfolio {  
    float: left;  
    list-style: none;  
    margin-left: 0;  
    width: 672px;  
}  
ul#portfolio li {  
    /*border: 1px solid #dedede;*/  
    float: left;  
    margin: 0 10px 10px 0;  
    padding: 5px;  
    width: 150px;  
}
