@charset "utf-8";
/* CSS Document */

/* Marketcom styles
   Troy Noble 19/09/2007*/
   
   
/* Global Whitespace reset */

h1, h2, h3, h4, h5, ul, li, img {
	margin:0;
	padding:0;
	line-height:0;
}

body {
	margin:0;
	background-image:url(../images/layout/background_gradient.jpg);
	background-repeat:repeat-x;
}
   

p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}

h1 {
	font-size:22px;
	font-weight:200;
	color:#26353e;
	font-family:Arial, Helvetica, sans-serif;
	line-height:28px;
}


h2 {
	font-size:18px;
	font-weight:200;
	color:#6c8b23;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
}


h3 {
	font-size:18px;
	font-weight:200;
	color:#26353e;
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
}


li {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}


a {
	font-family:Arial, Helvetica, sans-serif;
	color:#293A42;
	font-size:12px;
}

a:hover {
	color:#6C8B23;
}


/* general classes */

.bold {
	font-weight:bold;
}

.rightbold {
	font-weight:bold;
	text-align:right;
	margin-top:-15px;
}

.right {
	float:right;
}

.center {
	text-align:center;
}


/* container */

#container {
	margin:auto;
	width:960px;
	background-color:#ffffff;
}







/* header */

#header {
	height:37px;
	background-image:url(../images/layout/topgreybar_bg.jpg);
	background-repeat:repeat-x;
}


/* menubar */

#menubar {
	height:103px;
	background-image:url(../images/layout/menubar_bg.jpg);
	background-repeat:repeat-x;
	padding-right:30px;
}


/* menu */


#menu {
	background-image:url(../images/logo_marketcom.jpg);
	background-repeat:no-repeat;
	background-position:20px 20px;
	height:103px;
	
}


#nav li {
	float:right;
	list-style-type:none;
	margin-top:74px;
}


#nav a:link, #nav a:visited { 
	width:107px;
	padding:10px 0 5px 0;
	background-image:url(../images/main_menu/mainmenu_button_bg.jpg);
	text-decoration:none;
	display:block;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C8D2D6;
	margin-left:3px;
	line-height:14px;
}

#nav a:hover {
	background-position: 0 -32px;
	
}

#nav a:active {
	background-position: 0 -64px;
	color:#000000;
	
}


/* footer */

#footer {
	clear:both;
	border-top:1px solid #CCCCCC;
	width:920px;
	margin:30px 20px 20px 20px;
}

#footer p {
	font-size:11px;
	margin-top:5px;
	color:#999999;
}

#footer a {
	font-size:11px;
	color:#999999;
	
}

#footer a:hover {
	color:#6C8B23;
}














