@charset "UTF-8";
/* CSS Document */

body {
	background-color:#cccccc;
	margin-top:0px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
}

body a {
	color:#cc0000;
	text-decoration:none;
}

body a:hover {
	text-decoration:underline;
}

input[type="button"], input[type="submit"] {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:lowercase;
}

input[type="button"]:hover, input[type="submit"]:hover {
	color:#cc0000;
}

#headeralign {
	position:relative;
	height:200px;
}

#header {
	position:absolute;
	top:0;
	margin:0 auto;
}

#wrapper {
	position:relative;
	width:1000px;
	background-color:#ffffff;
	margin: 0 auto;
}

#altwrapper {
	background-color:#ffffff;
}

#left {
	margin-left:50px;
	width:450px;
	float:left;
}

#right {
	margin-right:50px;
	width:450px;
	float:right;
}

#leftblogger {
	margin-left:50px;
	padding: 0 30px 0 0;
	width:620px;
	float:left;
}

#rightblogger {
	margin-right:50px;
	width:250px;
	float:right;
}

/*----------------- Begin services, website-design-application-programming & staff -----------------*/
#leftServ { 
	margin-left:45px;
	width:242px;
	float:left;
}

#rightServ {
	margin-right:50px;
	width:658px;
	float:right;
}
/*----------------- End services, website-design-application-programming & staff -----------------*/

#content {
	width:900px;
	margin: 0 50px 0 50px;
}

#spacer {
	clear:both;
}

#requestDemo {
	display:none;
}

#imageRight {
	text-align:center;
	float:right;
}
	
h1 {
	color:#cc0000;
	font-size:15px;
}
	
h1 a {
	color:#cc0000;
	text-decoration:none;
}

h1 a:hover {
	text-decoration:underline;
}

h2 {
	font-size:12px;
	margin-bottom:4px;
}

ul {
	margin-top:0px;
}
	
/* BEGIN HDR */

#nav {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin-top:12px;
	margin-left:20px;
	margin-right:10px;
	padding-left:0px;
}
	
#nav li {
	display:inline;
	list-style-type:none;
	margin-left:10px;
	text-decoration:none;
}

#nav li a {
	color:#999999;
	text-decoration:none;
}

#nav li a:hover {
	color:#cc0000;
}

#nav a:link.current, #nav a:visited.current {
	color: #333333;
}

/* END HDR */

/*----------------//////////////////  Begin Forms  //////////////////----------------*/
.formLabels {
	float:left;
	text-align:right;
	padding:5px;
	line-height:21px;
	width:125px;
}
.formTextbox {
	float:left;
	text-align:left;
	padding:5px;
	line-height:21px;
}
.formSpacer {
	clear:both;
}
.formCAPTCHA { /* use on BlockUI CAPTCHA boxes */
	float:left;
    margin: 0 auto;
    width: 300px;
    padding: 0px 10px 20px 0px;
    text-align: left;
    background-color: #fff;
}
.inputLarge {               
	width:201px; 
	/* IE6 fix due to variable char width in older browser */
}
.inputMedium {
	width:120px; 
	/* IE6 fix due to variable char width in older browser */
}
.inputSmall {
	width:66px; 
	/* IE6 fix due to variable char width in older browser */
}
.inputTiny {
	width:23px; 
	/* IE6 fix due to variable char width in older browser */
}
.textArea {
	width:300px; 
	/* matches width of captcha image */
}
.captchaImage {
	padding:0px; 
}
.formrequired {
	color:red;
}
input.search {
	height:17px;
	padding-left:2px;
	border:1px solid #999;
	width:150px;
	color:#cc0000;
	
	/* Do rounding (native in Firefox and Safari) 
    -webkit-border-radius: 6ex 0ex 0ex 6ex;
    -moz-border-radius: 6ex 0ex 0ex 6ex;
	*/
}
#searchContainer {
	width:190px;
}
#leftSearch {
	float:left;
	padding-right:2px;
	margin-top:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#rightSearch {
	margin-top:12px;
	float:left;
}
/*----------------//////////////////  End Forms  //////////////////----------------*/


/* BEGIN CONTACT columns */

#leftCont { 
	margin-left:45px;
	width:400px;
	float:left;
}

#rightCont {
	margin-right:50px;
	width:500px;
	float:right;
}

/* END CONTACT columns */

/* BEGIN FOOTER */

#footer {
	background-color:#FFFFFF;
	width:1000px;
	height:80px;
	text-align:center;
	color:#999999;
	font-size:12px;
}

#footer a {
	color:#999999;
	text-decoration:none;
}

#footer a:hover {
	color:#cc0000;
}

/* END HDR */