/* global */

    body{ 
		background:#6f6f6f  url(../images/bg_body.png) repeat-x;
        font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
		color:#6f6f6f;
		line-height:160%;
		margin:0;
		padding:0 0 1em 0;
		text-align:center;
        }

    /* headings */
        h1{
			font-size:200%;
			font-weight:normal;
            }		
		h2, h3, h4, h5, h6{
			font-weight:normal;
			margin:1em 0;
			}	
        h2{            
			font-size:25px;
			font-weight:bold;
			padding-bottom:.25em;
			border-bottom : 1px solid #659CEC;
			padding-left : 24px;		
			background:url(../images/navigate_right.png) no-repeat 0 0;
            			margin-bottom:.5em;
			}
        h3{          
			font-size:20px;
			font-weight:bold;			
            }
        h4{          
			font-size:16px;
            }				
    /* // headings */

    /* image replacement */
        .graphic, #header h1{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

    /* clearfix */

		#content:after, .fixed:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		#content, .fixed{
			display:block;
			}
		/*  \*/
		#content, .fixed{
			min-height:1%;
			}
		* html #content, * html .fixed{
			height:1%;
			}

    /* // clearfix */
	
	/* HTML Tags */
        a{
			text-decoration:none;
			color:#387287;
            }
        a:hover{
			color:#999;
            }			
						
		p, blockquote, ul, ol, form{
			margin:1em 0;
			}
		blockquote{
			font-style: italic;
			font-weight: bold;
			font-size: 1.8em;
			color: #95BE44;
			text-align: center;
			}
		img{
			border:none;
			}			
		hr{
			display:none;
			}	
		table{
			margin:1em 0;
			width:100%;
			border-collapse:collapse;
			}
		th, td{	
			padding:2px 5px;
			}	
		th{	
			text-align:left;
			}
		li{
			display:list-item;
			}	
	
	/* // HTML Tags */	
	
/* // global */

/* page setup */

	#container{	
		margin:0 auto;
		width:1024px;
		text-align:left;
		position:relative;
		}
	#header{
		
	
		position:relative;
		background:url(../images/bg_header.png) no-repeat 0 0;
		}	
		#content{

			margin: 0px;
			padding: 0px;
			/*background:url(../images/bg_content.gif) repeat-y;*/
			
			border: 1px solid #000;
			background: url(../images/gears_big.png) no-repeat;
		background-position : bottom right;
background-color: #ffffff;

			}
	#content_inner{
		
		margin: 0px;
		padding: 0px;
		
		
		
		}	
	#main{
		float:left;
		display:inline;
		width:470px;
		margin-left:55px;
		}											
	#side{
		float:left;
		display:inline;		
		width:274px;
		margin-left:24px;
		
		position:relative;
		}
	#footer{
		clear:both;
		background:url(../images/bg_footer.png) repeat-x 0 0;
		padding:0 18px;
		color:#fff;
		height:45px;
		
		border: 1px solid #000;
		border-top: 0px solid #000;
		}		

	.blue_highlight_box
	{
		background:url(../images/bg_blue_highlight.png) repeat-x 0 0;
		height: 230px;
	}
	
	.header_tarquin
	{
		background:url(../images/tarquin.png) no-repeat 0 0;
		float: right;
		position: absolute;
		right: 10px; 
		top: 55px;
		width: 320px;
		height: 285px;
	}
	.header_bright_spark
	{
		background:url(../images/ideamanheader.png) no-repeat 0 0;
		float: right;
		position: absolute;
		right: 10px;
		top: 40px;
		width: 200px;
		height: 300px;
	}
	
	.bright_spark_why
	{
		background:url(../images/ideamanheader.png) no-repeat 0 0;
		float: right;
	}
	
	.header_labs
	{
		background:url(../images/labsheader.png) no-repeat 0 0;
		float: right;
		position: absolute;
		right: 0px;
		top: 30px;
		width: 220px;
		height: 300px;
	}
/* //page setup */


/* navigation elements */

	/* main nav */
		
		ul#nav,  
		ul#nav li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul#nav{
			width: 1024px;
			margin:0  ;
			height:41px;
			 background:url(../images/bg_nav.png) repeat-x 0 0; 
			}			
		ul#nav li{
			float:left;
			display:inline;
			height:41px;		
			line-height:41px;			
			}			
		ul#nav li a{
			float:left;
			display:inline;
			height:41px;		
			line-height:41px;			
			font-size:14px;
			color:#fff;
			padding:0 12px;
			text-transform:uppercase;
			}							
		ul#nav li.selected a{
			color:#659DEE;
		
			}	
			ul#nav li a:hover
			{
				color : #aaa;
			}												
	
	/* //main nav */
	
	/* meta nav */
		
		#header ul,  
		#header ul li{
			margin:0;
			padding:0;
			list-style:none;
			}
		#header ul{
			height:55px;
			position:absolute;
			top:25px;
			right:7px;
			background:url(../images/bg_nav.png) no-repeat 0 0;
			padding:0 20px;
			}			
		#header ul li{
			float:left;
			display:inline;
			height:55px;		
			line-height:55px;			
			padding:0 10px;
			}											
		#header ul li a{
			float:left;
			display:inline;
			height:55px;		
			line-height:55px;			
			font-size:13px;
			color:#fff;
			text-transform:lowercase;
			}							
		#header ul li a:hover{
			color:#aaa;
			}									
	
	/* //meta nav */
	
	
	/* sub nav */
		#side ul
		{
			margin-bottom: 0px;
		}		

		#side ul,
		#side ul li{
			margin:0;
			padding:0;
			list-style:none;

			}	
		#side ul{
			margin: 0px;
			}
		#side ul li{
			
			padding:.5em 0;
			
			}
		#side ul li a{			
			display:inline;
			text-decoration:none;
			font-weight:normal;
			}													
	
	/* //sub nav */		
	
/* //navigation elements */

/* header */

	#header h1{
		position: relative;
		left:0;
		
		top:20;
		
		
		width:550px;
		background:url(../images/logo.png) no-repeat 0 0;
		}
	#header h1 a{
		display:block;
		height:80px;
		}		

/* // header */

/* content */

	#main a{
		color:#a50000;
		text-decoration:underline;
		font-weight:bold;
		}	
	.img{
		border:5px solid #fcfcfc;
		float:left;
		}	
	.right{
		float:right;
		}
		
	/* intro */
	
		#intro{
			height:196px;
			position:relative;
			background:#fff url(../images/bg_intro.jpg) no-repeat 0 0;
			margin:0 7px;
			}				
		#intro p{
			margin:0;
			margin-left:48px;
			padding-top:60px;
			font-size:18px;
			line-height:130%;
			width:400px;			
			color:#fff;
			}	
		#intro p a{
			color:#fff;
			background:#63afca;
			padding:0 10px;
			}				
		#intro p a:hover{
			background:#fff;
			color:#63afca;
			}							
		#intro img{
			position:absolute;
			left:448px;
			top:42px;
			}
													
	
	/* // intro */		
						
	/* form */
																				
		form{
			margin:1em 0;
			}
		fieldset{
 			
			border:none;
			margin:0;
			background:#f1f1f1;
			border:5px solid #e7e7e7;
			padding:1em 15px;	
			width: 260px;		
			}			
		legend{
			display:none;
			}			
		label{
			
			
			width:120px;
			margin-right:10px;
			margin-top:5px;
			text-align:right;
			}	
			
		
		input, textarea{
			width:250px;
			border:1px solid #ccc;
			padding:5px;
			margin:5px 0;
			}			
		textarea{
			height:80px;
			overflow:auto;
			}						
		form p{
			clear:both;		
			margin:0;
			}	
		form h3{
			margin:1em 0 .5em 0;
			font-size:25px;
			}				
		button{
			border:none;
			width:250px;
			height:33px;
			line-height:33px;
			text-align:center;			
			padding:0;
			margin:0;
			margin-left:15px;
			background:url(../images/bg_button.gif) no-repeat 0 0;	
			color:#555;
			font-weight:bold;
			font-size:14px;
			cursor:pointer;			
			}										
		.email_submit{
			
			
			width: auto;
			
			border:1px solid #ccc;
			padding:5px;
			margin:5px 0;	
			
			}
	
 
		.error {
			
			color: #ff0000;
			font-weight:bold;
			


}


	.email_form
{
border:none;
			margin:0;
			background:#f1f1f1;
			border:5px solid #e7e7e7;
			padding:1em 15px;	
			width: 260px;	
}			
	/* // form */					
						
	
/* // content */

/* footer */

	
	#footer p{
		margin:0;
		padding-top:10px;
		}
	#footer a{
		color:#fff;
		text-decoration:none;
		}
	#footer a:hover{
		color:#aaa;
		text-decoration:underline;
		}		
	#footer ul{
		float:right;
		padding:10px 0 0 0;
		margin:0;
		}
	#footer li{
		display:inline;
		margin:0 0 0 10px;
		padding:0;
		list-style:none;
		}		
				
/* // footer */



.entry h3
{
 margin-bottom: 0px;
 padding-bottom: 0px;
}

.entry .posted
{
  border-bottom : 1px solid #dddddd;
}

.entry p
{
 margin-top : 4px;
 padding-top : 4px;

}

.entry .summary
{
  margin-left : 4px;
 padding-top: 6px;
}

.code
{
	
				margin:0px;
				background:#F5F5F5;
				border:2px solid #e7e7e7;
				padding:4px;
				overflow : auto;
				
					
}


.code pre{
	padding: 0px;
	margin: 0px;
       padding-left: 4px;
       padding-right: 4px;
       font-size:120%;
}
	.comment_form
{
border:none;
			margin:0;
			background:#f1f1f1;
			border:5px solid #e7e7e7;
			padding:1em 15px;
			width: 380px;	
				
}

.comment_form input, .comment_form textarea{
		width:350px;
		border:1px solid #ccc;
		padding:5px; 
		margin:5px 0;
		}			
	.comment_form textarea{
		height:100px;
		overflow:auto;
		}
		
		.line-numbers{
			visibility: hidden; 
			display: none;
		}
		
		
.prod_block
{
	border : solid 1px #eee;
}

.bright_logo
{
	
	
	float: left;
	margin : 10px;
	
}

table.bs_pricing{
	width: 638px;

}
table.bs_pricing tr th
{
	height: 56px;
	width: 160px;
	padding: 0px;
	margin: 0px;
}

table.bs_pricing tr td
{
	width: 160px;
	padding: 0px;
	margin: 0px;
	font-size : 0.8em;
	text-align: center;
	vertical-align : top;
	color: #333333;
	padding-top: 8px;
	padding-bottom: 8px;
	border-left: 1px solid #fff;
}
table.bs_pricing tr td.first{
	border-left: 0px solid #fff;
	
}
table.bs_pricing tr td.alt{
	background-color : #E0EDC2; 
}

table.bs_pricing tr th.lite
{
	background:url(../images/pricing_header_lite.png) no-repeat 0 0;
	
}

table.bs_pricing tr th.regular
{
	background:url(../images/pricing_header_regular.png) no-repeat 0 0;
	
}


table.bs_pricing tr th.large
{
	background:url(../images/pricing_header_large.png) no-repeat 0 0;
	
}


table.bs_pricing tr th.enterprise
{
	background:url(../images/pricing_header_enterprise.png) no-repeat 0 0;
	
}


