@charset "UTF-8";
/* CSS Document */




html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, ol, ul {
 margin: 0;
 padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
 background: transparent;
} 


 
 
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	background: #EEEFE4;
	background:url(../images/background_new.png) repeat-x; 
	margin: 0;
	padding: 0;
	color: #6D6E71;
	line-height: 16px;
}

input, select, textarea {
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;	
}

.small {
	font-size: 9px;	
}

.shots li {
	margin: 5px;
} 

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

.site_list li, .site_list ul	 {
		margin: 0px 5px 0px 0px;
		padding: 0px;
		list-style:none;
		 line-height: 16px;
}



h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h2 {
	line-height: normal;	
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}

p {
	margin:0px 0px 5px 0px; 
	padding: 0px;	
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



.hide {
	display: none;	
}



/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 981px;
	margin: 35px auto auto;
	position: relative;
	padding-top: 1px;
	
					 /* the auto value on the sides, coupled with the width, centers the layout */
	
}

.main_content {
	padding-bottom: 20px;
	float: left;
	/*	background:url(../images/background_03.png); */
		width: 981px;
	/*	height: 632px;*/
		background:#ffffff;
		
	-moz-box-shadow: 0 0 16px #ccc;
	-webkit-box-shadow: 0 0 16px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	behavior: url(ie-css3.htc);
	/* For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc')";*/
	/* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc');*/
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc')";*/
	/* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc');*/
}


.copyright {
	margin: 14px auto auto;	
	line-height: 24px;
	
}
.copyright a{ color: #6D6E71 }
/* ~~ This is the layout information. ~~ 
981 × 632
1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

h4 {
	font-size: 13px;
	font-weight: bold;
	padding:0px 0px 5px 0px;
	color:#231F20

}

h3 {
		font-size: 13px;
		margin: 0px;
		padding:0px;	
}

h5 {
	font-size: 11px;
	padding:0px;	
}
.content {
	float: left;
	margin-top: 15px;
	margin-left: 12px;
	position: relative;
}

.navigation {
	margin: 0 0 0 12px;	
}





.tabs {
    float: right;
    width: 315px;
}


.mso_tab a{
	background:url(../images/mso.png) no-repeat;
	width:96px;
	height:22px;
	float: left;
	margin-left: 12px;
	
}

.contractors_tab a {
	background:url(../images/contractors.png) no-repeat;
	width:96px;
	height:22px;
	float: left;
	
}


.login_tab a {
	background:url(../images/login.png) no-repeat;
	width:96px;
	height:22px;
	float: left;
	margin-left: 12px;
	
}


.logo a {
	background:url(../images/telelogoblk.jpg) no-repeat;
	margin: 12px 0 0 0px;
	width: 261px;
	height: 56px;
	float: left;
	cursor:pointer;
}


.home_button a{
	background:url(../images/main_nav_home.png) no-repeat;
	margin: 12px 0 0 0;
	width:74px;
	height:58px;
	float: left;
	cursor:pointer;
}

.demo_button a{
	background:url(../images/main_nav_demo.png) no-repeat;
	margin: 12px 0 0 0;
	width:136px;
	height:58px;
	float: left;
	cursor:pointer;
}

.features_button a{
	background:url(../images/main_nav_features.png) no-repeat;
	margin: 12px 0 0 0;
	width:97px;
	height:58px;
	float: left;
	cursor:pointer;
}

.support_button a{
	background:url(../images/main_nav_support.png) no-repeat;
	margin: 12px 0 0 0;
	width:89px;
	height:58px;
	float: left;
	cursor:pointer;
}

.about_button a{
	background:url(../images/main_nav_about.png) no-repeat;
	margin: 12px 0 0 0;
	width:99px;
	height:58px;
	float: left;
	cursor:pointer;
}


/* corners */

/*
.curve_container p {
	line-height: 18px;		
}



.curve_container {
   
   border-radius: 20px;
}
*/
#box1{
	margin: 0 auto 20px;
	width: 200px;
	height: 100px;
	background: #000;
	color: #fff;
	border-radius: 36px;
    -moz-border-radius: 36px;
    -webkit-border-radius: 36px;
	box-shadow: #f00 20px 20px 20px;
	-moz-box-shadow: #f00 20px 20px 20px;
    -webkit-box-shadow: #f00 20px 20px 20px;
	behavior: url(ie-css3.htc);
	
}

/*.curve_container{
	
	border: 1px #D1D3C7 solid;
	padding: 16px;
	float: left;
	background: #fff;

	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(ie-css3.htc);

}
*/

 .curve_container {
   position: relative;
   padding: 16px;
   border: 1px #D1D3C7 solid;
   float: left;
   background-color:#fff;
    

  }
  


  div.corner {
   position: absolute;
   width: 16px;
   height: 16px;
   border: 0px;
   margin: 0px;
   padding: 0px;
   background-attachment: scroll;
   background-image: url(../images/circle.png);
   overflow: hidden;
  }

  div.top_left {
   top: -1px;
   left: -1px;
   background-position: 0px 0px;
  }

  div.top_right {
   top: -1px;
   right: -1px;
   background-position: 16px 0px;
  }

  div.bottom_left {
   bottom: -1px;
   left: -1px;
   background-position: 0px 16px;
  }

  div.bottom_right {
   bottom: -1px;
   right: -1px;
   background-position: 16px 16px;
  }




/*
HOME PAGE */

#contact_banner {
	position:absolute; top:25px; left: 20px;
}

#share {
    left: 348px;
    max-width: 125px;
    overflow: hidden;
    position: absolute;
    top: 208px;
    width: 125px;
}

#banner {
background:url(../images/banner_1.jpg) no-repeat;
	width:958px;
	height:273px;

}

#banner_container {
background:url(../images/banner_1.jpg) no-repeat;
	position:relative;
	margin: 0px 12px 0px 12px;
	width:958px;
	height:273px;
}



.rule {
	height: 1px; background-color: #D1D3C7; width: 960px;	margin-left: 12px;
}


 .margin_left_5 {
		margin-left: 10px; 
 }
  

.left_box{
	position: absolute;
	top: 0px;
	left: 5px;
	width:215px;
	clear: both;
	height: 216px;
	
}

.middle_box{
	position: absolute;
	top: 0px;
	left: 276px;
	width: 425px;
	height: 216px;
	clear: both;

}

.right_box {
	position: absolute;
	top: 0px;
	left: 735px;
	width: 158px;
	margin-left: 24px;
	clear: both;
	height: 216px;
}



.value_statement {
	width: 417px;	

}


.submit_ask {
width:77; 
height:24; 	
}

input.contact_form {
	width: 85px;	
	height: 10px;
}
textarea.contact_form {
	width: 148px;	
	height:52px;
}

.contact_button {
    color: #2E67B2;
    float: left;
    font-size: 14px;
    height: 58px;
    width: 204px;
}


.demo_signup {
	margin-top: 9px;	
	line-height: 14px;
	float: left;
}

.submit_ask { padding: 10px 0 0 0; }
a.active {
	color: #4167B0;
	text-decoration: none;
}

.live_demo a{
	background:url(../images/live_demo.png) no-repeat;
	position:absolute;
	top: 38px;
	left: 784px;
	height: 44px;
	width: 138px;
	cursor:pointer;
}

#arrow_left {
	background:url(../images/arrow_left.png)	no-repeat;
	position: absolute;
	top: 189px;
	left: 33px;
	width: 25px;
	height: 38px;
	cursor:pointer;
	z-index: 100;
}

#arrow_right {
	background:url(../images/arrow_right.png)	no-repeat;
	position: absolute;
	top: 283px;
	top: 189px;
	
	left: 902px;
	width: 25px;
	height: 38px;
	cursor:pointer;
	z-index: 100;
}


/*FEATURES PAGE*/

.features_copy a {
	font-size: 11px;;
	cursor: pointer;
	 color: #4167B0;	
}

.features_content {
	float: left;
	width: 703px;
	/*height: 1506px;	*/
	/*position:relative;*/
	padding-top: 20px;
	margin-left: 12px;

}

.featues_signup {
	width: 158px;	
	height: 86px;
	margin: 0px 0px 0px 10px;
	line-height:14px;
}
.featues_signup img { margin-bottom: 5px; }

.success_box{
	width: 158px;	
	height: 91px;	
	float: left;
	margin: 16px 0px 0px 13px;
	line-height: 14px;
}


.ask_form_box {
	width: 158px;
	margin: 15px 0px 0px 13px;
	
}

.photo_slide {
	margin: 25px 0px 0px 80px;	
}

.site_border {
	/*border: 1px solid #6D6E71;	*/
		
}
/*
.prev {
	background:url(../images/left_arrow_features.png) no-repeat;
	position:absolute;
	top: 434px;
	left: 62px;
	height: 44px;
	width: 138px;
	cursor:pointer;
}


.next {
	background:url(../images/right_arrow_features.png) no-repeat;
	position:absolute;
	top: 434px;
	left: 693px;
	height: 44px;
	width: 28px;
	cursor:pointer;
}*/

.telecom_pics {
	margin: 0 0 0 80px;	
	height: 154px;
}

.telecom_pics li{
	border: 1px solid #D1D3C7;
}


/*SUPPORT PAGE*/
.support_content {
float: left;
	width: 703px;
	height: 492px;	
	position:relative;
	padding-top: 20px;
	margin-left: 12px
}


/*ABOUT PAGE*/
.about_content {
float: left;
	width: 703px;
	height: 492px;	
	position:relative;
	padding-top: 20px;
	margin-left: 12px
}



/*DEMO PAGE*/
.demo_content {
float: left;
	width: 703px;
	
	position:relative;
	padding-top: 20px;
	margin-left: 12px
}


.input_wrapper {
	margin: 0 0 10px 0;	
}

.input_wrapper input, .input_wrapper textarea {
	width: 250px;	
}



/*MSO PAGE*/
.mso_content {
float: left;
	width: 703px;
	height: 492px;	
	position:relative;
	padding-top: 20px;
	margin-left: 12px
}


/*POLCIY PAGE*/
.policy_content {
float: left;
	width: 703px;

	position:relative;
	padding-top: 20px;
	margin-left: 12px
}



/*CONTRACTORS PAGE*/
.contractors_content {
float: left;
	width: 703px;
	height: 489px;	
	/*position:relative;*/
	padding-top: 20px;
	margin-left: 12px
}


.error {
  border: 1px solid red;
}


label.error {
	border: none;

}


