/*	Author: Andre Berger Design @ www.berger-design.com
*	Date: Nov'11
*	V: 1.0
*/

/************************** BODY STYLE ****************************/

body {
	color: #1B1B1B;
	-webkit-font-smoothing: antialiased;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 21px;
}
.imgRight {
	float: right;
	border: 1px solid #DADADA;
	margin-left: 15px;
	margin-bottom: 15px;
}
#mainFrame {
	width: 1020px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
a {
	color: #d9222d;
}
.underlined {
	text-decoration: underline;
}
a:link, a:visited, a:active { 
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
	color: #1B1B1B;
}
.highlight {
	color: #d9222d;
}

/************************** RIGHT COL STYLE ****************************/

#rightCol {
	width: 540px;
	position: relative;
	margin-left: 480px;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #EAEAEA;
}
#rightCol p {
	padding-right: 60px;
	padding-left: 45px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#rightCol h1 {
	color:#d9222d;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #929292;
	padding-top: 15px;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 26px;
	font-weight: normal;
	padding-bottom: 15px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #929292;
	margin-left: 30px;
	margin-right: 30px;
}
#rightCol h2 {
	color:#333;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #929292;
	padding-left: 15px;
	text-transform: uppercase;
}
#rightCol  h3 {
	color:#333;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #929292;
	padding-left: 15px;
	text-transform: capitalize;
}
#rightCol  li  {
	list-style-type: none;
	padding-bottom: 15px;
	margin-left: 25px;
	margin-right: 30px;
	list-style-position: inside;
	list-style-image: url(assets/bullet_point.png);
	text-indent: -11px;
	line-height: 21px;
}

/************************** LEFT COL STYLE ****************************/

#leftCol {
	width: 480px;
	position: fixed;
	float: left;
	margin: 0px;
	padding: 0px;
}
#ABDesign {
	text-align: right;
	padding-top: 50px;
	padding-bottom: 40px;
	padding-right: 30px;
}
#leftCol #pgIMG {
	height: 670px;
	width: 480px;
	z-index: 1;
}
#Navigation  {
	width: 190px;
	margin-left: 230px;
	position: absolute;
	top: 0px;
	height: 670px;
	background-image: url(assets/navi_gradient.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 10;
}
#logo {
	padding-top: 105px;
	z-index: 2;
}

/************************** NAVIGATION STYLE ****************************/

#Navigation ul {
	list-style-type: none;
	padding-top: 100px;
	z-index: 4;
}
.navigation a {
	display: list-item;
	line-height: 24pt;
	text-decoration: none;
	font-size: 13px;
}
.navigation a:link, a:visited, a:active {
	text-decoration: none;
	color: #343434;
}
.form   {
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 15px;
	margin-bottom: 15px;
}
input#email   {
	color: #8D8D8D;
}

.navigation a:hover {
	text-decoration: none;
	color: #d9222d;
	list-style-image: url(assets/arrow.png);
	list-style-position: inside;
}
#leftCol #Navigation .navigation .current {
	text-decoration: none;
	color: #d9222d;
	display: list-item;
	list-style-image: url(assets/arrow.png);
	list-style-position: inside;
}

/************************** COPYRIGHT STYLE ****************************/

#copyright {
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 10px;
	color: #bebebe;
	margin-bottom: 20px;
	padding-right: 60px;
}
#copyright a {
	color: #bebebe;
}
#copyright a:link, a:visited, a:active {
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
	color: #d9222d;
}
