@charset "utf-8";
/* CSS Document */

/* Reset.css Original by Erik Meyer:* meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0;}


body {font-family:Arial, Helvetica, sans-serif; color:#555; margin:0 auto;}
.wrap {background:url(../images/bg_top.png) repeat-x;}
.wrapHome {background:url(../images/bg_topHome.png) repeat-x;}
div#container {margin:0 auto; width:940px; position:relative;}
	div#container h1{font-size:22px; color:#000; font-weight:normal; margin-top:30px;}
		div#container h1 span{font-size:26px; font-weight:bold;}

/* HEADER */

div.wrap div#header {
	overflow:hidden;
	min-height:193px;
}

div.wrapHome div#header {
	overflow:hidden;
	min-height:265px;
}


div#logo {
	background:url("../images/SQLDeploy_logo.png") no-repeat scroll 0 0 transparent;
	display:inline-block;
	height:99px;
	text-indent:-99999px;
	width:265px;
}
    
    .logoContainer a, .logoContainer a:hover, .logoContainer a:visited {
        color:#555;
    }
        

	ul#nav{
		float:right;
		list-style:none;
		font-size:14px;
		line-height:10px;
		border-right:1px solid #666;
		z-index:1000;
	}
	
		ul#nav li{
			float:left;
			padding:20px 0;
			border-left:1px solid #666;
			position:relative;
			display:block;
			z-index:1000;
		}
		
			ul#nav li:hover, ul#nav li.active{
				background:#666;
				cursor:pointer;
				border-left:1px solid #555;
				z-index:1000;
			}
		
			ul#nav li a{
				color:#fff;
				text-decoration:none;
				padding:18px;
				z-index:1000;
			}
		
ul#nav li ul.nav2{ 
	margin:0; 
	list-style:none; 
	display:none;  
	position:absolute;
	top:50px; 
	left:-1px;
	border-top:none; 
	color:#FFF;
	font-size:12px;
	z-index:1000;
	}
ul#nav li:hover ul.nav2	{
	display:block; 
	z-index:1000;
	}
ul#nav li ul.nav2 li{
	width:145px;
	clear:left;
	background:#555;
	padding:10px 0;
	margin-bottom:1px;
	z-index:1000;
	}
	
	ul#nav li ul.nav2 li:hover,ul#nav li ul.nav2 li.active{
		clear:left;
		background:#666;
		z-index:1000;
		}
	
	ul#nav li ul.nav2 li a{
		padding:5px 18px;
		z-index:1000;
		}
	
ul#nav li ul.nav2 li:hover a, ul#nav li ul.nav2 li a:active, ul#nav li ul.nav2 li a:hover{ 
	clear:left; 
	width:145px;
	border:none; 
	position:relative; 
	z-index:1000; 
	}

/* FOOTER */

div#footerBg {
	background:url(../images/bg_bottom.png) repeat-x #555;
	margin:0 auto;
	padding:35px 0 15px;
	overflow:hidden;
	clear:both;
	position:relative;
}

div#footer {
	color:#fff;
	width:940px;
	margin:0 auto;
	font-size:12px;
}

	div#footer h2 {
		font-size:14px;
		text-transform:uppercase;
		text-shadow:#3d3d3d 1px 1px 1px;
		margin-bottom:20px;
		padding-top:5px;
	}
		
		div#footer div#social{
			clear:both;
		}
		
		div#social h2.twitter, div#social h2.facebook {
			display:block;
			height:24px;
			float:left;
			margin:0 40px 30px 0;
			width:220px;
			cursor:pointer;
		}
		
		div#social h2.twitter {
			background:url("../images/icon_twitter.png") no-repeat scroll 90px 0 transparent;
		}
		
		div#social h2.facebook {
			background:url("../images/icon_facebook.png") no-repeat scroll 110px 0 transparent;
		}
		
	div#footer a, div#footer a:visited {
		color:#fff;
	}
	
	div#social a, div#social a:visited {
		text-decoration:none;
	}
	
	div#footer a:hover {
		color:#eee;
	}
	
	div#footer ul {
		list-style:inside;
		line-height:22px;
	}
	
	div#footer div.column1 {
		float:left;
		border-right:1px solid #7f7f7f;
		margin-bottom:30px;
	}
	
	div#footer div.section {
		clear:both;
		margin:0;
	}
	
	div#footer div.section div.clients {
		float:left;
		margin-right:50px;
	}
	
	div#footer div#testimonials {
		float:left;
		padding:0px 40px 0 60px;
		width:300px;
	}
	
	div#footer div#credits {
		clear:both;
		border-top:1px solid #7f7f7f;
		font-size:10px;
		margin-bottom:20px;
	}
	
		div#footer div#credits div#signature {
			float:left;
			margin-top:5px;
			background:url(../images/logo_ssw.png) no-repeat 0 0;
			padding:8px 0 0 56px;
			height:22px;
		}
		
		div#footer div#credits div#copyright {
			float:right;
			margin-top:5px;
			padding-top:8px;
		}
		
		/* Rounded Bubble */
		div.bubble div#quote-box-text div.rounded {
			margin-bottom: 10px;
			border: 1px solid #fff;
			background-color: #777777;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
		}
		div.bubble div#quote-box-text div.rounded blockquote {
			border: 0;
			background-color: transparent;
			font-style:italic;
			line-height:20px;
		}
		div.bubble div#quote-box-text div.rounded blockquote p {
			margin: 0px 10px;
			padding:10px;
		}
		div#quote-author div.image cite.rounded {
			background:url("../images/tip-rounded.png") no-repeat scroll 0 0 transparent;
			margin:0;
			padding-top:21px;
			position:relative;
			top:10px;
		}
		
		div.image img {
			border:2px solid #fff;
			display:block;
			width:60px;
			height:60px;
			float:left;
			margin:10px 10px 0 0;
		}
		
		#quote-box-text div, #quote-author div {
			display: none;
		}

/* BUTTONS */

.downloadBtn, .downloadBtnHome {
	background:url(../images/btn_download.png) no-repeat 0 0;
	width:192px;
	height:32px;
	border:none;
	cursor:pointer;
	text-indent:-99999px;
	margin-top:-18px;
}

.watchBtn {
	background:url(../images/btn_watch.png) no-repeat 0 0;
	width:301px;
	height:32px;
	border:none;
	cursor:pointer;
	text-indent:-99999px;
	clear:both;
}

	.downloadBtn:hover, .downloadBtnHome:hover, .watchBtn:hover {
		background-position:0 -32px;
	}

.downloadBtnHome {
	margin-top:-18px;
}
	
	.downloadBtn input, .downloadBtnHome input, .downloadBtnSmall input, .purchaseBtnSmall input, watchBtn input {
		display:none;
	}

	.btnRight {
		float:right;
	}

.downloadBtnSmall, .purchaseBtnSmall {
	background:url(../images/btn_small.png) no-repeat 0 0;
	width:100px;
	height:21px;
	border:none;
	cursor:pointer;
	text-indent:-99999px;
	margin:0 auto;
}

.downloadBtnSmall {
	background-position: 0 0;
} 

.purchaseBtnSmall {
	background-position: -100px 0;
} 
	
/* CONTENT */

div#content {
	width:720px;
	margin:0 0 50px;
	font-size:14px;
	line-height:20px;
	overflow:hidden;
	position:relative;
}

	div#content h2 {
		font-size:18px;
		color:#ea3b34;
		margin:40px 0 12px;
	}
	
	div#content h3 {
		font-size:14px;
		font-weight:bold;
		margin:10px 0 6px;
	}
	
	div#content p {
		margin-bottom:6px;
	}
	
	div#content a {
		color:#555;
		cursor:pointer;
		text-decoration:underline;
	}
	
		div#content a:hover {
			color:#666;
		}

div#content .greyBox {
	background:none repeat scroll 0 0 #EEEEEE;
	border:1px solid #CCCCCC;
	margin-top:10px;
	padding:10px 20px 5px;
}

div#content ul {
	list-style:inside;
	list-style-type:square;
	line-height:24px;
	margin-top:10px;
	}

div#content ul.features {
	font-size:16px;
	line-height:40px;
	margin-top:40px;
} 

	div#content ul.features li{
		font-size:16px;
		background:url(../images/icon_greenTick.png) 0 8px no-repeat;
		padding-left:30px;
		line-height:40px;
		list-style:none;
	} 

div#content ul.featuresMini {
	margin-top:20px;
	line-height:20px;
} 

	div#content ul.featuresMini li{
		background:url(../images/icon_greenTick_small.png) 0 4px no-repeat;
		list-style:none;
		padding-left:20px;
	} 
	
table.comparison {
	background:#eee;
	text-align:center;
	margin:20px 0;
	}
	
	table.comparison td, table.comparison th {
		border-right:1px solid #fff;
		width:50%;
		padding:10px 30px;
		}
		
	table.comparison th {
		background-color:#e0e0e0;
		}

ul.subnav {
	color:#fff;
	float:right;
	width:190px;
	text-align:right;
	list-style:none;
	margin:30px 0;
	font-size:14px;
	clear:both;
}

	ul.subnav li {
		border-bottom:1px solid #fff;
		background: url(../images/bg_submenu.png) left bottom no-repeat #555;
		cursor:pointer;
		height:15px;
		padding:10px 0;
	}
	
	ul.subnav li.active {
		background-color:#666;
		background-position:left center;
	}
	
		ul.subnav li.active:hover {
			background-position: left center ;
		}
		
	ul.subnav li:hover {
		background: url(../images/bg_submenu.png) left bottom no-repeat #666;
	}
	
	ul.subnav li a {
		color:#FFF;
		display:block;
		padding:0 20px 0 30px;
		text-decoration:none;	
	}
	
div.screenshots dl.image dt img{
	margin-top:50px;
	}
	
	div.screenshots dl.image dd{
		font-weight:bold;
		font-size:12px;
		background:#eee;
		display:inline-block;
		padding:5px 10px;
		margin:0
		}

dl.image dt img{
	border:1px solid #eee;
	margin-top:10px;
	}

dl.image dd{
	font-weight:bold;
	font-size:12px;
	padding:0px 0px;
	margin:0;
	}
div#content p.caption{
	font-weight:bold;
	font-size:12px;
	margin:-10px 0 20px;
	}

div#content div.contactInfo {
	font-size:14px;
	margin-top:20px;
	line-height:22px;
	border-left:2px solid #eee;
	padding:5px 10px ;
}

table.pricing {
	margin-top:50px;
	border-collapse:collapse;
	font-size:16px;
}

	table.pricing th, table.pricing td {
		padding:8px;
	}
	table.pricing th {
		background-color:#fdfdfd;
		border-color:#CCCCCC;
		border-style:solid;
		border-width:1px 1px 1px 2px;
		text-align:left;
		font-weight:normal;
		padding-right:40px;
	}
	
	table.pricing td{
		border:1px solid #ccc;
		text-align:center;
	}
	
		table.pricing td.greenTick {
			background:url(../images/icon_greenTick_tablel.png) center center no-repeat;
		}
		
		table.pricing td.types {
			width:130px;
			background:#f2f2f2;
			font-size:16px;
			font-weight:bold;
		}
p.requirements {
	font-size:11px;
	font-weight:bold;
	margin-top:30px;
}

/* QUICK LINKS */
div.sectionMenu {
	border-bottom:#eee solid 1px;
	font-size:12px;
	padding:20px 0;
}

/* TEAM PHOTOS */
	
div#content div#team  
	{
	margin-top:30px;
	vertical-align:top;
	overflow:hidden;
	}
	
	div#content div#team div.teamMember 
		{
		float:left;
		overflow:hidden;
		width:50%;
		}
	
	div#content div#team div.teamMember div.photo  
		{
		margin:0 10px 20px 0;
		float:left;
		}
		
		div#content div#team div.teamMember div.photo img 
			{
			background-color:#FFF;
			padding:5px;
			width:100px;
			border:1px solid #ccc;
			}
	
	div#content div#team div.teamMember div.about
		{
			float:left;
			max-width:60%;
		}
	
	div#content div#team div.teamMember div.about h3
		{
			margin:0;
			padding:0;
		}
		
	div#content div#team div.about h4
		{
			text-transform:uppercase;
			font-size:11px;
		}
		
	div#content div#team div.about p.viewProfile
		{
			margin-top:10px;
			font-size:11px;
		}
	div#content div#team div.about p.viewProfile a
		{
			background:url(../images/icon_viewProfile.png) no-repeat;
			padding-left:18px;
			padding-bottom:10px;
		}

div#content div.code {
	background:#eee;
	font-family:"Courier New", Courier, monospace;
	line-height:18px;
	border:1px solid #ccc;
	border-left:4px solid #ccc;
	padding:20px;
	margin:10px 0; 
}

	div#content div.code table {
		border:1px solid #ddd;
		border-collapse:collapse;
	}
		div#content div.code table tr {
			border:1px solid #ddd;
		}
		div#content div.code table td {
			border:1px solid #ddd;
			padding:4px;
		}

/* TABLE INSIDE NORMAL CONTENT */
div#content table.contentTable {
	margin:20px 0;
	border-collapse:collapse;
	text-align:left;
	
}

	div#content table.contentTable th, div#content table.contentTable td {
		padding:5px;
	}
	div#content table.contentTable th {
		background:url("../images/icon_hand.gif") no-repeat scroll 5px center transparent;
		border:1px solid #CCCCCC;
		padding-left:28px;
	}
	
	div#content table.contentTable td{
		border:1px solid #ccc;
	}
	
div#content ol {
	list-style:decimal inside none;
	}
	
	div#content ol li {
		margin:10px 0;
		}			
			div#content ol li ul {
				margin-left:40px;
				list-style-position:outside;
			}
			
			div#content ul li ul {
				list-style:circle;
				line-height:18px;
			}
div#content .listHeader {
	font-weight:bold;
}

div.homeImg {
	position:absolute;
	top:120px;
	right:0;
	z-index:1;
	}
	
	div.homeImg p {
		background:none repeat scroll 0 0 #F2F0F0;
		border:1px solid #EEEEEE;
		display:table;
		font-size:16px;
		margin-left:100px;
		padding:5px 10px;
		text-align:center;
		z-index:1;
		}
		
