/*
		title:    		  musestorm for screen media
		author:   		  marciak@musestorm.com borrowing from the great work of 
		                  paul@twothirty.com
		updated:  		  april 30, 2008
		
		palette:
		
*/


/* global elements */

* { padding: 0; margin: 0; } 

.reset {
	display: block; 
	clear: both; 
	font-size: 1px; 
	height: 1px; 
	line-height: 0.1;
	margin-top: -1px;
	}

body {
	text-align: center;
	font: 12px/140% "lucida grande", tahoma, Verdana, sans-serif;
	text-align: center;
	color: #4d4d4d;
	background: #fff;
	}

	#wrapper {
		position: relative;
		width: 980px;
		margin: 0 auto 40px auto;
		text-align: left;
		}

		#header, #content, #footer {
			position: relative;
			float: left;
			width: 100%;
			}
			
		#header {
			height: 230px;
			padding-top: 45px;
			margin-bottom: 40px;
			background: url("/images/back-header.jpg") no-repeat left bottom;
			}
			
			
			#main, #sidebar { position: relative; }
				
				#main {
					float: left;
					width: 710px;
					margin: 20px 0 0 20px;
					display: inline;
					}
					
				#sidebar {
					float: right;
					width: 190px;
					margin-top: 30px;
					}

			#footer {
				border-top: 2px solid #acb9bf;
				clear: left;
				position: relative;
				padding: 10px 0; margin-top: 50px;
				}

/* navigation elements */

#nav
{
	position: absolute;
	top: 90px;
	left: 0px;
	height: 36px; width: 790px;
}

#nav ul
{
	position: relative;
	height: 36px;
	width: 980px;
	background: url("/images/nav_musestorm.gif") no-repeat;
}

#nav ul li
{
	float: left;
	list-style: none;
}

#nav ul li a
{
	position: absolute;
	text-indent: -9999px;
	text-decoration: none;
	border: none !important;
	top: 0;
	height: 36px;
	background: url("/images/nav_musestorm.gif") no-repeat;
}

#nav ul li#nav-home a
{
	left: 0px;
	width: 110px;
	background: url("/images/nav_musestorm.gif") -0px 0 no-repeat;
}

#nav ul li#nav-solutions a
{
	left: 110px;
	width: 111px;
	background: url("/images/nav_musestorm.gif") -110px 0 no-repeat;
}

#nav ul li#nav-services a
{
	left: 221px;
	width: 111px;
	background: url("/images/nav_musestorm.gif") -221px 0 no-repeat;
}

#nav ul li#nav-gallery a
{
	left: 332px;
	width: 111px;
	background: url("/images/nav_musestorm.gif") -332px 0 no-repeat;
}

#nav ul li#nav-knowledge a
{
	left: 443px;
	width: 112px;
	background: url("/images/nav_musestorm.gif") -443px 0 no-repeat;
}

#nav ul li#nav-company a
{
	left: 555px;
	width: 111px;
	background: url("/images/nav_musestorm.gif") -555px 0 no-repeat;
}

#nav ul li#nav-contact a
{
	left: 666px;
	width: 111px;
	background: url("/images/nav_musestorm.gif") -666px 0 no-repeat;
}



#nav ul li#nav-home a:hover { background-position: -0px -36px; }
#nav ul li#nav-solutions a:hover { background-position: -110px -36px; }
#nav ul li#nav-services a:hover { background-position: -221px -36px; }
#nav ul li#nav-gallery a:hover { background-position: -332px -36px; }
#nav ul li#nav-knowledge a:hover { background-position: -443px -36px; }
#nav ul li#nav-company a:hover { background-position: -555px -36px; }
#nav ul li#nav-contact a:hover { background-position: -666px -36px; }
#nav ul li#nav-home a.active { background-position: -0px -72px; }
#nav ul li#nav-solutions a.active { background-position: -110px -72px; }
#nav ul li#nav-services a.active { background-position: -221px -72px; }
#nav ul li#nav-gallery a.active { background-position: -333px -72px; }
#nav ul li#nav-knowledge a.active { background-position: -443px -72px; }
#nav ul li#nav-company a.active { background-position: -555px -72px; }
#nav ul li#nav-contact a.active { background-position: -666px -72px; }




#subnav {
	position: absolute;
	top: 136px;
	width: 980px;
	float: left;
	}
	
	#subnav ul.level1 { margin-left: 10px; }
	
	#subnav ul.level1 li { float: left; }
	
	#subnav ul.level1 li a {
		float: left;
		display: block;
		font-size: 11px;
		padding: 8px 10px;
		text-transform: uppercase;
		color: #fff;
		text-decoration: none;
		line-height: 100%;		
		}
		
		#subnav ul.level1 li a:hover { color: #f1f1f1; }
		
		#subnav ul.level1 li.current a, li.currentparent {
			background: #fff;
			}
	
	
	
	
				
			#subnav ul.level2 {
				position: absolute;
				top: 106px; left: 0px;
				width: 730px;
				background: #fff; 
				}
				
				#subnav ul.level2 li { float: left;}
				
				#subnav ul.level2 li a {
					float: left;
					display: block;
					font-size: 10px;
					padding: 8px 10px;
					text-transform: uppercase;
					text-decoration: none;
					line-height: 100%;		
					color: #818b8f;
					}
				
				#subnav ul.level2 li.current a {
					color: #505659;
					background: #d5dcdf !important;
					}
				
				
				
				


#utils {
	position: absolute;
	top: 36px; right: 0;
	}

	#utils ul {
		position: relative;
		}
		
		#utils li { display: inline; }
		
		#utils li a {
			float: left;
			display: block;
			margin-left: 10px;
			font-size: 10px;
			border-left: 1px solid #bfc4c6;
			padding: 4px 0 4px 10px;
			text-transform: uppercase;
			color: #676f73;
			text-decoration: none;
			line-height: 100%;
			}
			
			#utils li a.first { border: none; }
			
			#utils li a:hover { color: #303635; }
			
			#utils2 {position: absolute;
			top: 60px; right: 0;}
			
			utils2 ul {
		position: relative;
		}
		
		#utils2 li { display: inline; }
		
		#utils2 li a {
			float: left;
			display: block;
			margin-left: 10px;
			font-size: 10px;
			padding: 4px 0 4px 10px;
			color: #4086BC;
			text-decoration: none;
			line-height: 100%;
			}
			

/* form elements */

form, fieldset, button {
	border: none;
	outline: none;
	background: none;
	}
	
	
		
	#subscribeform {
		margin: 10px 0;
		}
		
	.loginform {
		width: 280px;
		padding: 10px;
		margin-right: 30px;
		float: left;
		background: #f2f2f2;
		display: inline;
		}

		.loginform2 {
			width: 280px;
			border-left: 2px solid #bfc4c6;
			padding: 10px 30px;
			float: left;
			}
			
input, select, textarea {
	border: 1px solid #aaa;
	outline: none;
	background: none;
	font: 12px/100% "lucida grande", tahoma, sans-serif;
	padding: 5px;
	}
	
	input.formbutton {
		padding: 0 !important;
		border: none !important;
	}
	
	#main input, #main textarea { margin-bottom: 10px; background: #fff; }
	
	#commentform input, .loginform input, .loginform2 input { width: 230px; } 
	
	#main textarea { width: 430px; height: 75px; }
	

		
	#subscribeform input {
		border: none;
		width: 170px; height: 15px;
		}

button, a.button {
	position: relative;
	display: block;
	float: left;
	text-indent: -9999px;
	cursor: pointer;
	}
	
	

	button.submit-btn {
		float: left;
		background: url("/images/btn-submit.gif") no-repeat;
		width: 73px; height: 25px;
		}

	button.register-btn {
		float: left;
		background: url("/images/btn-register.gif") no-repeat;
		width: 83px; height: 25px;
		}
				
		button.comment {
			float: left;
			background: url("/images/btn-comment.gif") no-repeat;
			width: 91px; height: 25px;
			}
		
	button.subscribe {

		width:87px; height: 20px;	
		background: url("/images/btn-subscribe.gif") no-repeat;
		float: right;
		margin-top: 10px;

		}
		

		button:hover, a.button:hover, a.btn-learnmoreheader:hover { background-position: 0 -25px; }
		
		a.btn-moreblog:hover, a.btn-morenews:hover, a.btn-rss:hover, a.btn-readon:hover, a.btn-moreclients:hover, a.btn-learnmore:hover,
		button.subscribe:hover, a.btn-subscribe:hover
		{ background-position: 0 -20px; }

fieldset {}

	
	#subscribeform fieldset { background: url("/images/input-subscribe.gif") no-repeat; margin-top: 10px; }


#main label {
		font-size: 11px;
		clear: left;
		float: left;
		width: 100%;
		}

		label span.blockit {
			display: block;
			width: 200px;
			float: left;
			padding-top: 5px;
			}

			.errFld { border: 1px solid #f90000; } 
			.errMsg { 
				display: none; 
				}

	#comment-entries {
		margin-top: 20px;
		padding-top: 10px;
		float: left;
		}

		.the-comment {
			width: 100%;
			float: left;
			font-size: 10px;
			padding-top: 10px;
			border-top: 2px solid #d5dcdf;
			background: #f2f2f2;
			margin-bottom: 10px;
			}

			.comment-stuff {
				float: right;
				width: 150px;
				}

			.comment-text {
				float: left;
				width: 430px;
				margin-left: 10px;
				}

/* content elements */

h1 {
	position: absolute;
	top: 205px; left: 20px;
	z-index: 1000;
	color: #fff;
	
	font-size: 25px;
	line-height: 25px;
	}
	
	h1 em {
		font-style: normal;
		color: #111;
	}

	
h2 {}

	h2 {}

	#header h2 {
		position: absolute;
		top: 5px; left: 0px;
		width: 213px; height: 61px;
		}
	
		#header h2 a {
			display: block;
			position: relative;
			text-indent: -9999px;
			width: 213px; height: 61px;
			}

		#header h2 img { display: none; }


		
		#content h2 {
			color: #303635;
			size: 20px;
			margin-bottom: 10px;
			}

h3 {}

	#content h3 {
		color: #303635;
		size: 11px;
		padding-bottom: 5px;
		}
		
	h3#respond, h3#comments, h3.customers {
		clear: left;
		border-top: 2px solid #d5dcdf;
		padding: 5px 0 10px 0;
		margin-top: 20px;
		}
		
	h3#comments {
		background: url("/images/comment.png") 0 5px no-repeat;
		padding-left: 20px;
	}

h4 {}

	#content h4, h4.border {
		color: #818b8f;
		font-size: 9px;
		font-weight: normal;
		border-bottom: 2px solid #d5dcdf !important;
		display: inline;
		padding: 3px 0;
		}



p {}

	#main p, #main ul { padding-bottom: 20px;  }
	

		.top { text-align: right; }
	
	#sidebar p, #sidebar li {
		color: #6c7478;
		font-size: 10px; 
		line-height: 140%;
		}
		
#main .meta
{
	font-size: 9px;
	color: #666;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #acb9bf;
	margin-top: 5px;
}


#main .meta2 {
font-size: 9px;
	color: #666;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #acb9bf;
	background: url("/images/li.gif") no-repeat;
	padding-left: 15px;
	margin-top: 10px;}
	
	#footer p, #footer a { color: #95a1a6; font-size: 10px; }
	
		.copy { float: left; }
		.credit { float: right; }
		
	
span {}

	span.date {
		font-size: 9px;
		}
		
	#main span.date {
		color: #333 !important;
		font-weight: normal;
		padding-left: 10px;
		}

#main blockquote
{
	padding: 10px;
	margin: 0 20px 20px 20px;
	color: #b68300;
	background: #fff9d8;
	font-size: 13px;
}

ul {}

	li { list-style: none; }
	
	#main ul { margin-left: 20px;}
	#main li {

		}
		
	#box-news li, #box-blog li { margin-bottom: 10px; }
	
	.customer-list { float: left; width: 100%; margin-bottom: 30px; }
	.customer-list li { float: left; margin: 0 2px 10px 2px; display: inline;}
	
	.doc li {
		background: url("/images/doc.gif") no-repeat;
		padding: 0 0 10px 20px;
		}

	.bloglist {
		margin: 10px 0 20px 0;
		}
	
	#contentflip {
		width: 100%;
		float: left;
		border-bottom: 2px solid #d5dcdf;
		}
		
		#contentflip li, .more li { float: left; }
		
			#contentflip li a {
				float: left;
				display: block;
				font-size: 9px;
				padding: 4px 10px 2px 10px;
				color: #818b8f;
				text-decoration: none;
				line-height: 100%;
				}
				
				#contentflip li a.active {
					color: #505659;
					background: #d5dcdf;
					}



	.more { margin: 10px 0 20px 0; }


a, img { outline: none; border: none; }

	#sidebar a, .col a { color: #4E225C; }
	#sidebar a:hover, .col a:hover { color: #3e4345; }
	
	a.comment {
		background: url("/images/comment.gif") no-repeat;
		padding: 3px 0 3px 20px;
		font-size: 10px;
		text-decoration: none;
		}

a.btn-demo {
	width: 166px; height: 25px;
	background: url("/images/btn-requestdemo.png") no-repeat;
	}
	
a.btn-moreblog {
	width: 94px; height: 20px;
	background: url("/images/btn-moreblog.gif") no-repeat;
	float: right;
	}


a.btn-subscribe {
	width: 87px; height: 20px;	
	background: url("/images/btn-subscribe.gif") no-repeat;
	float: right;
	margin-top: 10px;
	margin-left: 100px;
	}	
a.btn-morenews {
	width: 94px; height: 20px;	
	background: url("/images/btn-morenews.gif") no-repeat;
	float: right;
	}	
	
a.btn-rss {
	width:65px; height: 20px;	
	background: url("/images/btn-rss.gif") no-repeat;
	float: left;
	}	

a.btn-readon {
	width:81px; height: 20px;	
	background: url("/images/btn-readon.gif") no-repeat;
	float: right;
	margin: 10px 0;
	}	

a.btn-learnmore {
	width:98px; height: 20px;	
	background: url("/images/btn-learnmore.gif") no-repeat;
	float: right;
	margin: 10px 0;
	}

	a.btn-learnmoreheader {
		width:101px; height: 25px;	
		background: url("/images/btn-learnmoreheader.png") no-repeat;
		}
		
a.btn-moreclients {
	width:126px; height: 20px;	
	background: url("/images/btn-moreclients.gif") no-repeat;
	float: right;
	margin: 10px 0;
	}	



.top a {
	margin-top: 40px;
	display: block;
	overflow: hidden;
	position: relative;
	text-indent: 9999px;
	width: 42px; height: 27px;
	background: url("/images/top.gif") no-repeat;
	float: right;
	}

img {}

	.right {
		float: right;
		margin: 0 0 20px 20px;
		}
	
	.left {
			float: left;
			margin: 0 20px 20px 0;
			}
			
	.featured-cs {
		display: block;
		width: 190px;
		height: 75px;
		background: url("/images/back-cs.gif") no-repeat;
		margin: 5px 0;
		text-align: center;
		}
		
		#main .featured-cs { background: none; width: 170px; }
		
		.featured-cs img { margin-top: 5px; }
		
	img.clientlogo {
		padding: 5px 0;
		}
		
	.top { border-bottom: 2px solid #bfc4c6; margin-bottom: 20px; display: block; }

	
	.requestdemo {
	position: absolute;
	top: 230px; right: 12px;
	}

#box-news { display: block; width: 100%; float: left; margin-top: 10px; }
#box-blog { display: none; width: 100%; float: left; margin-top: 10px; }

.cs {
	float: left;
	margin-bottom: 40px;
	}

.newsletter {
	float: left;
	margin-top: 40px;
	}

.callout {
	float: left;
	width: 220px;
	margin: 0 20px 20px -20px;
	background: #f0f3f5;
	padding: 20px;
	font-size: 10px !important;
	line-height: 120%;
	}
	
	.callout li {
		list-style: disc;
		}
		
	.callout h3 { padding: 0 !important; margin: 0 !important; padding-bottom: 5px !important; }
		
	.callout ul { margin: 0 0 0 15px !important; padding: 0 !important; }


/* sifr elements */

.sIFR-flash, .sIFR-replaced { visibility: visible !important; }

.sIFR-alternate {
	position: absolute;
	left: 0; top: 0;
	width: 0; height: 0;
	display: block;
	overflow: hidden;
	}

.sIFR-replaced > div {
	display: none !important;
	}

	.sIFR-active h1 {
		visibility: hidden;
		font-size: 30px;
		line-height: 30px;
		display: block;
		width: 700px;
  	}

	.sIFR-active #content h2 {
		visibility: hidden;
		font-size: 20px;
		line-height: 20px;
		display: block;
  	}
  	
/* home page */	
  #home #header {
	background: url("/images/back-header-home.jpg") no-repeat left bottom;
	height: 520px;
	}

#header h2 a { background: url("/images/musestorm-print.gif") no-repeat; }

	


#home h1 { top: 160px; left: 630px; width: 340px;}



#home .requestdemo {
	top: 520px; right: 12px;
	} 

	#home .learnmoreheader {
		position: absolute;
		top: 520px; right: 190px;
		}
	
.homeblurb {
	position: absolute;
	top: 245px; left: 630px;
	margin-right: 20px;
	color: #f2f2f2;
	}
	
	.homeblurb p { padding-bottom: 5px; }


	
#main a { color: #4E225C; }
#main a:hover { color: #666; }

span.date { color: #4D4D4d; }

.col {
	position: relative;
	float: left;
	width: 305px; height: 200px;
	margin-right: 30px;
	font-size: 10px;
	line-height: 130%;
	}
	
	.col img { margin-top:4px;}
	
	.col p { padding: 10px 0;}
	
.last { margin-right: 0 !important; }


#home a.btn-morenews, #home a.btn-moreblog, #home a.btn-learnmore, #home a.btn-moreclients {
	position: absolute;
	left: 0; bottom: 0;
	margin: 0 !important;
	}
	
	#home a.btn-rss {
		position: absolute;
		left: 100px; bottom: 0;
		margin: 0 !important;
		}	

		

/* hide and slide */
.pretty-hover
{
	background: #fff;
	cursor: hand;
}
h5
{
	color: #4E225C;
	background: #fff;
	font: 16px;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;
}
	
.highlight {

	color: #b68300;
	background: #fff9d8;}




.emp1 {font-weight: bold;
color: #232323}

.emp2 {font-weight: bold;
color: #4E225C}


    #main h5.faq2
{
	color: #4E225C;
	background: #fff;
	text-decoration: underline;
	font: 11px/140% "lucida grande", tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-transform: none;
}

.pretty-hover
{
	background: #fff;
	cursor: auto;
}

/* component table */
th.blue {color:#4E225C; padding; 2px; font-size:12px; 
vertical-align: top; text-align: left; }
tr.odd td {background-color:#F8F8F8; padding: 2px;  }
tr.even td {border-bottom:1px solid #F8F8F8; padding: 2px;}
.col1 {font-size: 14px; line-height: 20px; width: 200px; font-weight: bold; vertical-align: top; text-align: left; }
.col2 {font-size: 10px; width: 70px; font-weight: normal; vertical-align: top; text-align: center;}
.col3 {font-size: 10px;  width: 120px; font-weight: normal; vertical-align: top; text-align: center;}
.col4 {font-size: 10px; width: 120px; font-weight: normal; vertical-align: top; text-align: left;}

.col22 {font-size: 10px; width: 70px; font-weight: normal; vertical-align: top; text-align: left;}
.col33 {font-size: 10px;  width: 120px; font-weight: normal; vertical-align: top; text-align: left;}
.col44 {font-size: 10px; width: 120px; font-weight: normal; vertical-align: top; text-align: left;}


hr.c {border: none 0; 
	border-top: 1px solid #acb9bf;/*the border*/
	width: 100%;
	text-align: center;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	padding-top: 0px;
	padding-bottom: 20px;
	}
	


	#main ul { margin-left: 5px; }
	
	li { list-style: none; }
	
	#main li {
		position: relative;
		background: url("http://www.musestorm.com/images/li.gif") no-repeat 0 4px;
		padding: 0 0 5px 15px;
	
		}
	
		#main .logos { margin-top: 40px; }
		
	#main .logos li {
		background: none !important;
		float: left;
		margin: 0 10px 10px 0;
		width: 200px; height: 60px;
		}
		
		.archive li {
			padding: 0 0 5px 25px !important;
			background: none;
			margin: 0 0 15px -5px;
			}
			
			.archive li a { font-weight: bold; font-size: 13px; }
		
		#main .list li { 
			color: #898f91; 
			font-size: 9px; 
			background: none;
			padding: 4px 0 15px 20px !important;
			}
		
			#main .list li span.normal { font-size: 11px; color: #414445; }
		
			#main .list li a { font-weight: bold; margin-left: 5px; font-size: 11px; }
		
		#main li.all {
			padding: 0 !important;
			background: none !important;
			margin: 10px 0 10px -5px;
			
		
#home-widgets div { display: none; }
#home-widgets div.skin { display: block; }

#myflash {margin-top: 10px;
margin-bottom: 10px;}


#back {float: right;
font-size: 9px;}





.col {
	position: relative;
	float: left;
	width: 305px; height: 200px;
	margin-right: 30px;
	font-size: 10px;
	line-height: 130%;
	}
	
	.col img { margin-top:4px;}
	
	.col p { padding: 10px 0;}
	
.last { margin-right: 0 !important; }


#home a.btn-morenews, #home a.btn-moreblog, #home a.btn-learnmore, #home a.btn-moreclients {
	position: absolute;
	left: 0; bottom: 0;
	margin: 0 !important;
	}
	
	#home a.btn-rss {
		position: absolute;
		left: 100px; bottom: 0;
		margin: 0 !important;
		}	

#main.summary
{
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 20px 20px 20px;
	color: #b68300;
	background: #fff9d8;
	font-size: 13px;
}
			


.homelink a, a:hover {font-decoration: none;}

.hiddenfields {}


.searchform {
position: absolute;
	top: 94px;
	right: 0px;
	
}

.searchform input {
border-style:none;

} 


#main.pre {border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; padding: 5 0 5 0; font-size: 8pt; background-color: #EAEAEA;}



	

.img {
  padding:4px;
  border:1px solid #ddd;
  }


