@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	margin:0;
	background-image: url(images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
}

#main{
	position: relative;
	width:1000px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin: 0 auto;
	background-image: url(images/main.png);
	background-repeat: repeat-y;
}

#header {
	height:150px;
	width:1000px;
	background-color: #292929;
}

#logo {
	margin:0px;
	height:150px;
	width:500px;
	background-repeat: no-repeat;
	background-image: url(images/logo.png);
	float:left;
}

#logo h1{
	margin:0px;
	padding:0px;
	text-indent: -9999px;
}

#screens {
	margin:0px;
	height:150px;
	width:500px;
	background-repeat: no-repeat;
	float:right;
	background-image: url(images/screens.png);
}

#screens h1{
	margin:0px;
	padding:0px;
	text-indent: -9999px;
}

#screens p{
	margin:0px;
	padding:0px;
	text-indent: -9999px;
}

#divider {
	position:relative;
	height:40px;
	width:100%;
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
}

#shadow {
	position:absolute;
	bottom: -10px;
	width: 1000px;
	height: 10px;
	background-image: url(images/shadow.png);
	background-repeat: repeat-x;
}
	
#navbar {
	position: relative;
	top: 25px;
	float:left;
	width:200px;
}

ul#nav{ 
	margin:0;
	padding:0;
	text-indent:-9999px;
	list-style:none;
}

#navshadow {
	width:200px;
	height:8px;
	position:absolute;
	bottom: -8px;
	background-image: url(images/menushadow.png);
	background-repeat: repeat-x;
}

li#n1{
	height:43px;
	background-image: url(images/navoff.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

li#n2{
	height:43px;
	background-image: url(images/navoff.png);
	background-repeat: no-repeat;
	background-position: 0 -43px;
}

li#n3{
	height:43px;
	background-image: url(images/navoff.png);
	background-repeat: no-repeat;
	background-position: 0 -86px;
}

li#n4{
	height:43px;
	background-image: url(images/navoff.png);
	background-repeat: no-repeat;
	background-position: 0 -129px;
}

li#n5{
	height:43px;
	background-image: url(images/navoff.png);
	background-repeat: no-repeat;
	background-position: 0 -172px;
}

ul#nav a{ 
	display:block;
	height:43px;
	overflow:hidden;
}

li#n1 a:hover{background: url(images/navon.png) no-repeat 0 0;}
li#n2 a:hover{background: url(images/navon.png) no-repeat 0 -43px;}
li#n3 a:hover{background: url(images/navon.png) no-repeat 0 -86px;}
li#n4 a:hover{background: url(images/navon.png) no-repeat 0 -129px;}
li#n5 a:hover{background: url(images/navon.png) no-repeat 0 -172px;}

#footer {
	position: absolute;
	bottom: 0px;
	width: 600px;
	height:40px;
	left: 200px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	vertical-align:middle;
	color: #AAAAAA;
	padding-top: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#content {
	margin-left: 200px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 70px;
	padding-left: 20px;
}

#sidebar {
	position: relative;
	top: 20px;
	float:right;
	width:200px;
	background-repeat: repeat-y;
	margin-left: 15px;
	margin-right: 15px;
	background-image: url(images/sidebar.gif);
}

#sidebartop {
	position: relative;
	width:200px;
	background-repeat: no-repeat;
	background-image: url(images/sidebartop.gif);
	background-position: top;
}

#sidebarbottom {
	position: relative;
	width:200px;
	background-repeat: no-repeat;
	background-image: url(images/sidebarbottom.gif);
	background-position: bottom;
}

p{
	margin: 0em 0em 1.2em;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10pt;
	line-height: 1.6em;
}

h1{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #EA7200;
	font-size: 18pt;
	font-weight: bold;
}

h2{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #EA7200;
	font-size: 16pt;
	font-weight: bold;
}

h3{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #EA7200;
	font-size: 12pt;
	font-weight: bold;
}

ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10pt;
	line-height: 1.6em;
}

#DownLink li {
	list-style-type: none;
	background-image: url(images/arrowdown.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left:-20px;
}

#SideLink li {
	list-style-type: none;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left:-20px;
}

#sidebar ul{
	line-height: 1.3em;
	list-style-type: none;
	padding-left: 11px;
	padding-right: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#sidebar h1{
	text-align: center;
	background-image: url(images/sideh1.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px;
	margin: 0px;
}

#sidebar em{
	font-size: 20pt;
	color: #DCDCDC;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar p{
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
}

.floatright { float: right; }

.floatleft { float: left; }

table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCCCCC;
}

.tablelight{
	background-color: #252525;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #FFFFFF;
	height: 26px;
}

.tabledark{
	background-color: #1b1b1b;
	height: 26px;
}

.yes{
	text-indent: -9999px;
	background-image: url(images/tick.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 26px;
}

.no{
	text-indent: -9999px;
	background-image: url(images/cross.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 26px;
}

#basictab{
	color: #CCCCCC;
	height: 46px;
	background-image: url(images/basic.gif);
	text-indent: -9999px;
}

#b1{
	height:55px;
	background-image: url(images/basic1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#b1 a:hover{background: url(images/basic2.png) no-repeat 0 0;}

#b1 a{ 
	display:block;
	height:55px;
	overflow:hidden;
	margin:0;
	padding:0;
	text-indent:-9999px;
}

#medtab{
	color: #CCCCCC;
	height: 46px;
	background-image: url(images/medium.gif);
	text-indent: -9999px;
}

#b2{
	height:55px;
	background-image: url(images/medium1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#b2 a:hover{background: url(images/medium2.png) no-repeat 0 0;}

#b2 a{ 
	display:block;
	height:55px;
	overflow:hidden;
	margin:0;
	padding:0;
	text-indent:-9999px;
}

#largetab{
	color: #CCCCCC;
	height: 46px;
	background-image: url(images/large.gif);
	text-indent: -9999px;
}

#b3{
	height:55px;
	background-image: url(images/full1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#b3 a:hover{background: url(images/full2.png) no-repeat 0 0;}

#b3 a{ 
	display:block;
	height:55px;
	overflow:hidden;
	margin:0;
	padding:0;
	text-indent:-9999px;
}

#ecomtab{
	color: #CCCCCC;
	height: 46px;
	background-image: url(images/ecommerce.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow:hidden;
}

#b4{
	height:55px;
	background-image: url(images/ecommerce1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#b4 a:hover{background: url(images/ecommerce2.png) no-repeat 0 0;}

#b4 a{ 
	display:block;
	height:55px;
	overflow:hidden;
	margin:0;
	padding:0;
	text-indent:-9999px;
}

.portfolio {
	position:relative;
	width:755px;
	min-height:218px;
}

.panel {
	position:relative;
	margin-left:290px;
	width:455px;
	min-height:208px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.icons {
	position:relative;
	height:36px;
}

.icons li, .icons ul{
	display: inline;
	text-indent:-9999px;
}

.Forum {
	height:36px;
	width:67px;
	text-indent:-9999px;
	float: left;
	background-image: url(images/portfolio/forum.gif);
	background-repeat: no-repeat;
}

.Database {
	height:36px;
	width:89px;
	text-indent:-9999px;
	float: left;
	background-image: url(images/portfolio/database.gif);
	background-repeat: no-repeat;
}

.Flash {
	height:36px;
	width:57px;
	text-indent:-9999px;
	float: left;
	background-image: url(images/portfolio/flash.gif);
	background-repeat: no-repeat;
}

.Ecommerce {
	height:36px;
	width:115px;
	text-indent:-9999px;
	float: left;
	background-image: url(images/portfolio/ecommerce.gif);
	background-repeat: no-repeat;
}

.url {
	height:20px;
	position:absolute;
	bottom: 0em;
}

.leftsection{
	margin-right:220px;
}

.rightsection{
	margin-left:220px;
}

a:link {
	color: #FFC88A;
	text-decoration: none;
}
a:visited {
	color: #FF8200;
	text-decoration: none;
}
a:hover {
	text-shadow: 0.0em 0.0em 0.4em #FFC88A;
	text-decoration: underline;
	color: #FFDBB3;
}
a:visited:hover {
	text-shadow: 0.0em 0.0em 0.4em #FF8200;
	text-decoration: underline;
	color: #FF9E3E;
}


#bp{
	height:43px;
	background-image: url(images/orderoff.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 9px;
	margin-left: 9px;
	padding-bottom: 12px;
}

#bp a{ 
	display:block;
	height:43px;
	overflow:hidden;
	margin:0;
	padding:0;
	text-indent:-9999px;
}

#bp a:hover{
	background-image: url(images/orderon.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.packagetable{
	margin-bottom: 8px;
	
}

#map{
	position: relative;
	top: -2px;
	width: 200px;
	min-height: 261px;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	background-image: url(images/mapshadow.png);
	background-repeat: no-repeat;
	font-size: 8pt;
	float: right;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #F0F0F0;
	line-height: 140%;
}

