/*
---------------------------------------------

Designed By Ryan Scott Lum
http://www.ryanlum.com

---------------------------------------------
*/



@import url("stylesheets/rssfeed.css");
@import url("common/css/jqGalScroll.css");

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
#wrap {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:910px;
	z-index:1;
	visibility: visible;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position:relative;
	left:0px;
	top:40px;
	width:289px;
	height:61px;
	z-index:1;
	visibility: visible;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/infiniden_logo.gif);
}

/*
---------------------------------------------
NAVIGATION
---------------------------------------------
*/

#navbar {
	position:relative;
	left:0px;
	top:60px;
	width:700px;
	height:20px;
	z-index:2;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	text-align: center;
}
.menu ul {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
.menu ul li {
	display: inline;
	margin: 0px;
	list-style: none;
	background-color: #FFF;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 10px;
	font-weight: bold;
} 
.menu a {
	padding: 0px 20px;
	text-decoration: none;
	color: #000;
	border: 1px solid white;
}
.menu a:hover {
	background-color: white;
	color: #666;
} 

#slideshow {
	position:relative;
	left:0px;
	top:70px;
	width:700px;
	height:350px;
	z-index:2;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#content {
	position:relative;
	left:0px;
	top:75px;
	width:700px;
	height:160px;
	z-index:2;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	position:relative;
	left:0px;
	top:110px;
	width:700px;
	height:210px;
	z-index:2;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #999;
	text-align: center;
	line-height: normal;
	vertical-align: top;
}
.footerdetails {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #CCC;
}
.table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	text-align: left;
	vertical-align: top;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 14px;
	color: #28ABE1;
}
h2 {
	font-size: 12px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-align: left;
	padding: 4px;
}

#sp_home {
	background-color: #FFF;
	background-image: url(images/slideplaceholder.jpg);
}
#sp_about, #sp_portfolio, #sp_services, #sp_testimonials, #sp_contact {
	background-color: #FFF;
}

#topper {
	position:relative;
	left:0px;
	top:0px;
	width:700px;
	height:40px;
	z-index:2;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
}
.footernav A:link {
	text-decoration: none;
	color: #999;
}
.footernav A:visited {
	text-decoration: none;
	color: #999;
}
.footernav A:active {
	text-decoration: none;
	color: #999;
}
.footernav A:hover {
	text-decoration: underline;
	color: #333;
}
h3 {
	font-size: 14px;
	color: #00ACE4;
}

#toppertable {
width:100%;
}
.toppertxt {
width:84%;
}
.topperlinks {
width:16%;
} 
#contacttable {
	border: 1px dashed #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: left;
	width: 500px;
	float: right;
	padding-right: 5px;
	margin-right: 5px;
}
.contracttablerow {
	border-bottom-style: none;
	padding: 4px;
}
-->

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}
#rss {
	position:absolute;
	top:0px;
	width:292px;
	height:350px;
	z-index:2;
	right: 0px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.6;
	opacity: 0.8;
	background-color: #FFF;
	visibility: visible;
	margin: 0px;
	padding: 0px;
}

.portlist {
	color:#575757;
	font-size:11px;
	line-height:140%;
	text-align: center;
}

A {
	font-size: 11px;
	line-height: 140%;
	color: #0F7AA8;
	margin: 0px;
}

A:HOVER {
	color: #DC030C;
}

