﻿body {
	background: #e1e1e1 url(../../App_Themes/Aptify/_img/bg-pattern.gif) repeat;
}

#page {
	width: 900px;
	background: transparent url(../../App_Themes/Aptify/_img/page-internal-bg.png) repeat-y;
	position: relative;
	padding: 0px;
	border: 1px solid #808080;
	margin: 25px auto 0px auto;
}
#home #page {
	background: transparent url(../../App_Themes/Aptify/_img/page-home-bg.png) repeat-y;
}
#page {
	background: transparent url(../../App_Themes/Aptify/_img/page-internal-bg.png) repeat-y;
}
#page-inner {
	width: 900px;
	background: transparent;
}

/* @group navigation */
#navigation ul {
	list-style: none;
	display: inline;
	float: right;
	height: 25px;	
	position: relative;
}
#navigation ul li {
	list-style: none;
	display: block;
	width: auto;
	float: left;
	border: none;
	position: relative;
}
/* @end */

/* @group header */
#home #header {
	background: #d2d4d5 url(../../App_Themes/Aptify/_img/header-bg.png) repeat-x;
	position: relative;
}
#home #header-inner {
	background: transparent url(../../App_Themes/Aptify/_img/header-inner-bg.png) right top no-repeat;
	height: 215px;
}
#home #header a.header-logo {
	position: relative;
	left: 20px;
	top: 20px;
}

#header {
	background: #d2d4d5 url(../../App_Themes/Aptify/_img/header-internal-bg.png) repeat-x;
	position: relative;
}
#header-inner {
	background: transparent url(../../App_Themes/Aptify/_img/header-inner-internal-bg.png) right top no-repeat;
	height: 115px;
}
#header a.header-logo {
	position: relative;
	left: 20px;
	top: 15px;
}
/* @end */

/* @group content */
/* begin #content styles */
#home #content {
	width: 510px;
	float: left;
	padding: 10px;
}
#breadcrumb-nav {
        display: none;
}
#home .contact-info {
	background: transparent url(../../App_Themes/Aptify/_img/home-contact-bg.png) top left repeat-x;
	padding: 20px;
	width: 210px;
	margin: 0px 0px 0px 0px;
	float: left;
}
#home .contact-info h3 {
	padding: 0px 0px 5px 0px;
	color: #005CAB;
}
#home .contact-info p {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#home #content .right {
	margin: 0px 0px 0px 10px;
}

#content {
	width: 680px;
	float: left;
	padding: 0px 0px 10px 0px;
}
/* end #content styles */
/* @end */

/* @group sidebar */
#home #sidebar {
	width: 350px;
	float: left;
	background: transparent url(../../App_Themes/Aptify/_img/sidebar-home-bg.png) no-repeat;
	padding: 10px;
	position: relative;
}
#sidebar {
	width: 200px;
	float: left;
	padding: 10px;
	position: relative;
}
/* @end */



/* @group footer */
#footer {
	width: 900px;
	margin: 0px auto 0px auto;
	position: relative;
	padding: 10px 1px 40px 1px;
}
#footer ul {
	list-style: none;
	display: inline;
	float: left;
}
#footer ul li {
	list-style: none;
	display: inline;
}
#footer ul li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 0px 8px 0px 0px;
	margin: 0px 8px 0px 0px;
	border-right: 1px solid #000000;
	color: #000000;
}
#footer ul li.last a {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-right: none;	
}
#footer ul li a:active {
	color: #CA0002;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #CA0002;
}

#footer p {
	float: right;
	width: 370px;
	text-align: right;
}
/* @end */



/* @group clearfix */
/* begin clearfix styles */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end clearfix styles */

.test-div {
	height: 10px;
	background: fuchsia;
}

/* @end */