/************************************/
/*									*/
/*			Style Reset				*/
/*									*/
/************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
a {outline:none;}

/************************************/
/*          LAYOUT                  */
/************************************/
body {
	background-color:#fff;
	margin:0;
	padding:0;
}

#container {
	width:750px;
	margin:0 auto;
}

#header {
	position:relative;
	z-index:101;
	margin-top:3px;
}

#nav {
	position:relative;
	z-index:1001;
}

	#primaryNav {
		position:relative;
		z-index:auto;
		width:444px;
		height:47px;
		float:right;
		background: #000 url('http://preview.cim.co.uk/marketingplanningtool/imgs/nav/navBar.jpg') no-repeat 0 0;
		padding-left:40px;
	}
		#primaryNav li {
			display:inline;
			float:left;
		}
		#primaryNav a {
			text-decoration:none;
			text-align:center;
			color:#fff;
			border:0px solid #fff;
			display:block;
			height:40px;
			width:116px;
			line-height:2.8em;
			overflow:hidden;
			padding:0 8px;
		}
			#primaryNav a:hover {
				text-decoration:underline;
			}
		#primaryNav .menuList {
			position:absolute;
			z-index:10101;
			background:#111;
			border:1px solid #666;
			display:none;
		}
		#primaryNav .menuList ul ul {
			display:block;
			position:relative;
			margin-left:20px;
			font-size:125%;
		}
		#primaryNav #overviewMenu {
			width:180px;
		}
		#primaryNav #finderMenu {
			right:10px;
			width:550px;
		}
			#primaryNav #finderMenu ul {
				color:#fff;
				border:0px solid red;
			}
			#primaryNav #finderMenu ul li {
			}
			
		#primaryNav .menuList li {
			margin:0;
			display:block !important;
			width:100%;
		}
		#primaryNav .menuList a {
			color:#fff !important;
			display:inline;
			text-decoration:underline;
		}
		#primaryNav .menuList a:hover {
			text-decoration:none;
		}

	#secondaryNav {
		margin-left:26px;
	}
		#secondaryNav li, .examples li {
			display:inline;
			float:left;
			margin:6px;
		}
		#secondaryNav a {
			display:block;
			width:30px;
			height:30px;
			overflow:hidden;
			text-indent:-10000px;
		}
		#secondaryNav #home a {
			background: #fff url('http://preview.cim.co.uk/marketingplanningtool/imgs/nav/home.gif') no-repeat 0 0;
		}
			#secondaryNav #home a:hover {
				background: #fff url('http://preview.cim.co.uk/marketingplanningtool/imgs/nav/home_over.gif') no-repeat 0 0;
			}
		#secondaryNav #contact a {
			background: #fff url('http://preview.cim.co.uk/marketingplanningtool/imgs/nav/contact.gif') no-repeat 0 0;
		}
			#secondaryNav #contact a:hover {
				background: #fff url('http://preview.cim.co.uk/marketingplanningtool/imgs/nav/contact_over.gif') no-repeat 0 0;
			}
		#secondaryNav #how a {
			background: #fff url('http://preview.cim.co.uk/marketingplanningtool/imgs/nav/how.gif') no-repeat 0 0;
		}
			#secondaryNav #how a:hover {
				background: #fff url('http://preview.cim.co.uk/marketingplanningtool/imgs/nav/how_over.gif') no-repeat 0 0;
			}
		#secondaryNav #print a {
			background: #fff url('http://preview.cim.co.uk/marketingplanningtool/imgs/nav/print.gif') no-repeat 0 0;
		}
			#secondaryNav #print a:hover {
				background: #fff url('http://preview.cim.co.uk/marketingplanningtool/imgs/nav/print_over.gif') no-repeat 0 0;
			}
#head {
}

#content {
	clear:both;
	padding:10px 40px 10px 30px;
}



/********** TAGS ****************/

h1, h2, h3 {
	font-family: 'gorgia',serif;
}
h1 {
	font-size:1.6em;
	color:#c00;
	margin-bottom:20px;
}
h2 {
	font-size:1.2em;
	color:#c00;
	font-weight:500;
	margin-bottom:6px;
}
h3 {
	color:#333;
	font-size:1em;
	font-weight:600;
}
h4 {
	font-size:.8em;
	margin-top:6px;
}
p, li, h4, td, fieldset, a, caption, summary {
	font-family:'verdana',sans-serif;
	color:#000;
}
p, li, h4, td, legend {
	font-size:.8em;
}
a:hover {
	color:#c00;
	text-decoration:none;
}
ol {
	font-size:1.2em;
}
p {
	line-height:1.4em;
	margin-bottom:16px;
}
fieldset {
	width:80%;
	margin:20px auto;
	padding:20px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
h4, legend {
	color:#000;
	font-weight:600;
	margin-bottom:12px
}
label {
	font-size:86%;
	display:block;
	float:left;
	width:150px;
}
label em {
	color:#c00;
}
strong {
	font-weight:600;
}
table, img {
	margin-bottom:10px;
}
table {
	border-color:#ccc;
}
caption, summary {
	font-style:italic;
	font-weight:900;
	color: #999;
	font-size:66%;
}
summary {
	font-weight:900;
	display:block;
	color: #999;
	font-size:66%;
}
acronym {
	border-bottom: 1px dashed #ccc;
}
input, textarea {
	font-family: 'courier new';
}
textarea {
	margin-left:30px;
	margin-bottom:20px;
	width:500px;
	height:120px;
	overflow:auto;
	font-size:86%;
}
	textarea.grid {
		margin:0 0 20px 20px;
		width:240px;
		height:100px;
		font-size:105%;
	}
img.content {
	border:1px solid #e2e2e2;
}


/*********  CLASSES/ID's   ***********/
.clear {
	clear:both;
}
#planButton {
	margin:30px;
	text-align:center;
}
img.right {
	margin:12px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.half {
	width:49%;
}
.centre {
	margin:10px auto;
}
.middle {
	vertical-align:middle;
}
ol.standardList {
	font-size:1em;
}
ol.standardList ol {
	font-size:1em;
}
ol.standardList p {
	font-size:1em;
}
.standardList {
	list-style:disc;
	margin:10px 20px;
}
ul.standardList ul, ol.standardList ul,ol.standardList ol  {
	font-size:125%;
}
.standardList li {
	margin-bottom:10px;
}
.UpAlph {
	list-style-type: upper-alpha !important;
}
.LoAlph {
	list-style-type: lower-alpha !important;
}
.LoRom {
	list-style-type: lower-roman !important;
}
.dec {
	list-style-type: decimal !important;
}
.bookmarks {
	width:180px;
	margin:10px 20px;
	padding:8px 12px;
	border:1px solid #e2e2e2;
	background:#f8f8f8;
	font-size:.8em;
}
.bookmarks li {
	color:#666;
}
.bookmarks a {
	color:#666;
}
.fullwidth {
	width:93%;
	margin-bottom:20px;
}
.fullwidth li {
	list-style-position:inside;
	display:block;
	width:49%;
	float:left;
}
.loader {
	text-align:center;
	margin:20px 0 20px 200px;
}
.examples {
	position:relative;
	top:-52px;
	margin-bottom:-52px;
}
.examples li {
	cursor:pointer;
}
.example {
	position:relative;
	top:0px;
	background:#f8f8f8;
	border:1px solid #e2e2e2;
	padding:12px;
	width:654px;
	height:420px;
	overflow:auto;
	display:none;
	margin-bottom:30px;
}
.section {
	line-height:1.4em;
	background:#f8f8f8;
	padding-left:6px;
	border-bottom:1px solid #e2e2e2;
	margin-bottom:20px
}
a.nolink {
	text-decoration:none !important;
}
.note {
	font-size:.675em;
}
.note, .note a {
	color:#ababab;
}
