/**
 * Style Sheet for Intellisys.com
 *
 * Contains styling information specific to the content and appearence of Intellisys.com.
 *
 * @author     Sebo Marketing <http://www.sebomarketing.com>
 * @copyright  2008 by Intellisys, All Rights Reserved
 */

/* Reset */
h1, h2, h3, h4, h5, h6 { font-size: 1em; font-weight: normal; font-style: normal; }
ul, ol { list-style: none; }
img { border: none; }
fieldset { border: none; }
a { text-decoration: none; }
strong, label { font-weight: bold; }
em { font-style: italic; }

/***************************************************************
Appearance Code
***************************************************************/

body {
	font-family:arial, helvetica, sans-serif;
	font-size:90%;
	color:#000;
	
	background: #fff url('images-layout/body-bg.gif') repeat-x 0px 60px;
}

p {
	margin:0 0 1.2em 0;
	padding:0;
	line-height:1.4em;
}

form {
	display:inline;
}

fieldset {
	margin:0;
	padding:0;
	border:none;
}

label {
	width:12em;
	height:1.5em;
	float:left;
	clear:left;
	font-weight:bold;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
input.text, select.text, textarea.text {
	margin:0 0 .5em 0;
}
input.text {
	height:1em;
}

a:link, a:visited {
	color:#f16521;
	color:#6da849;
	text-decoration:none;
}
a:hover, a:active { 
	color:#768aa0;
	color:#240095;
	text-decoration:underline;
}

h1 {
	margin-bottom: .3em;
	padding: .3em 0 .3em 25px;
	font-family: arial, verdana, times, serif;
	font-size:175%;
	color:#F16521;
	color:#6da849;
	
	border: solid #767676;
	border-width: 1px 0;
}

h2 {
	margin:0;
	margin-bottom:.4em;
	font-family: arial, verdana, times, serif;
	font-size:140%;
	color:#004167;
	color:#240095;
}

h3 {
	margin-top:0;
	margin-bottom:.4em;
	font-size:110%;
	color:#004167;
	color:#240095;
}

img {
	border:0px;
	margin:0px;
}

.hr {
	margin:20px 1em;
	border-bottom:2px solid #004167;
	border-bottom:2px solid #240095;
}

.hr2 {
	margin:20px 1em;
	border-bottom:1px solid #004167;
	border-bottom:1px solid #240095;
}

.hr3 {
	margin:20px 1em;
	border-bottom:1px solid #970000;
	border-bottom:1px solid #6da849;
}

ul, ol {
	margin-top:0;
	margin-bottom:.6em;
}

/***************************************************************
Appearance Code Applied to Layout Elements
***************************************************************/

#container {
	background: url('/images-layout/container-bg.gif') top left repeat-y;
}

#content {
	
	margin-bottom:10px;
	padding:0;
	width:960px;
	
	background: url('/images-layout/content-bg.gif') bottom right repeat-y;
}

#columnWrapper {
	position:relative;
	padding:0;
	
	/* IE7 follows at least one standard; but unless we set this, the gradient looks funny. */
	min-height:373px;
	/* IE6 Mumbo-jumbo */
	height:auto !important;
	height:373px;
	
	background: url('/images-layout/column-wrapper-bg.gif') top left no-repeat;
}



.columnStyle1 {
	position:relative;
	margin:0;
	padding:0;
	
	width:100%;
}
.columnStyle1 .columnTopLeft {
	display:none;
}
.columnStyle1 .columnTopRight {
	
}
.columnStyle1 .center {
	padding:0;
}
.columnStyle1 .columnBottomLeft {
	display:none;
}
.columnStyle1 .columnBottomRight {
	
}



.columnStyle2 {
	padding:0;
	border:1px solid #686868;
	background:#efefef;
}
	.columnStyle2 .columnTopLeft {
		background:url('/images-layout/column-style-2-top-left-bg.gif') top left no-repeat;
		display:none;
	}
	.columnStyle2 .columnTopRight {
		height:37px;
		/*margin-bottom:-15px;*/
	}
	.columnStyle2 .center {
		margin:2px 4px;
		padding:0 0 1px 0;
		
		
		/* IE7 follows at least one standard; but unless we set this, the gradient looks funny. */
		min-height:300px;
		/* IE6 Mumbo-jumbo */
		height:auto !important;
		height:300px;
		border-bottom:1px solid #000;
		font-size:95%;
	}
	.columnStyle2 .columnBottomLeft {
		background:url('/images-layout/column-style-2-bottom-left-bg.gif') bottom left no-repeat;
	}
	.columnStyle2 .columnBottomRight {
		height:36px;
		display:none;
	}




/***************************************************************
List Styles
***************************************************************/
.ulStyle1 {
	margin-top:3px;
	margin-left:7px;
	padding-left:0;
	
	list-style:none;
}
.ulStyle1 li {
	margin:0;
	margin-bottom:.6em;
	padding-left:12px;
	height:1%;
	background: url('images-layout/bullet-square-purple-small.gif') 0 5px no-repeat;
}
.ulStyle1 li a {
	text-decoration:none;
}
.ulStyle1 li a:hover, .ulStyle1 li a:active {
	text-decoration:underline;
}
.ulStyle1 ul {
	margin-top:4px;
	margin-left:7px;
	padding-left:0;
	
	list-style:none;
}
.ulStyle1 ul li {
	padding-left:12px;
	background: url('images-layout/bullet-style-3.gif') 0 7px no-repeat;
}


.ulStyleSpaced li{
	margin-bottom:.6em;
}

.olStyleSpaced li{
	margin-bottom:.6em;
}
.olStyleSpaced li p{
	padding:.6em 0 0 0;
}



/***************************************************************
Table Styles
***************************************************************/

.comparison {
	margin-bottom:1em;
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}
	.comparison td {
		padding:8px;
		border:1px solid #ccc;
	}

td.companyLogo {
	text-align:center;
}

/***************************************************************
Text Styles
***************************************************************/
.price {
	font-weight:600;
	color:#065e25;
}
.bonusText {
	font-weight: bold;
	color:#f00;
}


h2.error {
	margin:1em 0;
	text-align:center;
	color:#c00;
}
p.error {
	margin:1em 8%;
	padding:1%;
	width:80%;
	border:2px solid #c00;
	background:#fcc;
}

h2.message {
	margin:1em 0;
	text-align:center;
	color:#090;
}
p.message {
	margin:1em 8%;
	padding:1%;
	width:80%;
	border:2px solid #090;
	background:#cfc;
}

.errorText {
	color:#f00;
}

.bigger {
	font-size:120%;	
}
.smaller {
	font-size:76%;
}

.strike {
	text-decoration:line-through;
	font-weight:600;
}
.yes {
	font-weight:600;
	color:#065e25;
}
.no {
	font-weight:600;
	color:#8f2525;
}

.quote {
	padding:0 3px;
}

.alignStyle1 {
	text-align:center;
}
.alignStyle2 {
	text-align:right;
}

.extraLine {
	margin-bottom:1.5em;
}
.halfLine {
	margin-bottom:.5em;
}

.indentStyle1 {
	padding-left:2.5em;
}



/* ------------------ Headers -----------------*/


/* ------------------- Links ------------------*/
.buttonStyle1, .buttonStyle1:link, .buttonStyle1:visited, .buttonStyle1:active, .buttonStyle1_ie6hover {
	display:block;
	margin: 0;
	padding: 5px 0 0 0;
	padding-left: 65px;

	width:135px;
	height:20px;

	font: normal normal normal 100% Arial, sans-serif;
	color: #55595e;
	
	background:url('images-layout/buttonStyle1-left-bg.gif') top left no-repeat;
	border: 1px solid #9eb0c8;
}
.buttonStyle1:hover, .buttonStyle1_ie6hover {
	text-decoration:underline;
}


/***************************************************************
Image Classes
***************************************************************/

.thumbnail {
	float:left;
	margin:0 8px 0 0;
	padding:0;
}
.thumbnail img {
	margin-bottom:12px;
}
.thumbnail p {
	padding:0;
	text-align:center;
}


.pageBanner {
	padding-bottom:20px;
}

.mugShot {
	float:left;
	padding:0 8px 6px 0;
}