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

* { margin:0;padding:0;}
body { font-family:'trebuchet ms', helvetica, arial, sans-serif; background:url(/images/simplemarket/bg/bg_fade.gif) #f5f5f5 top repeat-x;}	
img { border:none;}
p, ul, ol {
	font-size:85%;
	color:#333;
	line-height:1.5em;
}
strong { color:#222;}
h1 {
	color:#669933;
	font-size:100%;
}
h2 {
	font-weight:normal;
	font-size:140%;
}
a {
	color:#690;
	cursor:pointer;
}
	a:hover {
		color:#222;
	}
	.active {
		color:#669933;
	}
	.underline {
		border-bottom:1px solid #669933;
	}
a.disabled {
  cursor: default;
}
.clear {
	clear:both;
}
.gray {
	color:#999;
	font-size:85%;
}
#wrap, .wrap {
	background:url(/images/simplemarket/bg/bg_shadow.gif) repeat-y;
	margin:auto;
	min-height:500px;
	width:1005px;
}
#wrap {
	position:relative;
}
#left {
	float:left;
	background:url(/images/simplemarket/bg/bg_shadow_left.gif) no-repeat;
	width:10px;
	height:500px;
}
#center {
	float:left;
	padding:0pt 15px 30px;
	width:955px;
	background:white;
}
#right {
	float:left;
	background:url(/images/simplemarket/bg/bg_shadow_right.gif) no-repeat;
	width:10px;
	height:500px;
}
#bottom {
	clear:both;
	height:10px;
	background:url(/images/simplemarket/bg/bg_shadow_bottom.gif) #f5f5f5 top no-repeat;
	margin-bottom:50px;
}

/* header */

#header {
	margin:auto;
	width:915px;
	height:106px;
	padding:10px 20px 0;
	background:#b9de4b url(/images/simplemarket/bg/header_full.gif) bottom no-repeat;
	float:left;
	margin-bottom:10px;
	position:relative;
}
	#header #logo {
		float:left;
	}
	#header h2 {
		text-indent:-9999px;
		clear:right;
		float:right;
		width:188px;
		height:33px;
		background:url(/images/simplemarket/text/analytics.gif) no-repeat;
		margin:5px 0 5px;
	}
	#header div {
		float:right;
		clear:right;
		color:#fff;
	}
		#header div#welcome {
			font-size:12px;
			position:absolute;
			color:#006600;
			left:165px;
			top:60px;
			font-style:italic;
		}
			#header div#welcome a {
				color:#006600;
			}
			#vendor_dropdown{
				display: inline;
			}
			#set_company {
				display: inline;
/*				margin: 0px;*/
			}
	#header a {
		color:#369;
		padding:0 3px;
	}
		#header a:hover {
			color:#fff;
		}


#applications {
	float:right;
	list-style:none;
	padding-bottom:10px;
	color:white;
	font-size:85%;
}

#applications li {
    color:white;
    float:left;
}

	#applications a {
		text-decoration:none;
		color:white;
	}
		#applications a:hover {
			color:#336600;
		}
	
#nav {
	position:absolute;
	right:20px;
	bottom:0;
	list-style:none;
}	
	#nav li {
		float:left;
		background:url(/images/simplemarket/bg/nav_left.gif) left no-repeat;
		margin-left:2px;
		padding-left:10px;
	}
		#nav a {
			background:url(/images/simplemarket/bg/nav_right.gif) right no-repeat;
			line-height:27px;
			display:block;
			padding-right:10px;
			text-decoration:none;
			color:#C7E38F;
		}
		#nav a:hover {
			color:white;
		}
	#nav li.current {
		background:url(/images/simplemarket/bg/nav_left_active.gif) left no-repeat;
	}
		#nav .current a {
			background:url(/images/simplemarket/bg/nav_right_active.gif) right no-repeat;
			color:#360;
		}
			#nav .current a:hover {
				color:#339900;
			}

div#vendor {
	display: inline;
}


/* controller */
.controller {
	float:left;
	border:1px solid #ccc;
	background:#f5f6f6 url(/images/simplemarket/bg/controller.gif) repeat-x bottom;
	padding:5px;
	overflow:auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
	.controller h2 {
		text-indent:-9999px;
		float:left;
		margin-right:10px;
	}
	.controller label {
		font-weight:bold;
		padding-right:10px;
		float:left;
	}
	.remember {
		clear:both;
		float:right;
		font-size:13px;
		color:#666;
		padding-right:5px;
	}
	.controller .remember input {
		margin:5px;
	}
	.controller p label {
		font-weight:normal;
		padding:3px 0;
		float:left;
	}
	.controller input, .controller select {
		float:left;
	}
	.controller div.run {
		float:left;
		padding:0;
		margin:-2px 5px 0 15px;
		text-align:center;
	}
		.controller a#role_link {
			font-size:11px;
			color:#666;
			text-decoration:underline;
			display:block;
		}
		#report_company_role {
			display:block;
			float:none;
		}
	.run input {
		float:none;
		padding-bottom:3px;
	}
	.controller div {
		float:left;
		padding:5px;
	}
	.controller div.time_frame {
	  padding:0;
	  font-size:13px;
	  line-height:18px;
	}
	
.shadow {
	float:left;
	background:url(/images/simplemarket/bg/controller_shadow.gif) repeat-x top;
	height:8px;
	margin-bottom:15px;
	width:100%;
}
	.shadow img.left {
		float:left;
	}
	.shadow img.right {
		float:right;
	}

/* login */
#login {
	width:688px;
	margin:120px 100px 0;
}
	#login h2 {
		background:url(/images/simplemarket/text/login.gif) no-repeat;
		width:103px;
		height:38px;
	}
	#login_shadow {
		margin:0 100px 120px;
		width:700px;
	}
	.forgot {
		font-size:12px;
		font-style:italic;
		float:right;
		line-height:20px;
		clear:both;
		padding-right:5px;
	}
	

/* report builder */

#report_builder {
	width:943px;
}
	#report_builder h2 {
		background:url(/images/simplemarket/bg/report_icon.gif) no-repeat;
		width:53px;
		height:40px;
	}
	#report_shadow {
		width:955px;
	}

/* features */
#features {
	background:url(/images/simplemarket/bg/extras_header.gif) no-repeat 10px top;
	padding:20px 40px;
	float:left;
	width:820px;
}
	.feature_header {
		float:left;
		width:100%;
		padding:5px 0 10px;
	}
		.feature_header h1 {
			background:url(/images/simplemarket/text/get_more_out_of_reports.gif) no-repeat;
			width:599px;
			height:38px;
			text-indent:-9999px;
		}
		.feature_header h3 {
			color:#666;
			font-style:italic;
			font-size:18px;
			font-weight:normal;
		}
		.feature_header img {
			float:right;
		}
	.feature {
		float:left;
		clear:left;
		width:100%;
		padding:25px 0 15px;
	}
		.feature .number {
			float:left;
			width:155px;
			padding-right:30px;
			text-align:center;
		}
			.number a {
				padding:10px 0;
			}
		.feature .description {
			float:left;
			width:400px;
		}
			.description h4 {
				font-size:24px;
				color:#690;
				padding-bottom:10px;
			}
			.description p {
				padding-bottom:10px;
			}
		.sample {
			float:right;
		}
	
/* FOOTER */

#footer {
	position:absollute;
	bottom:0;
	padding:17px 20px 3px;
	width:915px;
	height:30px;
	margin:auto;
	background:url(/images/simplemarket/bg/footer_full.gif) no-repeat;
}

#footer p {
	float:left;
}

#footer p, #footer li, #footer a {
	color:#999;
}
	#footer a:hover {
		color:#ddd;
	}
#footer ul {
	float:right;
	list-style:none;
	margin:0;
}

#footer li {
	display:inline;
}
