/* Table of Contents:Reset  Layout*/
/* Reset--------------------------------------------------------------------------------------- */
/***** Global Settings *****/
html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font: 100%/1.25 arial, helvetica, sans-serif;
	/*background-color: #081a06;*/
	background-color: #eeeeee;
	background-image: url(bg.png);
	background-position:center;
	background-repeat:repeat-y;
}
/***** Common Formatting *****/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	padding: 30px 0 25px 0;
	letter-spacing: -1px;
	font: 2em arial, helvetica, sans-serif;
}
h2 {
	letter-spacing: -1px;
	font: 1.5em arial, helvetica, sans-serif;
}
h3 {
	font: 1em arial, helvetica, sans-serif;
	font-weight: bold;
}
p, ul, ol {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style-type: none;
	padding: 0 0 18px 40px;
}
blockquote {
	margin: 22px 40px;
	padding: 0;
}
small {
	font-size: 0.85em;
}
img {
	border: 0;
}
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
/***** Links *****/
a, a:visited {
	text-decoration: none;
}
/***** Forms *****/
form {
	margin: 0;
	padding: 0;
	display: inline;
}
input, select, textarea {
	font: 1em arial, helvetica, sans-serif;
}
textarea {
	line-height: 1.25;
}
label {
	cursor: pointer;
}
/***** Tables *****/
table {
	border: 0;
	margin: 0 0 18px 0;
	padding: 0;
}
table tr td {
	padding: 2px;
}
/*Layout--------------------------------------------------------------------------------------- */
/***** Cotainer *****/
#container {
	margin: auto;
	margin-top: 5px;
	text-align: left;
	width: 48.05em;
	height:100%;
	background: #fff;
}
/***** Header *****/
#title {
	background-image: url('images/filler2.jpg');
}
#titleleft {
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	height: 93px;
}
#titleright {
	float: right;
	background:url('images/globe.jpg') no-repeat;
	height: 134px;
	width: 119px;
	margin: 0;
	padding: 0;
}
#header {
	background: url('images/logo.gif');
	background-repeat: no-repeat;
	margin: 0;
	height: 87px;
}
#header p {
	text-align: right;
	padding-right: 5px;
	font-size: 70%;
	font-style: italic;
	color: #ffffcc;
	position: relative;
	top: 72px;
	right: 5px;
}
/***** Navigation  *****/
#nav {
	position: relative;
	display: block;
	height: 34px;
	font-size: 11px;
	font-weight: bold;
	background: url('images/bgmenu.gif') repeat-x top left;
	font-family: Arial, Verdana, Helvitica, sans-serif;
	margin-right: 119px;
	/*border-top: 4px solid #00cccc;*/
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}
#nav ul li {
	display: block;
	float: left;
	margin: 0;
}
#nav ul li a {
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	padding: 11px 20px 0 20px;
	height: 23px;
	background: transparent url(images/bgborder.gif) no-repeat top right;
}
#nav ul li a:hover {
	color: #B30000;
	background: #fff url(images/bghover.gif) no-repeat top right;
}
/***** Content  *****/
form ul li {
	list-style-type: none;
}
form ul label {
	float: left;
	width: 150px;
}
#middle {
	clear: both;
}
#sidebar {
	width: 140px;
	float: left;
	padding-top: 15px;
}
#content {
	margin-left: 150px;
	padding: 10px;
	font-size: 75%;
	line-height: 1.45em;
	color: #262626;
}
#diagram {
	margin-left: 27px;
	margin-right: 27px;
	text-align: center;
}
#diagram a:link, #diagram a:visited, #diagram a:active {
	color: #00ccff;
	text-decoration: underline;
}
#diagram a:hover {
	color: #ff9900;
}
#diagram h1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#diagram p.small {
	font-size: 12px;
}
#content h2 {
	margin: 5px 0 20px 0;
}
#content h3 {
	margin: 0 0 5px 0;
	text-decoration: underline;
}
#content h4{
font-weight: bold;
font-size: .9em;

}

#content h5{
font-weight: bold;
font-size: .9em;
margin-top: 10px;
}

#content h6{
margin-top: -25px;
margin-bottom: 20px;
font-size: 80%;
letter-spacing: 20%;
}
#content ul {
	list-style-type: disc;
	margin: 0 30px 0 5px;
	padding: 0;
	position: relative;
	left: 25px;
}
#content p {
	margin-bottom: 10px;
}
#content a:link, #content a:visited, #content a:active {
	color: #937C49;
	text-decoration: underline;
}
#content a:hover {
	color: #A5593A;
}

#content td{
padding: 10px;
}

#content td table tr td{
text-align: center;
}
/***** Footer  *****/
#footer {
	clear: both;
	background: #434343;
	color: #fff;
	font-size: 70%;
	text-align: center;
}
/***** Classes  *****/
/* Unique */

.computerimg{
float: right;
margin-left: 10px;
margin-bottom: 20px;
}

.skillsimg{
float: right;
margin-left: 10px;
}

.lifeimg{
float: left;
margin-right: 10px;
}

.txtimg{
float: left;
margin: 0 10px 20px 0;
}

.companyimg{
float:right;
margin-top: -10px;
}
.productsimg {
	float: right;
	margin: 0 0 10px 10px;
}
.serviceimg {
	float: right;
	margin-top: 10px;
}
.aboutimg {
float: left;
}
.profileimg {
	margin: 5px 10px 5px 0;
	float: right;
}
/* Side menu */
#side {
	color: #000000;
	width: 130px;
	background-image: url('images/gradient-top.jpg');
	background-repeat: repeat-x;
	background-color: #EBEBEB;
	margin: 5px 5px 5px 5px;
	padding: 8px 5px 10px 5px;
}
#side h3 {
	font-size: 90%;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
}
#side p {
	font-size: .7em;
}

#side ul {
color: #000;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#side ul h4 {
  	font-size: .7em;
	font-weight: bold;
	margin: 0;
}
#side li {
	background-color: #CCCCCC;
	margin-top: 4px;
	padding: 4px 0 4px 5px;
}
#side li a {
	font-size: .7em;
	color: #000;
	display: block;
}
#side li a:hover {
	color: #7E878E;
}
#side li a.bold {
	font-weight: bold;
}
/* Rounded Corners */
b.niftycorners, b.niftyfill {
	display: block
}
b.niftycorners * {
	display: block;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	border-style: solid;
	border-width: 0 1px
}
/*normal*/
b.r1 {
	margin: 0 3px;
	border-width: 0 2px
}
b.r2 {
	margin: 0 2px
}
b.r3 {
	margin: 0 1px
}
b.r4 {
	height: 2px
}
b.rb1 {
	margin: 0 8px;
	border-width: 0 2px
}
b.rb2 {
	margin: 0 6px;
	border-width: 0 2px
}
b.rb3 {
	margin: 0 5px
}
b.rb4 {
	margin: 0 4px
}
b.rb5 {
	margin: 0 3px
}
b.rb6 {
	margin: 0 2px
}
b.rb7 {
	margin: 0 1px;
	height: 2px
}
b.rb8 {
	margin: 0;
	height: 2px
}
b.rs1 {
	margin: 0 1px
}
/*transparent inside*/
b.t1 {
	border-width: 0 5px
}
b.t2 {
	border-width: 0 3px
}
b.t3 {
	border-width: 0 2px
}
b.t4 {
	height: 2px
}
b.tb1 {
	border-width: 0 10px
}
b.tb2 {
	border-width: 0 8px
}
b.tb3 {
	border-width: 0 6px
}
b.tb4 {
	border-width: 0 5px
}
b.tb5 {
	border-width: 0 4px
}
b.tb6 {
	border-width: 0 3px
}
b.tb7 {
	border-width: 0 2px;
	height: 2px
}
b.tb8 {
	border-width: 0 1px;
	height: 2px
}
b.ts1 {
	border-width: 0 2px
}



.newspaper {
	width: 600px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Times New Roman', Times, Serif;
}
.newspaper p {
	text-indent: 10px;
	margin: 0px;
}
.newspaper .first {
	text-indent: 0px;
	font-size: 13px;
	font-weight: lighter;
}
.newspaper h1 {
	font-size: 35px !important;
	margin: 0px;
}
.newspaper img {
	float: right;
	margin: 5px 5px;
}
.newspaper .reporter {
	font-weight: bold;
	margin: 0px;
	text-align: center;
}


#content .testimonial {
	margin-left: 250px;
}
#content hr.t-line {
	clear: both;
}
#content .t-image {
	float: left;
}
#content dl dd {
	margin-bottom: 12px;
}
#content .t-box {
	clear: both;
}
