/*

WinDIP Enterprise - Global Stylesheet
Handwritten by Oliver Coningham (AztecMedia.eu)
http://www.windip.co.uk/

*/

																					/* ------------ Toolbox ------------ */

.float-left { float: left; }
.float-right { float: right; }
.align-right { text-align: right; }
.cleared { clear: both; }
.hide { display: none; }
.smaller { font-size: 90%; }
.larger { font-size: 110%; }
.normal { font-weight: normal; }

hr { display: none; }
strong { font-weight: bold; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

																					/* ------------ Defaults ------------ */

body {
	background: #2d2d2d url('../images/body-bg.gif') repeat 0 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 20px 0;
	}

#skip { 
	display: block;
	height: 100px;
	margin-top: -100px; 
	}


																					/* ------------ Branding ------------ */

#branding { 
	background: #fff url('../images/branding-bg.jpg') no-repeat top center;
	height: 177px;
	width: auto; 
	}
	
#branding-inner { 
	background: url('../images/branding-inner-bg.jpg') no-repeat 0 0;
	height: 177px;
	margin: auto;
	width: 960px; 
	}
	
#header { 
	height: 109px;
	padding: 28px 15px 0 18px;
	position: relative;
	width: 927px; 
	}
	
#header h1 a {
	background: url('../images/branding-h1-bg.jpg') no-repeat 0 0;
	display: block;
	float: left;
	height: 90px;
	text-indent: -25000px;
	width: 229px;
	}

#header #flash-tagline {
	float: left;
	height: 52px;
	margin-top: 20px;
	width: 370px;
	}

#header #forum-tools {
	height: 28px;
	position: absolute;
	top: 47px;
	right: 15px;
	width: 228px; 
	}

#header #forum-tools li {
	float: left;
	}
	
#header #forum-tools a {
	display: block;
	height: 28px;
	text-indent: -25000px;
	width: 114px; 
	}

#forum-tools-login a { background: url('../images/btn-login.png') no-repeat 0 -28px; }
#forum-tools-register a { background: url('../images/btn-register.png') no-repeat 0 -28px; }

#header #forum-tools a:hover {
	background-position: 0 0;
	}
					
#header #search-form {
	float: right;
	height: 58px;
	margin-top: 51px;
	width: 225px;
	}
	
#header #search-form legend,
#header #search-form label {
	display: none;
	}
	
#header #search-form input {
	float: left;
	padding: 0;
	margin: 0;	
	}
	
#header #search-form #search-keyword {
	border: 0;
	background: url('../images/search-keyword-bg.png') no-repeat 0 0;
	color: #999;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 19px;
	margin-right: 5px;
	padding: 6px 0 0 7px;
	width: 183px;
	}
	
#header #search-form a {
	color: #999;
	float: right;	
	margin: -5px 40px 0 0;
	}

#header #search-form a:hover {
	color: #e32e2a;
	}

	
																					/* ------------ Navigation ------------ */
																					
#nav {
	height: 40px;
	padding: 0 20px;
	text-indent: -25000px;
	width: 920px;
	}
	
#nav li {
	float: left;
	}
	
#nav a {
	display: block;
	height: 40px;
	width: 153px;
	}
	
#nav a:hover {
	background-position: 0 -40px;
	}

#nav-home a { background: url('../images/nav-home.gif') no-repeat 0 0; }
#nav-solutions a { background: url('../images/nav-solutions.gif') no-repeat 0 0; }
#nav-product a { background: url('../images/nav-product.gif') no-repeat 0 0; width: 154px; }
#nav-partners a { background: url('../images/nav-partners.gif') no-repeat 0 0; width: 154px; }
#nav-services a { background: url('../images/nav-services.gif') no-repeat 0 0; }
#nav-company a { background: url('../images/nav-company.gif') no-repeat 0 0; }

#home #nav-home a,
#solutions #nav-solutions a, 
#product #nav-product a,
#partners #nav-partners a,
#services #nav-services a,
#company #nav-company a { 
	background-position: 0 -40px; 
	}

	
																					/* ------------ Content ------------ */
																					
#content {
	background: url('../images/content-bg.png') no-repeat top center;
	width: auto;
	}

#content p { 
	margin-bottom: 1.25em; 
	}

#content-inner {
	background: #fff url('../images/content-inner-bg.gif') no-repeat 0 0;
	margin: auto;
	padding: 10px 10px 0 10px;
	width: 940px; 
	}


																					/* ------------ Hero ------------ */
	
#hero { 
	height: 177px;
	margin-bottom: 10px;
	width: 940px; 
	}

#hero img { 
	float: left;
	}


																					/* ------------ Callback ------------ */
	
#sidebar {
	float: left;
	overflow: hidden;
	width: 230px;
	}


																					/* ------------ Subnav ------------ */
	
#subnav {
	float: left;
	margin-bottom: 10px;
	padding-top: 34px;
	width: 230px;
	}
		
#subnav a {
	background: url('../images/subnav-a-bg.gif') no-repeat 0 0;
	color: #000;
	display: block;
	height: 27px;
	padding: 9px 0 0 45px;
	text-decoration: none;
	width: 185px;
	}

#subnav .last a {
	background: url('../images/subnav-last-a-bg.gif') no-repeat 0 0;
	}
	
#subnav a:hover,
#subnav a.selected {
	background-position: 0 -36px;
	color: #fff;
	text-decoration: none;
	}
	

																					/* ------------ Copy ------------ */
	
#copy {
	background: url('../images/copy-lrg-bg.gif') no-repeat 0 0;
	float: right;
	padding: 18px 20px 0 20px;
	width: 660px;
	}

#copy h2 {
	color: #000;
	font-size: 130%;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
	width: 100%;
	}

#copy h2 strong,
#copy h2 b {
	color: #3b89a3;
	font-weight: bold;
	}

#copy h3 {
	color: #000;
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 1.25em;
	text-transform: uppercase;
	width: 450px;
	}

#copy h3 strong,
#copy h3 b {
	color: #3b89a3;
	font-weight: bold;
	}

#copy .photo {
	float: right;
	margin: 0 0 10px 20px;
	}
	
#copy blockquote { 
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	float: left;
	font-size: 140%;
	font-style: italic;
	line-height: 140%;
	margin-right: 20px;
	padding: 7px 0 10px 0;
	width: 180px;
	}
	
#copy blockquote p { 
	margin: 0;
	}

#copy ul {
	margin: 0 0 1.25em 35px
	}

#copy ul li {
	list-style: disc outside;
	margin-bottom: 5px;
	}
				
#copy a {
	color: #3b89a3;
	text-decoration: underline;
	}

#copy a:hover {
	color: #000;
	text-decoration: underline;
	}	


																					/* ------------ Callback ------------ */
	
#callback-form {
	background: #ccc url('../images/callback-form-bg.gif') no-repeat -1px 0;
	float: left;
	margin-bottom: 10px;
	width: 230px;
	}

#callback-form legend {
	display: none;
	}
		
#callback-form fieldset {
	background: url('../images/callback-form-bottom-bg.gif') no-repeat bottom left;
	padding: 18px 20px 4px 20px;
	width: 190px;
	}

#callback-form h2 {
	color: #000;
	font-size: 130%;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
	width: 100%;
	}

#callback-form h2 strong {
	color: #3b89a3;
	font-weight: bold;
	}

#callback-form div {
	margin-bottom: 5px;
	}
	
#callback-form input {
	border: 0;
	background: url('../images/callback-form-input-bg.png') no-repeat 0 0;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 19px;
	margin-right: 5px;
	padding: 6px 0 0 7px;
	width: 183px;
	}
	
#callback-form #callback-btn {
	background: none;
	margin: 8px 0 0 77px;
	height: auto;
	padding: 0;
	width: auto;
	}


																					/* ------------ Social Media ------------ */
																					
#social-media { 
	background: url('../images/social-media-bg.gif') no-repeat 27px 8px;
	float: right;
	height: 28px;
	margin-bottom: 8px;
	padding-left: 122px;
	overflow: hidden;
	width: 108px;
	}
		
#social-media li { 
	float: left;
	margin-left: 8px;
	}
			

																					/* ------------ Features ------------ */
	
#features {
	clear: both;
	height: 122px;
	text-indent: -25000px;
	width: 940px;
	}
	
#features li {
	float: left
	}

#features a {
	display: block;
	height: 122px;
	width: 157px;
	}

#features-capture a { background: url('../images/features-capture.jpg') no-repeat 0 0; }
#features-content a { background: url('../images/features-content.jpg') no-repeat 0 0; }
#features-workflow a { background: url('../images/features-workflow.jpg') no-repeat 0 0; width: 156px; }
#features-forms a { background: url('../images/features-forms.jpg') no-repeat 0 0; width: 156px; }
#features-integration a { background: url('../images/features-integration.jpg') no-repeat 0 0; }
#features-bureau a { background: url('../images/features-bureau.jpg') no-repeat 0 0; }
	
#features a:hover {
	background-position: 0 -122px;
	}


																					/* ------------ Footer ------------ */
																					
#footer { 
	background: url('../images/footer-bg.gif') no-repeat 0 0;
	color: #fff;
	margin: auto;
	padding: 18px 20px 0 20px;
	width: 920px; 
	}
	
#footer a { 
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover { 
	color: #fff;
	text-decoration: underline;
	}

#footer strong { 
	color: #3b89a3;
	}

#footer #copyright { 
	float: left;
	padding-top: 5px;
	}
	
#footer #credit { 
	float: right;
	padding-top: 5px;
	}
