.todo {
	border: 1px dashed red;
}

html {
	height: 100.1%;
	}
	
body {
    margin: 0;
    padding: 0;
    font-size: 75%;
    font-family: Verdana, Geneva, sans-serif;
    background: #fff url(../images/body_internal.png) repeat-x 0 0;
    color: #353535;
	}

body#home {
    background: #fff url(../images/body_bg.jpg) repeat-x 0 0 !important;
}

p,h1,h2,h3,h4,h5,h6,ul,ol,form {
	margin: 0;
	padding: 0;
	}
    
h1,h2,h3 { font-family: Verdana, Geneva, sans-serif; 
}

ul.normal_ul {
	list-style: disc;
	margin: 0 0 1.5em 2em;
	}
	
ul.normal_ul li {
	margin-bottom: 0.5em;
	}
	
img {
	border: none;
}

.green {
	color: #009900;
	}

a {
    color: #5479c4;
    text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}	

a { /* remove unwanted focus outlines from links */
	noFocusLine: expression(this.onFocus=this.blur())
	outline: none;
	}
*:focus { 
	outline: none; 
	}
	
ul {
	list-style: none;
	}
	
.clearfix {
	clear: both !important;
	float: none !important;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
	
div.container {
	width: 975px;
	margin: 0 auto;
	padding-bottom: 80px;
	}
	
div.container div.top {
    height: 86px;
    position: relative;
	}
	
.shade {
	background: url(../images/shade.png) no-repeat left top;
	width: 586px;
	height: 84px;
	position: absolute;
	left: -90px;
	top: 2px;
	z-index: 1;
    display: none;
}
	
div.container div.top div.logo {
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: 2;
	}
	
div.container div.top div.language_selection {
	position: absolute;
	top: 10px;
	right: 15px;
}

div.container div.top div.language_selection ul li {
	float: left;
	margin-left: 10px;
	color: #666;
}
	
div.container div.top div.navigation {
	position: absolute;
    font-family: Verdana, Geneva, sans-serif;
	bottom: 10px;
	right: 15px;
	z-index: 3
	}

div.container div.top div.navigation ul {

}

div.container div.top div.navigation ul li,
div.container div.top div.navigation ul li a {
    display: block;
    float: left;
    color: #555;
	}
	
div.container div.top div.navigation ul li {
    margin-right: 10px;
    border-right: 1px solid #999;
    padding-right: 10px;
    line-height: 10px;
	}
	

div.container div.top div.navigation ul li a {
	padding: 1px 3px;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	}
	
	
div.container div.top div.navigation ul li.current a {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
	}	
	
div.container div.main_image {
	height: 170px;
	border-top: 2px solid #FF7A22;
	border-bottom: 2px solid #FF7A22;
	}
	
div.container div#home_page {
	background: url(../images/home_slide.png) no-repeat left top;
	}
	
div.sve div#home_page {
	background: url(../images/home_slide.png) no-repeat left top;
	}
	
div.container div#about {
	background: url(../images/image_rotate/pic_about.jpg) no-repeat left top;
	}	
	
div.container div.main_image p {
    width: 42%;
    padding: 50px 0 0 15px;
    font-size: 24px;
    line-height: 26px;
    color: #fff;
	}
	
div.container div.main_image p a {
	margin-top: 20px;

}

div.container div.main_image p a:hover {
	text-decoration: none;
	}

div.container div.main_image p a img {
	vertical-align: middle;
	margin-right: 5px;
}

div.container div.content {
	padding-top: 1px;
	}

div.container div.content div.left_col {
	float: left;
	width: 550px;
	margin: 0 15px 0 0;
	}
	
div.container div.content div.left_col p,
div.container div.content  p{
    margin-bottom: 0.8em;
    font-size: 1.1em;
    line-height: 1.2em;
	}
	
div.container div.content div.right_col {
	float: right;
	width: 305px;
	margin-right: 10px;
	margin-top: 130px;
	}	
	
body.internal h1 {
	font-size: 3.9em;
	text-shadow: 1px 1px #ccc;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	color: #8ec33f;
	margin-bottom: 30px;
	letter-spacing: -1px;
	line-height: 1em;
	font-weight: normal !important;
	margin-top: 30px;
	width: 975px;
	}
	
body.internal h1 strong {
	font-weight: normal;
}
	
div.container div.content h2 {
    color: #8ec33f;
    font-size: 1.2em;
    margin-bottom: 1em;
    margin-top: 1em;
	}
	
div.container div.content h3 {
    color: #8ec33f;
    font-size: 1.2em;
    margin-bottom: 0.2em;
    font-weight: bold;
	}
    
body#home div.container div.content h3 {
    margin-bottom: 1em;
}
    
div.container div.content h3 a { color: #8ec33f; 
}
	
div.container div.content h4 {	
	color: #01642f;
	font-size: 1.2em;
	margin-bottom: 0.2em;
	}		
	
	
div.container div.content div.left_col p.intro_p {
	font-size: 1.5em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	line-height: 1.3em;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif
	}
	
div.container div.content div.right_col ul.sub_nav {
	margin-bottom: 20px;
	
}

div.container div.content div.right_col ul.sub_nav a {
	/*color: #464646;*/
	font-size: 1em;
	}	
    
div.container div.content div.right_col ul.sub_nav a:hover {
    text-decoration: underline;
}
	
div.container div.content div.right_col ul.sub_nav a span {
    font-size: 1em;
    margin-bottom: 0.5em;
    display: block;
    clear: both;
	font-weight: normal;
	}
    
   div.container div.content div.right_col ul.sub_nav a span span {
       display: inline;
       margin: 0;
       clear: none;
	font-size: 1.1em;       
    font-weight: bold;
   }
	
.cis strong {
	font-weight: normal;
}
div.container div.content div.right_col ul.sub_nav a:hover span {
	text-decoration: underline;
	}	
	
div.container div.content div.right_col ul.sub_nav li {
	margin-bottom: .5em;
	padding-bottom: .5em;	
    border-bottom: 1px solid #ddd;
	}
	
div.container div.content div.right_col ul.no_pad li {
	padding-bottom: 0;
	}	
	
div.container div.content div.right_col ul.no_pad li.cis {
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 1.2em;
}

div.container div.content div.right_col ul.sub_nav li a:hover {
    /*color: #ff9c00;*/
    text-decoration: underline !important;
}
	

div.container div.content ul.news_list { margin-bottom: 2em; 
}

div.container div.content ul.news_list li span  {
	margin-bottom: 3px;

}

div.container div.content ul.news_list li {
	background: url(../images/orange_dot.png) no-repeat left 5px;
	padding-left: 15px;
	margin-bottom: 15px;
}



div.container div.content ul.news_list li a {

}

div.container div.content div.right_col ul.news_list li a:hover {
	color: inherit;
}

/*.utility_products span { color: #ff7a22; }
.telco_products span { color: #ff7a22; }
.amr span { color: #01642F; }
.mediation span { color: #01642F; }
.utility_rating span { color: #01642F; }
.telco_rating span { color: #01642F; }
.utility_ccb span { color: #01642F; }
.telco_ccb span { color: #01642F; }
.analytics span { color: #01642F; }
.utility_web_portal span { color: #01642F; }
.telco_web_portal span { color: #01642F; }
.cis span { color: #ff7a22 }
*/
div.footer_wrapper {
    background: url(../images/footer_bg.png) repeat-x left top;
    clear: both;
    bottom: 0;
    margin: 40px auto 0 auto	;
}

div.footer {
	clear: both;
	padding: 40px 0;
	width: 975px;
	margin: 0 auto;
}

div.footer div.footer_links {
	width: 625px;
	text-align: center;
	margin: 0 15px;
	float: left;
	color: #999;
	}
	
div.footer div.footer_links a {
    padding: 0 15px;
    color: #999;
	}
	
div.footer div.address {
    width: 200px;
    margin-left: 15px;
    float: left;
    font-size: 0.9em;
    color: #999;
	}
	
div.footer div.address h3 {
	font-size: 1em;
	}
	
.no_r_m {
	margin-right: 0 !important;
	}
		
		


form.contact_form div {
    clear: both;
    margin-bottom: 0.5em;
}

form.contact_form div label {
    width: 90px;
    text-align:right;
    padding-right: 20px;
    display: block;
    float: left;
	font-size: 0.9em;
	font-weight: bold;
}

form.contact_form div input {
    width: 200px;
}

form.contact_form div input,
form.contact_form div select,
form.contact_form div textarea {
    border: 1px solid #ccc;
}
form.contact_form div input.submit {
    width: auto !important;
    cursor: hand;
}


div.content_bg {
	position: relative;
	width: 557px;
}

div#content_bg_1 {
	background: url(../images/content_bg_1.png) top left no-repeat;
}

div#content_bg_2 {
	background: url(../images/content_bg_2.png) top left no-repeat;
}

div.content_bg div.copy {
	padding: 60px 0 0 40px;
}

div.content_bg ul {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	width: 273px;
}

div.content_bg ul li {
	float: left;
	display: block;
	margin: 8px 0 0 0;
	text-align: center;
	width: 134px;
}

div.content_bg ul li a {
	color: #fff;
	text-align: center;
	margin-left: 5px;
	font-size: 13px;
	font-weight: bold;
}

div#copy_2 {
	display: none;
}

div.box {
	width: 300px;
	margin-bottom: 10px;
	background: url(../images/box_stretch.png) repeat-y;

	}

div.box div.box_cap {
	background: url(../images/box_cap.png) no-repeat top left;
	width: 300px;
	height: 16px;
}

div.box div.box_copy {
	background: url(../images/box_bg.png) no-repeat left bottom;
	padding: 5px 20px 25px 20px;
}

div.box div.box_copy p {
	margin-bottom: 10px;
}

div#right_copy_2 {
	display: none;
}


div.box div.box_copy  h2 {
	margin-bottom: 10px;
}


div.product_details {
	width: 850px;
	
	margin: 0 auto;
}

div.product_details div.product_image {
	width: 290px;
	float: left;
	text-align: center;
}

div.product_details div.product_image p {
	text-align: center;
}

div.product_details div.product_copy {
	float: left;
	width: 500px;
	padding-top: 20px;
	padding-left: 40px;
}

div.product_details div.product_copy div {
	display: none;
}

div.product_details div.product_copy div.default {
	display: block;
	}

div.product_details div.product_copy p {
	line-height: 1.3em;
}

div.product_details div.product_copy h3 {
	font-size: 1.5em;
	color: #01642f;
}


p.read_more {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

div.news_ticker {
}

div.container div.content div.news_ticker h2 {
	color: #353535 !important;
	background: url(../images/ticker.png) no-repeat right -2px;
	height: 38px;
	line-height: 38px;
	font-size: 1.5em !important;
	display: inline-block;
	 float: left;
	 width: 80px;
	 margin: 0 10px 0 0;
	 font-weight: normal;
}

div.container div.content div.news_ticker p {
	height: 38px;
	line-height: 38px;
	margin: 0;
}

div.container div.content div.news_ticker p a {
	display: inline-block;
	margin-left: 20px;
}

div.container div.content div.news_ticker img {
	vertical-align: middle;
	margin-right: 20px;
}

div.container div.content div.home_pods {
	margin-top: 20px;
}

div.container div.content div.home_pods div.pod {
	width: 220px;
	float: left;
	margin-right: 20px;
}

div.intro_content {
	padding-top: 130px;
}

a.demo_btn {
	border-radius: 5px;
	border: 1px solid #ccc;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 5px 8px;
	text-align: center;
	margin-top: 10px;
	background: #c9de96; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5ZGU5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iIzhhYjY2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTgyMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #c9de96 0%, #8ab66b 26%, #398235 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(26%,#8ab66b), color-stop(100%,#398235)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c9de96 0%,#8ab66b 26%,#398235 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c9de96 0%,#8ab66b 26%,#398235 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c9de96 0%,#8ab66b 26%,#398235 100%); /* IE10+ */
background: linear-gradient(top,  #c9de96 0%,#8ab66b 26%,#398235 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); /* IE6-8 */
}



a.demo_btn:hover {
	text-decoration: none;
	box-shadow: 0 0 3px #666;
	border-color: #666;
	background: #ffa310; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTMxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjY0MTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffa310 0%, #ff6411 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa310), color-stop(100%,#ff6411)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa310 0%,#ff6411 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa310 0%,#ff6411 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa310 0%,#ff6411 100%); /* IE10+ */
background: linear-gradient(top,  #ffa310 0%,#ff6411 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa310', endColorstr='#ff6411',GradientType=0 ); /* IE6-8 */

}

a.demo_btn:active {
	box-shadow: 1px 0 3px #333 inset;
	background: #ffa310; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTMxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjY0MTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffa310 0%, #ff6411 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa310), color-stop(100%,#ff6411)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa310 0%,#ff6411 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa310 0%,#ff6411 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa310 0%,#ff6411 100%); /* IE10+ */
background: linear-gradient(top,  #ffa310 0%,#ff6411 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa310', endColorstr='#ff6411',GradientType=0 ); /* IE6-8 */


	}
