/* Smart Business Technologies Style Sheet created by 2Creative */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	background: #FFFFFF url(images/bg-strip.jpg) repeat-x left top;
}	
h1 {
}
h2 {
	font-size: 180%;	
	font-weight: normal;
	margin-bottom: 13px;	
	color: #6F0202;
}
h3 {
	font-size: 140%;
	font-weight: normal;	
	margin-bottom: 10px;
	color: #669900;
}
p { 
	padding-bottom: 15px;
}
img {
	border: none;
}	
a {
	color: #6F0202;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;
}
ul, ol {
	padding-left: 20px;
	margin-bottom: 15px;
}

#wrapper {
	width: 960px;	
	margin: 0 auto;
	padding: 0;
}
	#header {
		height: 90px;
		background: url(images/header.jpg) no-repeat left top;
	}
	#mainPics {
		height: 196px;
		background: url(images/header-image.jpg) no-repeat left top;
	}
	#products {
		height: 117px;
		background: url(images/products-bg.jpg) no-repeat left top;
		padding-top: 23px;
	}
		#products img {
			margin-bottom: 7px;
		}
		#products p {
			color: #FFF;
			padding-left: 5px;
			padding-right: 10px;
			padding-bottom: 0;
		}
		.boxProduct {
			float: left;
			width: 160px !important;
			width: 158px;
			padding-right: 10px;
			margin-left: 20px;
		}
		#flashHeader {
		}
		#menu {
			margin-left: 364px;
			padding-top: 40px;
		}
		#menu ul {
			list-style: none;
			border: none;
			padding-left: 0;
		}
		#menu li {
			display: block;
			float: left;
			width: 85px;
			font-size: 110%;
			line-height: 1.2em;
			text-align: center;
		}
			#menu a {
				color: #333333;
				display: inline;
				text-decoration: none;			
			}
			#menu a:hover {
				color: #6F0202;
			}	
			#thispage a:link, #thispage a:visited,
			#thispage a:hover, #thispage a:active {	
				color: #6F0202;
			}
		
		#content {
			padding: 30px;		
			background: #FFF;	
		}
			#leftContent {
				float: left;
				width: 179px;	
				padding-right: 20px;						
			}
				#sideMemu ul {
					list-style: none;
					border: none;
					padding-left: 0;
				}
				#sideMemu li {				
					font-size: 120%;
					background: url(images/arrow-subpages.gif) no-repeat left center;
					padding-top: 10px;
					padding-left: 25px;
					padding-bottom: 10px;
					border-bottom: 1px dotted #666;
				}
					#sideMemu a {
						display: inline;
						color: #666;
						text-decoration: none;			
					}
					#sideMemu a:hover {
						color: #6F0202;
					}	
					#subthispage a:link, #subthispage a:visited,
					#subthispage a:hover, #subthispage a:active {	
						color: #6F0202;
					}
					
					#listServices {
						margin-top: 10px;
						margin-bottom: 20px;
					}
						#listServices li {
							padding-top: 5px;
							padding-bottom: 5px;
						}
			
			#mainContent {
				float: left;
				width: 470px;	
				padding-left: 22px;
				padding-right: 20px;	
				/*
				border-left: 1px dotted #666;
				border-right: 1px dotted #666;				
				*/
			}
			#rightContent {
				float: right;
				width: 166px;		
				padding-left: 20px;	
			}
				#leftContent h4, #rightContent h4 {
					font-size: 100%;
					color: #669900;
				}				
				#leftContent p, #rightContent p {
					font-size: 90%;
					color: #666;
				}
				#leftContent p {
					padding-bottom: 5px;
				}
				.sideBoxMargin {
					margin-bottom: 20px;
				}	
				#solutions {
					background: url(images/solutions-tile.gif) no-repeat left top;
					height: 198px;
					margin-bottom: 20px;
				}
					#solutions ul {
						padding-top: 44px;
						margin-left: 5px;
						list-style: none;
					}
					#solutions li {
						background: url(images/tick.gif) no-repeat left center;
						padding: 3px 0 3px 28px;
						margin-bottom: 2px;
						font-weight: bold;
					}
				#enewsBox p {
					padding: 0 16px 5px;
				}							
				.imageHeading {
					margin-bottom: 10px;
				}
	
		
	#footer {
		background: #D3E9A7;
	}
		#footer p {		
			font-size: 85%;	
			padding: 10px 0;
			text-align: center;
			color: #666;
		}
		a.linkDesign {
			text-decoration: none;
			color: #666;
		}
		a.linkDesign:hover {
			text-decoration: underline;
		}
	
	
/************************ MISC ********************/		

.clearFloat {
	clear: both;
}
.warning {
	color: #FF0000;
	font-weight: bold;
	padding-bottom: 0;
}
.error {
	color: #FF9900;
	font-weight: bold;
	padding-bottom: 10px;
}
.notice {
	font-size: 85%;
	font-style: italic;
}
.invisibleHeading {
	display: none;
}

.textGreen, .textGreenBold {
	color: #669900;
}
.textGreenBold {
	font-weight: bold;
}
.textRed {
	color: #6F0202;
}

.clientName {
	font-style: italic;
}
.clientBusiness {
	font-weight: bold;
	font-style: italic;
}
.quote {
	font-size: 140%;
}

/************************* FORM **********************/
form br {
	clear: left;
}
label {
	border: none;
	width: 150px;
}
input, textarea {
	font: small Arial, Helvetica, sans-serif;
	font-size: 95%;
	margin-bottom: 5px;
	border: 1px solid #000;
	padding: 2px;
	width: 160px;
}
.buttonSignup {
	background: #99CC33;
	border: none;
	font-size: 90%;
	color: #6F0202;
	width: 50px;
	cursor: pointer;
	margin-left: 115px;	
	padding-top: 1px;
}

#formContact {
}
#formContact label, #formContact input, #formContact select, #formContact textarea {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	font-size: 100%;
	padding: 2px;
}
#formContact input, #formContact select, #formContact textarea {
	border: 1px solid #000;
}
#formContact label {
	text-align: left;
	width: 120px;
	padding-right: 5px;
	border: none;
}
#formContact p {
	padding-top: 10px;
	padding-bottom: 5px;
	
}
#formContact br {
	clear: left;
}
#formContact .sendButton, #formContact .extButton {	
	height: 20px;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	border: none;
	float: left;
	display: block;
	margin-top: 10px;
	background: #669900;
	width: 100px;
}
#formContact .extButton {	
	margin-top: 0px; 
	width: 160px;
	height: 30px;
}
#formContact .tinyInput { 
	width: 60px;
}
#formContact .smallInput { 
	width: 110px;
}
#formContact .mediumInput { 
	width: 200px;
}
#formContact .mediumLabel {
	width: 140px;
}
#formContact .wideLabel {
	width: 260px;
}
#formContact p {
	margin-bottom: 5px;
}
#formContact input.hidden {
	border: none;
	line-height: 0;
}