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

body {
	margin:0px;
	font-family:sans-serif;
	font-size:12px;
	}
	
h2, h3, h4 {
	margin-top:0px;
	}
	
.content h2 {
	color:#ffffff;
	}
	
.darkh1 h2{
	color:#990000;
	}
	
#main {
	height:500px;
	}
	
#nav {
	background-image:url(images/new_img_06_01.gif);
	background-repeat:no-repeat;
	height:50px;
	width:700px;
	}
	
.listitems li {
	display:inline;
	}
	
.left {
	
	display:inline;
	}
	
.right {
	margin-left:359px;
	}
	
.retailops {
	padding-left:15px;
	padding-top:25px;
	height:25px;
	width:172px;
	float:left;
	text-align:center;
	}
	
.mktstrat {
	width:172px;
	padding-top:25px;
	height:25px;
	text-align:center;
	}
	
.intstrat {
	width:172px;
	padding-top:25px;
	height:25px;
	float:left;
	text-align:center;
	}
	
.mgtcons {
	width:170px;
	padding-top:25px;
	height:25px;
	text-align:center;
	}
	
.content {
	background-image:url(images/new_img_06_02.gif);
	background-repeat:no-repeat;
	width:700px;
	height:450px;
	
	/*height:395px;
	width:665px;
	padding:20px 10px 10px 25px;*/
	}
	
.content img {
	float:left;
	margin:0 10px 5px 0;
	/*border:1px dotted #666666;*/
	}
	
.tabcontent{
	display:none;
}

.bg01 {
	background-image:url(images/new_img_06_02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:25px 10px 0 25px;
	}
	
.bg02 {
	background-image:url(images/new_img_06_03b.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:25px 10px 0 25px;;
	}
	
.bg03 {
	background-image:url(images/new_img_06_04b.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:25px 10px 0 25px;
	}
	
.bg04 {
	background-image:url(images/new_img_06_05b.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:25px 10px 0 25px;
	height:250px;
	}

@media print {
.tabcontent {
	display:block !important;
}
}
	
/* Links */

a:link{ color:#990000; text-decoration:none; }
a:visited{ color:#990000; text-decoration:none; }
a:hover{ color:#555555; text-decoration:underline; }
a:active{ color:#990000; text-decoration:none; }

#nav a:link{ color:#ffffff; text-decoration:none; }
#nav a:visited{ color:#ffffff; text-decoration:none; }
#nav a:hover{ color:#555555; text-decoration:none; }
#nav a:active{ color:#ffffff; text-decoration:none; }



