/* @group reset */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	text-decoration: none;
	font-size: 1em;
	outline: none;
}
/* @end */

/* @group default */

body {
	color: #FFF;
	background-attachment: fixed;
	background-color: #0a0a0a;
	background-image: url(../img/bk_red_leather.jpg);
	background-repeat: no-repeat;
	background-position: 50% top;
	font: normal 11px/16px Verdana, Geneva, sans-serif;
}
a {
	color: #DF8826;
	text-decoration: underline;
}
#tentoone #masthead #opener {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
#tentoone #masthead #opener2 {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 10px 0px;
	height: 75px;
	border-top: thin dotted #666;
}
#tentoone #masthead #opener2 .leftStripe {
	width: 400px;
	border-left: thin solid #DF8826;
	text-align: left;
	padding-left: 10px;
	font: normal 11px Verdana, Geneva, sans-serif;
	float: left;
	padding-right: 100px;
}
#tentoone #masthead #opener2 .rightStripe {
	border-left: thin solid #DF8826;
	text-align: left;
	padding-left: 10px;
	font: normal 11px Verdana, Geneva, sans-serif;
	float: left;
}
a:hover, a:focus {
	color: #FC0;
}
a:active {
	color: #300;
}
em {
	color: #999;
}
strong {
	color: #630;
	text-transform: uppercase;
	font-size: 12px;
}
p, ul, ol, dl {
	margin-bottom: 20px;
}
h2 {
	padding: 0 0 10px 40px;
	margin: 0 -10px 20px;
	border-bottom: 2px solid #dab883;
	font-size: 24px;
	font-weight: normal;
	background: url(../img/h2.gif) no-repeat 10px 10px;
	line-height: 40px;
}
h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}
/* @end */

/* @group layout */

#codeluv {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/wrapper.png) repeat-y scroll center 20px;
}
#topnav {
	background-image: url(../img/masthead_r1_c1.png);
	background-repeat: repeat;
	height: 127px;
	position: fixed;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	float: left;
}
#topnav #logo  {
	height: 70px;
	padding-top: 47px;
	text-align: left;
	padding-left: 15%;
	width: 321px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#topnav #links {
	padding-right: 15%;
	padding-top: 67px;
	float: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topnav #links ul {
	list-style-type: none;
}
#topnav #links ul li {
	float: left;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}


/* @group copyrights */

#copyrights {
	text-align: center;
	background-image: url(../img/bkg_footer.jpg);
	background-position: center center;
	width: 100%;
	height: 181px;
}
#copyrights #footWrap {
	float: left;
	padding-right: 10%;
	padding-left: 18%;
}
#copyrights #footWrap .line {
	float: left;
	padding-top: 25px;
	width: 1%;
}

#copyrights #footWrap #testimonials {
	float: left;
	width: 30%;
	font-style: italic;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	padding: 1%;
}
#copyrights #footWrap #fuzionNetwork {
	float: left;
	text-align: center;
	font-size: 11px;
	width: 20%;
	padding: 1%;
}
#copyrights #footWrap #socialNetwork {
	width: 42%;
	float: right;
	text-align: left;
	padding: 1%;
}

/* @end */


/* @group navigation */

#navigation {
	position: fixed;
	width: 100%;
	padding: 0px;
	top: 0;
	left: 0;
	text-align: center;
	margin: 0;
	-webkit-transition: background-color 0.25s linear;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	z-index: 10;
	background-color: transparent;
}
#navigation:hover {
}
#navigation li {
	line-height: 20px;
	text-transform: uppercase;
	font-size: 10px;
	display: inline;
}
#navigation li a {
	-webkit-border-radius: 4px;
	padding: 5px 10px;
	-moz-border-radius: 4px;
	text-decoration: none;
	background-color: #111;
	color: #999;
	text-shadow: #000 0 1px 0;
}
#navigation li a:hover, #navigation li a:focus {
	color: #ccc;
	-webkit-box-shadow: 0 0 5px #111;
	-moz-box-shadow: 0 0 5px #111;
}
#navigation li a:active {
	color: #fff;
	background-color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: 0;
}
/* @end */

/* @group masthead */

#masthead {
	text-align: center;
	padding-top: 127px;
	padding-bottom: 500px;
}
/* @end */

/* @group intro */

#about {
	padding-top: 145px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 500px;
}
#services {
	padding-top: 145px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 600px;
}
#contact {
	padding-top: 145px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 200px;
}
h1 {
	width: 200px;
	height: 108px;
	float: left;
}
h1 a {
	display: block;
	width: 200px;
	height: 108px;
	overflow: hidden;
	text-indent: 200%;
	background: url(../img/h1.gif) no-repeat 0 0;
	cursor: default;
}
h1 a:active {
	background-position: 0 1px;
}
/* @end */
#form {
	position: relative;
	width: 500px;
	top: 450px;
	left: 745px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F90;
}
input {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #666;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #666;
	margin-bottom: 5px;
	width: 268px;
	padding: 5px;
}
/*-----Form-----*/
label.error           { font-weight:normal;color:red;text-align:left;width:140px; padding-left:25px;
                        background: transparent url(/img/cancel.png) no-repeat scroll left; }

#message							{ width:250px;margin:60px 0 0 100px; }
#message h2						{ font-size:200%;color:black; }
#message p						{ color:black;font-weight:bold;margin:6px 0px; }
#checkmark						{ position:relative;top:-46px;left:-60px; }
/*-----Twitter-----*/

#tweet {
	float: left;
	margin-bottom: 10px;
	border: thin none #000;
}
#tweet #tweeticon {
	float: left;
}
#tweet #twitter_div {
	float: left;
	font-size: 11px;
	list-style-type: none;
	font-style: italic;
	border: thin none #4691CB;
	width: 300px;
}

#tweet #twitter_div #twitter_update_list {
	list-style-type: none;
	text-align: left;
	margin: 5px;
	padding: 0px;
	list-style-position: outside;
}
