@charset "UTF-8";
/* 
Title:     		Twensoft.com - homepage.css
Author:    		Darrin Waterbury, darrin@darrinscottstudios.com
Last Updated:   January 18, 2008
*/

/* ---[ common elements ]--------------------- */

h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 180%;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.topcap {
	margin: 0 auto;
	width: 976px;
	height: 14px;
	background: url(../images/top-cap04.jpg) no-repeat bottom left;
}

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
	width: 974px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	background: #1d1d1d url(../images/index04.jpg) no-repeat top left;
}

#innerwrap {
	float: left;
	margin: 0;
	padding: 0;
	width: 974px;
	min-height: 600px;
	line-height: 1.5em;
	}
	
#header {
	float: left;
	margin: 0 auto;
	padding: 0 0 14px 0;
	width: 974px;
	background: url(../images/header-bg.png) repeat-x bottom left;
}

/* ---[ navigation ]--------------------- */

#nav {
	float: left;
	width: 974px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: transparent url(../images/fill70.png) repeat-x bottom left;
	border: none;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(../images/nav-li-bg.png) no-repeat center left;
}
#nav a {
	float: left;
	padding: 8px 12px 10px 12px;
	text-decoration: none;
	border-bottom: none;
	color: #fff;
}
#nav a:hover, #nav a.active {
	color: #99ccff;
}
li#t-home a {
	margin-left: 3px;
}
li#t-home {
	background: none;
}

/* ---[ homepage flash ]--------------------- */

#splash {
	position: relative;
	margin: 0;
	padding: 0;
	/*top: 15px;
	height: 284px;*/
}


/* ---[ testimonials ]--------------------- */

/*#testimonials {
	position: relative;
	margin-bottom: 20px;
	height: 260px;
}
#testimonials img {
	position: relative;
	top: 30px;
	right: 35px;
}
#testimonials div {
	position: relative;
	top: 30px;
	right: 37px;
	width: 976px;
	height: 260px;
}*/

/* ---[ homepage content ]--------------------- */

#content {
	float: left;
	margin: 0;
	width: 575px;
	/*height: 350px;*/
	font-size: 95%;
	line-height: 1.8em;
	background: url(../images/home_star.gif) no-repeat 50% 65%; 
	}
#content .gutter {
	padding: 20px;
}

/* ---[ homepage sidebar ]----------------------------- */

#sidebar {
	width: 375px;
	float: right;
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #999;
}
#sidebar h3 {
	margin: 0 0 12px 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 120%;
	border: none;
	background: #3d3d3d url(../images/h3-left-corner.gif) no-repeat top left;
}
#sidebar h4 {
	font-size: 92%;
	font-weight: normal;
	margin: 0;
}
#sidebar p, #sidebar ul, #sidebar dl {
	margin: 0;
	padding: 0 0 .7em 0;
	list-style: none;
}
#sidebar li {
	margin: 0 0 .5em 0;
	padding: 0 0 0 0px;
	line-height: 1.3em; /*background: url(../images/li-bullet.gif) no-repeat 0 5px;*/
	}
#sidebar a:link, #sidebar a:visited {
	color: #99ccff;
	text-decoration: none;
}
#sidebar a:hover {
	color: #ccc;
	text-decoration: underline;
}
#sidebar img {
	vertical-align: middle;
}
