@charset "utf-8";
/* CSS Document */
body
{
	padding:0;
	margin:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background-color:#000;
	font-style: normal;
	font-weight: normal;
}
.text_black {
	color: #000;
}
.text_black_bold {
	color: #000;
	font-weight: bold;
}
.red_text {
	font-weight: bold;
	color: #B5121B;
}
h1.main_title {
	font-size:20px;
	margin-bottom:0.8em;
	font-weight:normal;
	color:#FFF;
	text-transform:uppercase;
}
a  {
	text-decoration: none;
	color: #FFF;
}
a:hover, a:focus {
	text-decoration: none;
	color: #ff1a00;
}

ul {
	list-style-type: none;
}
h2 {
	font-size:18px;
	margin-bottom:0.8em;
	font-weight:normal;
	color:#FFFFFF;
}
h4 {
	font-size:12px;
	font-weight:bolder;
	color:#FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*Main Layout*/
#main_holder
{
	width:100%;
}
#header
{
	width:1000px;
	height:109px;
	position:fixed;
	background-color: #333;
	float:left;
	z-index: 7;
}
#container
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
	overflow:auto;
	padding-bottom: 50px;
}

/* BOX 2 ******************************************/


.logo {
	height: 67px;
	width: 287px;
	background-image: url(../images/logo_tec_s1.png);
	background-repeat: no-repeat;
	float:left;
}
.toll_free {
	height: 67px;
	width: 713px;
	background-image: url(../images/toll_free.png);
	background-repeat: no-repeat;
	float:left;
}
.spacer {
	height: 42px;
	width: 568px;
	background-image: url(../images/spacer.png);
	background-repeat: no-repeat;
	float:left;
}
#navigation
{
	width:200px;
	float:left;
}
#content
{
	width:800px;
	float:left;
	margin-top: 109px;
	background-color: #232323;
	color: #CCC;
	overflow: auto;
}
#content_main
{
	width:1000px;
	float:left;
	margin-top: 109px;
	background-color: #232323;
	color: #CCC;
	overflow: auto;
}
.banner_who
{
	width:800px;
	height:225px;
	float:left;
	background-image:url(../images/banner_who_we_are.png);
	background-repeat: no-repeat;	
}
.banner_how
{
	width:800px;
	height:225px;
	float:left;
	background-image:url(../images/banner_how.png);
	background-repeat: no-repeat;	
}
.banner_contact
{
	width:800px;
	height:225px;
	float:left;
	background-image:url(../images/banner_contact.png);
	background-repeat: no-repeat;	
}
.banner_faq
{
	width:800px;
	height:225px;
	float:left;
	background-image:url(../images/banner_faq.png);
	background-repeat: no-repeat;	
}
.banner_templates
{
	width:800px;
	height:225px;
	float:left;
	background-image:url(../images/banner_templates.png);
	background-repeat: no-repeat;	
}
.banner_web
{
	width:800px;
	height:225px;
	float:left;
	background-image:url(../images/banner_web.png);
	background-repeat: no-repeat;	
}
.banner_hosting
{
	width:800px;
	height:225px;
	float:left;
	background-image:url(../images/banner_hosting.png);
	background-repeat: no-repeat;	
}
.banner_ecommerce
{
	width:800px;
	height:225px;
	float:left;
	background-image:url(../images/banner_ecommerce.png);
	background-repeat: no-repeat;	
}
.banner_brand
{
	width:800px;
	height:225px;
	float:left;
	background-image:url(../images/banner_brand.png);
	background-repeat: no-repeat;	
}
.col1
{
	width: 360px;
	float:left;
	padding: 20px;
}
.col2
{
	width: 360px;
	float:left;
	padding: 20px;
}

.clear
{
	clear:both;
}
.indent {
	float: left;
	width: 150px;
}
.phonebox {
	float: left;
	width: 100px;
}

/* Header Nav*/
.header_nav 
{
	height: 42px;
	width: 432px;
	background-image: url(../images/header_nav.png);
	background-repeat: no-repeat;
	float:left;
}
ul.header_menu 
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	float:left;
}
ul.header_menu li 
{
	float: left;
	padding: 0px;
	margin: 0px;
}
ul.header_menu li a 
{
	display: block;
	background-image: url(../images/header_nav.png);
	background-repeat: no-repeat;
	height: 42px;
}
.templates a
{
	background-position: 0 0;
	width: 185px;
}
.templates a:hover 
{
	background-position: 0 -42px;
}

.home a
{
	background-position: -185px 0;
	width: 83px;
}
.home a:hover 
{
	background-position: -185px -42px;
}

.faqs a
{
	background-position: -268px 0;
	width: 80px;
}
.faqs a:hover 
{
	background-position: -268px -42px;
}

.contact a 
{
	background-position: -352px 0;
	width: 84px;
}
.contact a:hover 
{
	background-position: -352px -42px;
}
.displace 
{
	position: absolute;
	left: -5000px;
}
	

/*Main Nav*/

.who_we_are a 
{
	background-position: 0 0;
}
.who_we_are a:hover 
{
	background-position: 0 -30px;
}
.what_we_do a 
{
	background-position: -143px 0;
}
.what_we_do a:hover 
{
	background-position: -143px -30px;
}
.how_we_do_it a 
{
	background-position: -286px 0;

}
.how_we_do_it a:hover 
{
	background-position: -286px -30px;
}
.contact_us a 
{
	background-position: -429px 0;
}
.contact_us a:hover 
{
	background-position: -429px -30px;
}
#main_nav 
{
	height: 120px;
	width: 143px;
	text-decoration: none;
	margin-top: 109px;
	z-index: 6;
	position: absolute;
}
ul.menu 
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.menu li 
{
	float: left;
	padding: 0px;
}
ul.menu li a 
{
	display: block;
	width: 143px;
	height: 30px;
	background-image: url(../images/main_nav.png);
	background-repeat: no-repeat;
}
/* Side Nav */
.side_menu 
{
	float:left;
	width:150px;
	margin-right:50px;
	background-image: url(../images/welcome.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 300px;
	padding-top: 50px;
}

ul.menu_item
{
	margin-bottom:20px;
	float: left;
	width: 150px;
	padding: 0px;
}
ul.menu_item li
{
	border-bottom: 1px solid #333333;
	padding-left:38px;
	padding-left:20px;
	padding-right:10px;
	padding-top: 7px;
	padding-bottom: 7px;
}
ul.menu_item li a
{
	color:#999999;
	color:#fff;
	display:block;
	width: auto;
}
ul.menu_item li a:hover, ul.menu_item li.active a, ul.menu_item li a:focus {
	color:#ff1a00;
}
/* ---------------------------------- footer ---------------------------------------  */
#footer
{
	border-top:1px solid #1e1e1e;
	width:100%;
	color:#000;
	height: 30px;
	background-color: #000;
	position: fixed;
	bottom: 0px;
}
ul#footernav 
{
	list-style:none;
	float:left;
	color:#666666;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 50px;
}

ul#footernav li
{
	display:inline;
}

ul#footernav li a {
	color:#999;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	padding-right: 10px;
	padding-left: 10px;
}

ul#footernav li a:hover, ul#footernav li.active a{
	color:#1a5d82;
}
.copy  {
	color:#666666;
	font-size: 11px;
	float: right;
	height: 20px;
	padding-right: 50px;
	text-align: right;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
.copy a   {color:#ABABAB; text-decoration:none;}
.copy a:hover{
	text-decoration:underline;
	color: #FFF;
}
/* end: footer */

/* Buttons */
#btn_go a {
	height: 24px;
	width: 83px;
	background-image: url(../images/btn_go.png);
	background-repeat: no-repeat;
	background-position: center top;
	float:left
}
#btn_go a:hover {
	height: 24px;
	width: 83px;
	background-position: center bottom;
	
}
#btn_learn a {
	height: 28px;
	width: 140px;
	background-image: url(../images/btn_learn.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	margin-top: 360px;
	margin-left: 30px;
}

#btn_learn a:hover {
	height: 28px;
	width: 140px;
	background-position: center bottom;
}


#btn_quote2 a {
	height: 30px;
	width: 150px;
	background-image: url(../images/btn_quote2.png);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
	margin-bottom: 8px;
}
#btn_quote2 a:hover {
	height: 30px;
	width: 150px;
	background-position: center bottom;
}
#btn_special2 a {
	height: 30px;
	width: 150px;
	background-image: url(../images/btn_special2.png);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
}
#btn_special2 a:hover {
	height: 30px;
	width: 150px;
	background-position: center bottom;
}
#btn_quote a{
	height: 52px;
	width: 294px;
	float:left;
	background-image: url(../images/btn_quote.png);
	background-repeat: no-repeat;
	background-position: center top;
	top: 150px;
}
#btn_quote a:hover {
	height: 52px;
	width: 294px;
	background-position: center bottom;
}
#btn_special a {
	height: 52px;
	width: 294px;
	float:left;
	background-image: url(../images/btn_special.png);
	background-repeat: no-repeat;
	background-position: center top;
	top: 202px;
}
#btn_special a:hover {
	height: 52px;
	width: 294px;
	background-position: center bottom;
}
#btn_info a{
	height: 24px;
	width: 83px;
	background-image: url(../images/btn_info.png);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
}
#btn_info a:hover {
	height: 24px;
	width: 83px;
	background-position: center bottom;
}
#btn_info2 a {
	height: 24px;
	width: 83px;
	float:left;
	background-image: url(../images/btn_info2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#btn_info2 a:hover {
	height: 24px;
	width: 83px;
	background-position: center bottom;
}
/* ---------------------------------- contact us page    ---------------------------------------  */

#contactform {
	margin:0; 
	padding:0;
}
#contactform ul {
	list-style:none; 
	width:355px; 
	margin-left:20px; 
	margin-right:20px;
	float:left; 
	padding:0;
}

#contactform ul li {
	margin-bottom:5px; 
	float:left; 
	width:100%; 
	padding:0;
	list-style:none;
}

#contactform ul li.submit {
	border-top:1px solid #efefef;
	padding-top:10px;
	margin-top:12px;
	text-align:right;
	margin-bottom:75px;
}

#contactform ul li label { 
	width:130px; 
	float:left; 
}
#contactform ul li p.fields, #contactform ul.checkboxes{
	float:left; 
	width:210px;  
	margin:0; 
	padding-bottom:0; 
	margin-bottom:0; 
}

#contactform ul.checkboxes li {
	float:none;
}
#contactform ul.checkboxes li label{
	float:none;
}
#contactform ul.checkboxes li input {
	margin-right:5px;
}

label, input.txt-field, textarea.textarea {
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
}
textarea {
	overflow:auto;
}
label {
color:#999999;
line-height:22px;
margin-right:4px;
}
input.txt-field {
border:1px solid #585858;
background-color:#1d1d1d;
color:#999999;
padding:0 3px;
width:218px;
width:212px;
height:22px;
padding-top:4px;
height:18px;
/*font-weight:bold;*/
}
textarea.textarea {
border:1px solid #585858;
background-color:#1d1d1d;
padding:4px 3px;
width:212px;
height:100px;
color:#999999;
}

textarea.bigger {
	width:400px;
}
input.txt-field-active, textarea.textarea-active  {
	border:1px solid #ffcc00;
}

input.txt-field:focus, textarea.textarea:focus {
	border:1px solid #ff1a00;
}
.form_response {
	width:720px;
	color: #000;
	background-color: #FFF;
	height: 300px;
	padding-right: 40px;
	padding-left: 40px;
	float:right;
}
div#box1 {
	width:270px;/*960*/
	height:263px;
	float:left;
	background-image: url(../images/box_01.png);
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-right: 20px;
	padding-left: 45px;
	top: 0px;
	padding-bottom: 20px;
}

div#box2 {
	width:283px;/*960*/
	height:263px;
	float:left;
	color: #FFF;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/box_02.png);
	background-repeat: no-repeat;
	padding-top: 80px;
}

div#box3 {
	width:277px;/*960*/
	height:283px;
	float:left;
	background-image: url(../images/box_03.png);
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-left: 20px;
	color: #FFF;
	padding-right: 45px;
}
/*services*/
#box4 {
	width:200px;
	height:475px;
	background-image: url(../images/services01.png);
	background-repeat: no-repeat;
	float:left;
}
#box5 {
	width:200px;
	height:475px;
	background-image: url(../images/services02.png);
	background-repeat: no-repeat;
	float:left;
}
#box6 {
	width:200px;
	height:475px;
	background-image: url(../images/services03.png);
	background-repeat: no-repeat;
	float:left;
}
#box7 {
	width:200px;
	height:475px;
	background-image: url(../images/services04.png);
	background-repeat: no-repeat;
	float:left;
}
#img_rotator {
	width:1000px;
	height:450px;
	top: 109px;
	background-color: #000;
	position: relative;
}

#frame {
	position:absolute;
	z-index:1;
	width:1000px;
	height:449px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:26px;
	left:100px;
	z-index:2;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:800px;
	overflow:hidden;
	position:relative;
	display:none;
	clip: rect(auto,auto,auto,auto);
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:800px;
	height:375px;
	display:block;
}


/*
	Next/prev buttons
*/

.prev   {
	left:-50px;
	z-index:101;
	background-image: url(../images/arrow-prev.png);
	background-repeat: no-repeat;
}
.next  {
	background-image: url(../images/arrow-next.png);
	background-repeat: no-repeat;
	right: -50px;
	z-index: 101;

}
.prev , .next{
	display: block;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 160px;
}
.prev:hover, .next:hover {
	background-position: right;
}

/*
	Pagination
*/

.pagination {
	width:100px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	height:45px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:800px;
	font-size:14px;
	color:#ffffff;
	text-shadow:none;
	margin: 0px;
	padding-left: 20px;
	line-height: normal;
}
.redlist {
	color: #ff1a00;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
}
.ol_list {
	font-size: 14px;
}
