@import url(global.css);
ul {
	list-style-type:none;
}
h2 {
	font-size:15px;
	color:#0A593D;
}
p {
	margin:.2em 0 2em 0;
}
#header {
	position:relative;
	width:672px;
	padding-bottom:15px;
	background:transparent url(../images/flash_head.gif) no-repeat bottom left;
}
#header a {
	display:block;
	width:158px;
	height:47px;
	background:transparent url(../images/logo.jpg) no-repeat 0 0;
	text-indent:-5000px;
	text-decoration:none;
}
#copy {
	width:640px;
	top:475px;
	left:1px;
	position:absolute;
	padding:10px 5px 0 10px;
}
#flash {
	width:672px;
	height:210px;
	background:transparent url(../images/no_flash.jpg) no-repeat top left;
}
#flash h2 {
	color:#fff;
	font-size:16px;
	padding:100px 0 10px 40px;
}
#flash p {
	color:#fff;
	width:350px;
	margin:0 0 0 40px;
}
#flash a {
	color:#fff;
}
#flash a:hover {
	text-decoration:none;
}
#mainnav {
	width:670px;
	height:28px;
	border-left:1px solid #000300;
	border-right:1px solid #000300;
	background:transparent url(../images/nav.jpg) no-repeat top left;
}
#mainnav ul {
	width:440px;
	float:left;
	padding-top:.7em;
	padding-left:1.3em;
}
#mainnav ul li {
	display:inline;
}
#mainnav ul li a:link, #mainnav ul li a:visited {
	font-size:11px;
	color:#091A4E;
	text-decoration:none;
	padding-right:1.4em;
}
#mainnav ul li a:active, #mainnav ul li a:hover {
	color:#6670A3;
	text-decoration:underline;
}
#theform {
	width:210px;
	float:left;
}
#menu {
	width:670px;
	float:left;
	display:inline;
	background:#ffffff url(../images/menu_bg.jpg) repeat-x top left;
	border-left:1px solid #000300;
	border-right:1px solid #000300;
}
#menu ul {
	width:190px;
	text-align:center;
	float:left;
	display:inline;
	padding-bottom:16px;
}
#menu ul li {
	display:inline;
}
#menu ul li a {
	display:block;
	font-size:10px;
	color:#061151;
	text-decoration:none;
	margin:5px 0 5px 0;
}
#menu ul li a:hover {
	color:#6670A3;
}
#menu ul li a.title {
	font-size:12px;
}
#menu ul#webdesign {
	width:320px;
	background:transparent url(../images/menu_divide.gif) no-repeat bottom right;
	padding-right:15px;
}
#menu ul#software {
	width:325px;
	padding:0 5px 16px 0;
	margin-right:5px;
}
#menu ul li a.image {
	margin:20px auto 15px auto;
	width:133px;
	height:48px;
	text-decoration:none;
	text-indent:-5000px;
	border:1px solid #000000;
}
#menu ul li a.image:hover {
	border:1px solid #fff;
}
#menu ul#webdesign li a.image {
	background:transparent url(../images/website_design.jpg) no-repeat top left
}
#menu ul#software li a.image {
	background:transparent url(../images/programming.jpg) no-repeat top left
}
#menu ul#marketing li a.image {
	background:transparent url(../images/market.jpg) no-repeat top left
}
#content {
	clear:both;
	width:670px;
	border-left:1px solid #000300;
	border-right:1px solid #000300;
	background-color:#ffffff;
	height: 800px;
}
#featured {
	float:right;
	margin:1em 0 0 1em;
	width:170px;
	padding-bottom:20px;
	background:#fff url(../images/featured_bottom.jpg) no-repeat 0 100%;
}
h3 {
	font-size:14px;
	color:#003366;
	width:150px;
	padding:5px 0 3px 20px;
	background:#fff url(../images/featured_top.jpg) no-repeat 0 0;
	border-bottom:1px solid #9A9A9A;
}
#featured ul {
	width:168px;
	background:#F9F9F9 url(../images/featured_divide.jpg) no-repeat 50% 95%;
	padding:5px 0 40px 0;
	border-left:1px solid #9A9A9A;
	border-right:1px solid #9A9A9A;
}
#featured ul.last {
	background:#F9F9F9;
}
#featured ul li {
	display:inline;
}
#featured ul li a {
	display:block;
	text-decoration:none;
	color:#003366;
	margin:5px 0 5px 0;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
#featured ul li a:hover {
	text-decoration:underline;
}
#featured ul li a img {
	display:block;
	border:0;
	margin:5px auto 5px auto;
	padding:3px;
	border:4px solid #BDC9D7;
}
#featured ul li a:hover img {
	border:4px solid #E4E9EF;
}
#featured ul li a.launch {
	background:transparent url(../images/launch.gif) no-repeat 12px 50%;
	text-indent:35px;
	font-size:11px;
	margin:0;
	text-align:left;
	font-weight:normal;
}
#featured ul li a:hover.launch {
	background:transparent url(../images/launch_hover.gif) no-repeat 12px 50%;
	text-decoration:none;
}
/*Form Styles*/
fieldset {
	margin-top:.4em;
	border:0;
}
fieldset input {
	float:left;
	border-top:2px solid #999999;
	border-left:2px solid #999999;
	margin-right:.8em;
	padding-left:.1em;
	width:80px;
	font-size:10px;
	text-align:left;
	color:#061151;
}
fieldset input.hidden {
	display: none;
}
.submit {
	border:0;
	padding:0;
	background:none;
	width:15px;
	height:15px;
	float:left;
	background:transparent url(../images/arrow.gif) no-repeat 0 0;
	cursor:pointer;
	text-indent:-5000px;
	overflow:hidden;
}
