/*
	Author	:	Gayle Jones
	Email	:	gayle@gaylejones.com
	Website	:	http://www.gaylejones.com/
*/


#header a {
	color:#FFFFFF;
	text-decoration:none;
}

#header a:hover {
	color:#EEC91B;
	text-decoration:none;
}

#header #logo {
	background-image: url(http://www.sosoft.com/images/header/header_r1_c1.jpg);
	background-repeat: no-repeat;
	height: 116px;
	width: 720px;
	float: left;
	margin: 0px;
	padding: 1px;	
}

#header {
	background-image: url(http://www.sosoft.com/images/header/background.jpg);
	background-repeat: repeat-x;
	height: 160px;
        top:0;
        left:0;
        z-index:2;
}

#nav, #nav ul {
	padding: 2;     
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style: none; 
	font: 1.4em "papyrus", helvetica, sans-serif;
	font-weight: bold;	
	float: left;
	line-height: 1.5;
	background: #3D3B9C;
	border: solid #eda;
	border-width: 0px 0;
	margin: 0 0 1em 0;
	width: 900px;
} 

	
#nav a {
	display: block;     
	width: 8em; 
} 

#nav li {
	float: left;     
	width: 8em; 
}

#nav li ul {
	position: absolute;     
	width: 8em;     
	left: -999em; 
	color:#3D3B9C;
	font:0.8em "trebuchet ms", helvetica, sans-serif;
	background: #3D3B9C;
	padding: 2;
	border: solid #FECC35;
	border-width: 1px 1px;
	
} 

#nav li:hover ul {
	left: auto; 
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto; 
}

#demo {
	position:absolute;
	top:160px;
	right:35px;
	padding: 2;
	z-index:-1
}


#intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#3D3B9C;	
	line-height: 20px;
}

/* body */
body {
	background:#FFFFFF 0 50% repeat-x;
	color:#000;
	font:0.8em "trebuchet ms", helvetica, sans-serif;
}


/* content */
#content {
	clear: both;
	width: 75%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: 35px;
	margin-bottom: 35px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}



#content a {
	color:#9A0000;
}

#content blockquote {
	margin: 0px;
	display: block;
	background-image: url(http://www.sosoft.com/images/quote.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 65px;
}
#content blockquote p {
	line-height: 14px;
}

#content h1 {
	color:#3D3B9C;
	font-size:200%;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color:#3D3B9C;

}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#content ul {
	list-style-type: none;
	margin: 0px;
}
#content li {
	display: block;
	background-image: url(http://www.sosoft.com/images/list.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-position: 0px 3px;
}

#contentform {	
	margin: 0;
	overflow:auto;
	padding:40px 20px;
	width:75%;
	border-style: none;     
	border-width: 3px;     
	border-left-width: 10px;     
	border-right-width: 10px;     
	border-color: maroon;
}


#products{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#banner {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px;
	text-align: center;
	background: #3D3B9C;
	border: solid #FECC35;
	border-width: 1px 1px;	

}

#banner a {
	color: #FFFFFF;

}

/* footer */
#footer {
	color:#9B0810;
	height:20px;
	padding:35px;
	text-align:center;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;	
}

#footer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color:#110F7C;

}

#footer a {
	color:#110F7C;
}

#footer a:hover {
	color:#9B0810;
	text-decoration:none;
}