/*
 * CGC Promotions Style sheet.
 *
 *
*/

body{
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 12px;
	font-style				: normal;
	font-weight				: normal;
	background-color		: #1E1E1E;
	margin: 0px;
	padding: 0px;
	color:	#FFFFFF;
}

.clear {
	clear: both;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

h1 {
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 18px;
	font-style				: normal;
	font-weight				: bold;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	color:	#FFFFFF;
}

h2 {
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 14px;
	font-style				: normal;
	font-weight				: normal;
	margin: 0px;
	padding: 0px;
	color:	#FFFFFF;
}

p {
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 12px;
	font-style				: normal;
	font-weight				: normal;
	margin: 10px;
	padding: 0px;
	color:	#FFFFFF;
}


#container {
	width: 770px;
	margin: auto;
	background-color: #333333;
	color:	#FFFFFF;
}

#containerBottom {
	width: 770px;
	margin: 0px auto 50px auto;
}

a:link, a:visited{
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 12px;
	font-style				: normal;
	font-weight				: bold;
	color					: #FF9900;
	text-decoration			: none;
}

a:hover{
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 12px;
	font-style				: normal;
	font-weight				: bold;
	color					: #FF9900;
	text-decoration			: underline;
}

#header {
	height: 170px;
}

#logo{
	float: left;
	width: 220px;
}

#headerMenu {
	float: left;
	background-image:url(../images/headerRight.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 14px;
	font-style				: normal;
	font-weight				: bold;
	color:#ffffff;
	height: 165px;
	width: 540px;
	text-align: right;
	padding: 5px 10px 0px 0px;
}

#mainBodyContainer {
}

#menuBar {
	background-image:url(../images/navBar.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	float: left;
	height: 30px;
	width: 770px;
}

#barMenu {
	float:left;
	height					: 30px;
	margin					: 0px 0px 0px 210px !important; 
	margin					: 0px 0px 0px 110px; 
	padding					: 0px;
	white-space				: nowrap;
	line-height				: normal;
	list-style				: none;
	text-align				: center;
}

#barMenu li {
	/* display inline does not work with IE 5.0 */
	display					: inline;
	margin					: 0px;
	padding					: 0px 0px 0px 0px;
}

#barMenu a {
	float: left;
	height					: 23px !important;
	height					: 30px;
	margin					: 0px;
	padding					: 7px 10px 0px 10px;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 12px;
	font-style				: normal;
	font-weight				: normal;
	text-decoration			: none;
	text-align				: center;
	color					: #ffffff;
}

#barMenu a:hover {
	/*float:left;*/
	height					: 23px !important;
	height					: 30px;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 12px;
	font-style				: normal;
	font-weight				: normal;
	text-decoration			: none;
	color					: #FF9900;
	background-image:url(../images/menuBarHover.jpg);
	background-repeat:repeat-x;	
}

#left {
	float: left;
	width: 210px;
	padding: 10px 0px 10px 10px;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 12px;
	font-style				: normal;
	font-weight				: normal;
	text-decoration			: none;
	color					: #000000;
}

#left p {
	margin: 3px;
	padding: 0px;
}

.leftContentTop {
}

.leftContent {
	width: 200px !important;
	width: 190px;
	padding: 0px 0px 0px 20px;
	background-image:url(../images/papyrus.jpg);
	background-repeat:repeat-y;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 12px;
	font-style				: normal;
	font-weight				: bold;
	color					: #000000;
}

.leftContent h2 {
	margin: 0px 0px 0px -5px;;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 14px;
	font-style				: normal;
	font-weight				: bold;
	color					: #000000;
}

.leftContent p {
color					: #000000;
}

.leftContentBottom {
}

#right {
	float: left;
	width: 540px !important;
	width: 550px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

.rightContentTop {
}

.rightContent {
	width: 520px;
	background-color: #1E1E1E;
	padding: 10px 10px 10px 10px;
}

.rightContent p{
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 12px;
	font-style				: normal;
	font-weight				: normal;
	margin: 4px 10px 10px 15px;
	padding: 0px;
	color:	#FFFFFF;
}

.rightContent h1{
	margin					: 0px 0px 20px 0px;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 16px;
	font-style				: normal;
	font-weight				: bold;
	color					: #FF9900;
}

.rightContent h2{
	margin					: 0px 0px 0px 10px;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 14px;
	font-style				: normal;
	font-weight				: bold;
	color					: #FF9900;
}

.rightContent h3{
	margin					: 0px 0px 0px 10px;;
	padding					: 0px;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 12px;
	font-style				: normal;
	font-weight				: bold;
	color					: #FF9900;
}

.rightContentBottom {
}

.leftMediaContainer {
	margin: 0px 0px 10px 0px;
}

.rightMediaContainer {
	margin: 0px 0px 10px 0px;
}

#footer{
	float: left;
	font-size				: 12px;
	text-align				: center;
	padding: 0px 0px 0px 10px !important;
	padding: 0px 0px 0px 10px;
}

#footerTop {
	height: 13px;
	width: 750px;
}

#footerBottom {
	height: 10px;
	width: 750px;
}

#footerContent {
	text-align: center;
	padding: 10px 10px 0px 10px;
	background-color: #1E1E1E;
	width: 730px;
}

.tableContact {
	width: 100%;
}
