/*-----------------------------------------------------------------*/
/* Global style sheet file for all pages on www.istep.com          */
/*-----------------------------------------------------------------*/

body {
	color: #004780;
	background: #ffffff url("/images/background.png") 0px 160px repeat-y;
	font: 0.9em Lucida Grande, Helvetica, sans-serif;
	margin: 0px;
	line-height: 1.3em;
}

#header {
	background: #ffffff url("/images/tagline.png") 98% 95% no-repeat;
	height: 130px;
	padding-top: 10px;
}

#logo    { float: left;  margin: 5px auto auto 10px; }
#tagline { float: right; margin: 90px 10px auto auto; }
#header p.links { float: right; margin: 10px 20px; }

#sidebar1 {
	background: url("/images/curve.png") 20px 0px no-repeat;
	width: 200px;
	height: 300px;
	float: left;
	margin: 0px;
	border-top: solid 0px;
}

#sidebar2 {
	width: 165px;
	float: right;
	margin: 10px 10px auto auto;
}

.box {
	margin: 3px;	
	padding: 5px;
	color: #004780;
}

span.box_heading {
	display: block;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin: 5px auto;
}

#sidebar2 div.box {
	background: #eaeef3;
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 15px;
}

#sidebar2 div.box a {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
}

#services {
	margin-bottom: 30px;
}

#services td {
	width: 30%;
	background: #d7e4ef;
	padding-top: 0px;
	font-size: 1.2em;
	vertical-align: top;
}

#services td a {
	color: #004780;
	font-style: normal;
	text-decoration: none;
}

#content {
	color: #555555;
	padding: 0px 200px;
}

a { color: #ff9900; }

a.clickbox { display: block; }

#menu {
	background: #99bbdd url("/images/background.png");
	font: 1.3em Arial, Helvetica, sans-serif;
	padding: 3px 0px 2px 200px;
}

#menu a {
	color: #ffffff;
	padding: 3px 20px;
	text-decoration: none;
}

#menu a:hover, #menu a.current {
	color: #ff9900;
	background: #eaeef3;
}

#submenu { margin: 10px auto 20px auto; }

.textmenu a { margin: auto 10px; }

#content a { font-style: italic; }

a img { border: none; }

#footer {
	font-size: 0.8em;
	text-align: center;
	height: 1.5em;
	margin: 30px;
	padding: 3px 15px;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Lucida Grande, sans-serif;
	margin-bottom: 0px;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 110%;
	border-bottom: solid 1px #ff9900;
}

div.page_heading {
	background: #d1dae6;
	padding: 5px 20px;
}

div.page_heading h1 {
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.2em;
}

#content h3 {
	font-size: 120%;
	margin-top: 10px;
}

table, fieldset {
	border: none;
}

table.pricing {
	width: 99%;
}

table.pricing td {
	text-align: center;
	border-bottom: solid 1px #d1dae6;
}

th {
	padding: 1px 20px;
	background: #d1dae6;
	white-space: nowrap;
}

th.level, th.feature, td.feature {
	width: 33%;
	padding: 2px 10px;
	text-align: left !important;
}

th.level { text-align: center !important; }

li { list-style-type: circle; }

em { font-style: italic; }
strong { font-weight: bold; }
code, pre { font-family: Courier, monospace; }

.left {
	text-align: left;
	float: left;
	margin-right: 20px;
}

.right {
	text-align: right;
	float: right;
	margin-left: 20px;
}

.center {
	text-align: center;
	margin: auto;
}

img.center {
	display: block;
}

.clear {
	padding: 5px;
	clear: both;
}

.indent {
	margin-left: 20px;
	margin-right: 20px;
}

.error, .alert {
	color: #990000;
}

.q {
	font-weight: bold;
}

div.desc p, div.desc ul {
	margin-top: 3px;
	margin-bottom: 3px;
}

.todo {
	color: #663366;
	background: #99ff99;
	border: solid 1px;
	margin: 2px;
	padding: 2px;
}

div.infobox {
	background: #d1dae6;
	font-size: 0.9em;
	text-align: left;
	width: 220px;
	margin: 5px;
	padding: 5px;
	border: solid 1px #99bbdd;
}

div.infobox a {
	color: #ffffff;
	font-weight: bold;
}

form#contact, div.userinfo { margin-top: 30px; }

form#contact td { vertical-align: top; }

div.special {
	padding: 0px 10px;
	border: solid 3px #ff9900;
}

div.special h1 {
	font-size: 2em;
}

.hidden {
	display: none;
}


