
/* 	-----------------------------------------------------	------------------ Content Styles -------------------	----------------------------------------------------- */
#content_section {
	margin:0 auto;
	padding:20px 0 30px 0;
	width:100%;
	height:auto;
}
#content_section section {
	margin:0 auto;
	padding:0;
	width:998px;
	height:auto;
	background-color:#f2f2f2;
	border:1px solid #e3e3e3;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
#content_section section #banner {
	padding:19px;
	position:relative;
}
#content_section section #innerbanner {
	padding:19px 19px 0 19px;
	position:relative;
}
#content_section section #content {
	padding:19px;
}
#content_section section #content .left_section {
	width:560px;
	padding:8px 19px;
	float:left;
	background:#FFF url(../images/divider.png) no-repeat top;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow: 0 7px 7px -10px #999;
	-moz-box-shadow: 0 7px 7px -10px #999;
	-webkit-box-shadow: 0 7px 7px -10px #999;
}
#content_section section #content .left_section p {
	font-family: 'candararegular';
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#555555;
	padding:5px 0;
}
p.bullet_txt {
	margin:0;
	padding:5px 15px !important;
	font-family: 'candararegular';
	font-size:15px;
	font-weight:normal;
	line-height:16px;
	color:#555555;
	background:url(../images/bullet-01.png) no-repeat 0 10px;
}
#content_section section #content .left_section figure {
	margin:20px 35px 20px 0;
	float:left;
}
#content_section section #content .left_section figure img {
	border-radius:50%;
}
#content_section section #content .left_section article {
	margin:0 0 0 165px;
}
#content_section section #content .right_section {
	width:302px;
	padding:8px 18px;
	float:right;
	background:#FFF;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow: 0 7px 7px -10px #999;
	-moz-box-shadow: 0 7px 7px -10px #999;
	-webkit-box-shadow: 0 7px 7px -10px #999;
}
#tab {
	float:left;
	width:100%;
	background:url(../images/tab-01.png) repeat-x bottom;
}
#tab ul {
	margin:0;
	padding:0;
	list-style:none;
}
#tab ul li {
	margin:0;
	padding:0;
	float:left;
	font-family: 'candararegular';
	font-size:20px !important;
	font-weight:normal;
	line-height:42px;
	color:#363636;
	background:url(../images/tab-01.png) repeat-x bottom;
}
#tab ul li a {
	color:#363636;
	text-decoration:none;
	display:block;
	padding:0 12px 12px 12px;
}
#tab ul li a:hover {
	color:#0054a6;
	background:url(../images/tab-01-active.png) no-repeat bottom;
}
#tab ul li a.select {
	color:#0054a6;
	background:url(../images/tab-01-active.png) no-repeat bottom;
}
#tab ul li img {
	vertical-align:top;
}
#tab_content {
	margin:0;
	padding:15px 0;
}
#tab_content .field01 {
	margin:0 0 5px 0;
	padding:0;
	width:100%;
	height:auto;
	float:left;
}
#tab_content .field02 {
	margin:0 0 5px 0;
	padding:0;
	width:49%;
	height:auto;
	float:left;
}
#tab_content .field03 {
	margin:0 0 5px 0;
	padding:0;
	width:49%;
	height:auto;
	float:right;
}
#tab_content .field04 {
	margin:5px 0 0 0;
	padding:0;
	width:100%;
	height:auto;
	float:left;
}
#tab_content .field02 input[type="text"] {
	padding:0 3%;
	width:93.6%;
}
#tab_content .field03 input[type="text"] {
	padding:0 3%;
	width:93.6%;
}
#tab_content input[type="text"] {
	margin:0;
	padding:0 2%;
	width:95.6%;
	height:28px;
	background-color:#FFF;
	border:1px solid #cccccc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-family: 'candararegular';
	font-size:12px;
	font-weight:normal;
	line-height:28px;
	color:#757575;
}
#tab_content textarea {
	margin:0;
	padding:4px 2%;
	width:95.6%;
	height:48px;
	background-color:#FFF;
	border:1px solid #cccccc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-family: 'candararegular';
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	color:#757575;
	overflow:auto;
	resize:none;
}
#tab_content input[type="submit"] {
	margin:3px 0;
	padding:0 0 0 15px;
	width:132px;
	height:34px;
	background: url(../images/btn-01.png) no-repeat center;
	border:none;
	font-family: 'candararegular';
	font-size:16px;
	font-weight:normal;
	line-height:34px;
	color:#000000;
	cursor:pointer;
	text-align:left;
}
#content_section section #content .wrapper {
	padding:8px 20px;
	margin:0 0 15px 0;
	background:#FFF;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow: 0 7px 7px -10px #999;
	-moz-box-shadow: 0 7px 7px -10px #999;
	-webkit-box-shadow: 0 7px 7px -10px #999;
}
#content_section section #content .wrapper h2 {
	font-family: 'candararegular';
	font-size:24px;
	font-weight:normal;
	line-height:30px;
	color:#111111;
}
#content_section section #content .wrapper h2 a {
	color:#111111;
	text-decoration:none;
}
#content_section section #content .wrapper h2 a:hover {
	color:#000000;
	text-decoration:none;
}
#content_section section #content .wrapper h3 {
	font-family: 'candararegular';
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	color:#555555;
	padding:8px 0;
	border-bottom:1px solid #cbcbcb;
}
#content_section section #content .wrapper h4 {
	font-family: 'candararegular';
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	color:#464646;
	padding:16px 0 0 0;
}
#content_section section #content .wrapper h6 {
	font-family: 'candararegular';
	font-size:16px;
	font-weight:normal;
	line-height:20px;
	color:#464646;
	padding:10px 0;
}
#content_section section #content .wrapper p {
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	color:#555555;
	padding:8px 0;
}
#content_section section #content .wrapper p span {
	color:#0072bc;
}
#content_section section #content .wrapper p a {
	color:#0072bc;
	text-decoration:none;
}
#content_section section #content .wrapper p a:hover {
	color:#0072bc;
	text-decoration:underline;
}
#content_section section #content .wrapper p strong {
	font-family: 'candararegular';
	font-size:16px;
}
#content_section section #content .wrapper ul.list01 {
	margin:0;
	padding:15px;
	list-style:square;
}
#content_section section #content .wrapper ul.list01 li {
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:22px;
	color:#555555;
	padding:4px 0;
}
#content_section section #content .wrapper ul.list01 li a {
	color:#0072bc;
	text-decoration:none;
}
#content_section section #content .wrapper ul.list01 li a:hover {
	color:#0072bc;
	text-decoration:underline;
}
.content_box01 {
	width:286px;
	padding:10px 20px 0 0;
	float:left;
	margin-bottom:-10px;
}
.content_box02 {
	width:266px;
	padding:10px 19px;
	float:left;
	margin-bottom:-10px;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
}
.content_box03 {
	width:286px;
	padding:10px 0 0 20px;
	float:left;
	margin-bottom:-10px;
}
.table_box01 {
	padding:20px 0;
}/*.table_box01 .heading_box {	width:176px;	float:left;	margin:2px;	padding-top:172px;}*/
.table_box01 .heading_box {
	float: left;
	margin: 1px;
	padding-top: 144px;
	width: 175px;
}
.table_box01 .heading_box .box01 {
	border:1px solid #FFFFFF;
	border-top:none;
	background-color:#f2f2f2;
	height:14px;
	padding:26px 10px 26px 10px;
	text-align:center;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:14px;
	color:#363636;
	text-align:right;
}
.table_box01 .heading_box .box02 {
	border:1px solid #FFFFFF;
	border-top:none;
	background-color:#ececec;
	height:14px;
	padding:23px 10px 23px 10px;
	text-align:center;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:14px;
	color:#363636;
	text-align:right;
}
.table_box01 .heading_box .box03 {
	border:1px solid #FFFFFF;
	border-top:none;
	background-color:#f2f2f2;
	height:14px;
	padding:23px 10px 23px 10px;
	text-align:center;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:14px;
	color:#363636;
	text-align:right;
}
.table_box01 .heading_box .box04 {
	border:1px solid #FFFFFF;
	border-top:none;
	background-color:#ececec;
	height:14px;
	padding:38px 10px 38px 10px;
	text-align:center;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:14px;
	color:#363636;
	text-align:right;
}
.table_box01 .plan_box {
	width:144px;
	float:left;
	margin:2px;
}
.table_box01 .plan_box .blue_box {
	border:1px solid #e8e8e8;
	height:40px;
	padding:7px 0;
	text-align:center;
	background-color:#ff7800;
	font-family: 'candararegular';
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	color:#FFFFFF;
}
.table_box01 .plan_box .black_box {
	border:1px solid #e8e8e8;
	height:18px;
	padding:7px 0;
	text-align:center;
	background-color:#000000;
	margin-top:-1px;
	font-family: 'candararegular';
	font-size:16px;
	font-weight:normal;
	line-height:18px;
	color:#FFF;
}
.table_box01 .plan_box .white_box {
	border:1px solid #e8e8e8;
	height:30px;
	padding:14px 0;
	text-align:center;
	background-color:#FFFFFF;
	margin-top:-1px;
}
.table_box01 .plan_box .white_box img {
	vertical-align:middle;
	margin:0 4px;
}
.table_box01 .plan_box .grey_box {
	border:1px solid #e8e8e8;
	height:30px;
	text-align:center;
	background:#e1e1e1 url(../images/arrow2.png) no-repeat bottom;
	margin-top:-1px;
	border-bottom:none;
	z-index:100;
	font-family: 'candararegular';
	font-size:11px;
	font-weight:normal;
	line-height:24px;
	color:#555555;
}
.table_box01 .plan_box .grey_box input[type="checkbox"] {
	vertical-align:text-top;
	margin:0 5px 0 0;
}
.table_box01 .plan_box .box01 {
	border:1px solid #e8e8e8;
	border-top:none;
	height:14px;
	padding:23px 0;
	text-align:center;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:14px;
	color:#555555;
}
.table_box01 .plan_box .box02 {
	border:1px solid #e8e8e8;
	border-top:none;
	height:28px;
	padding:16px 0;
	text-align:center;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:14px;
	color:#555555;
}
.table_box01 .plan_box .box03 {
	border:1px solid #e8e8e8;
	border-top:none;
	height:70px;
	padding:10px 0;
	text-align:center;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:14px;
	color:#555555;
}
.table_box01 .plan_box .box04 {
	border:1px solid #e8e8e8;
	border-top:none;
	height:14px;
	padding:38px 0;
	text-align:center;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:14px;
	color:#555555;
}
.table_box01 .plan_box .signup {
	height:30px;
	background-color:#ff7800;
	border-radius:0 0 4px 4px;
	text-align:center;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	color:#FFF;
	text-transform:uppercase;
}
.table_box01 .plan_box .signup a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}
.table_box01 .plan_box .dwbtn {
	width:144px;
	height:40px;
	margin:4px 0;
	/* background:url(../images/btn-06.png) no-repeat center; */
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:34px;
	color:#000000;
	text-transform:uppercase;
	cursor:pointer;
	text-align:left;
}
.table_box01 .plan_box .dwbtn a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	line-height: 9px;
	font-size: 10px;
	font-weight: normal;
	font-family: sans-serif;
	padding-top: 7px;
}
.table_box01 .plan_box .dwbtn a:hover {
	color:#ff7800;
	text-decoration:none;
}
.table_box02 {
	padding:20px 0;
}
.table_box02 table {
	margin:0;
	padding:0;
	border:1px solid #e8e8e8;
	border-collapse:collapse;
}
.table_box02 table th {
	margin:0;
	padding:10px;
	border:1px solid #e8e8e8;
	border-collapse:collapse;
	background-color:#ff7800;
	font-family: 'lato';
	font-size:26px;
	font-weight:normal;
	line-height:30px;
	color:#FFFFFF;
}
.table_box02 table td {
	margin:0;
	padding:10px;
	border:1px solid #e8e8e8;
	border-collapse:collapse;
	font-family: 'lato';
	font-size:14px;
	font-weight:normal;
	line-height:14px;
	color:#555555;
}
.table_box02 table tr.odd {
	background-color:#f2f2f2;
}
.table_box02 table tr.even {
	background-color:#ececec;
}
.table_box02 .downloadbtn {
	margin:10px 0 0 0;
	padding:0;
	width:400px;
	height:34px;
	float:left;
	background: url(../images/btnnew.png) no-repeat right;
	border:none;
	font-family: 'candararegular';
	font-size:16px;
	font-weight:normal;
	line-height:34px;
	color:#000000;
	text-transform:uppercase;
	cursor:pointer;
	text-align:left;
}
.table_box02 .downloadbtn a {
	color:#000;
	text-decoration:none;
	display:block;
	padding:0 15px;
}
.table_box02 .downloadbtn a:hover {
	color:#ff7800;
}
ul.download {
	margin:0;
	padding:15px !important;
	list-style:none !important;
}
ul.download li {
	margin:10px 0 !important;
	padding:0 !important;
	font-family: 'candararegular';
	font-size:16px;
	font-weight:normal;
	line-height:28px !important;
	color:#000000;
}
ul.download li a {
	color:#000 !important;
	text-decoration:none !important;
}
ul.download li a:hover {
	color:#e46f07 !important;
	text-decoration:none !important;
}
ul.download li img {
	float:left;
	margin-right:15px;
}
#content_section section #content .wrapper input[type="text"] {
	margin:0;
	padding:0 5px;
	width:auto;
	height:28px;
	background-color:#FFF;
	border:1px solid #cccccc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:28px;
	color:#757575;
}
#content_section section #content .wrapper select {
	margin:0;
	padding:5px;
	width:auto;
	height:30px;
	background-color:#FFF;
	border:1px solid #cccccc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:28px;
	color:#757575;
}
#content_section section #content .wrapper textarea {
	margin:0;
	padding:0 5px;
	width:auto;
	height:88px;
	background-color:#FFF;
	border:1px solid #cccccc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:28px;
	color:#757575;
	resize:none;
}
#content_section section #content .wrapper input[type="submit"] {
	margin:0;
	padding:0 0 0 10px;
	width:85px;
	height:34px;
	background: url(../images/btn-04.png) no-repeat center;
	border:none;
	font-family: 'candararegular';
	font-size:16px;
	font-weight:normal;
	line-height:34px;
	color:#000000;
	cursor:pointer;
	text-align:left;
}
#content_section section #content .wrapper input[type="reset"] {
	margin:0;
	padding:0 0 0 10px;
	width:85px;
	height:34px;
	background: url(../images/btn-04.png) no-repeat center;
	border:none;
	font-family: 'candararegular';
	font-size:16px;
	font-weight:normal;
	line-height:34px;
	color:#000000;
	cursor:pointer;
	text-align:left;
}
#content_section section #content .wrapper input[type="checkbox"] {
	margin-right:6px;
}
#content_section section #content .wrapper input[type="button"] {
	margin:0;
	padding:0 0 0 10px;
	width:134px;
	height:34px;
	background: url(../images/btn-01.png) no-repeat center;
	border:none;
	font-family: 'candararegular';
	font-size:16px;
	font-weight:normal;
	line-height:34px;
	color:#000000;
	cursor:pointer;
	text-align:left;
}
.table_box03 {
	padding:20px 0;
}
.table_box03 table {
	margin:0;
	padding:0;
	border:1px solid #e8e8e8;
	border-collapse:collapse;
}
.table_box03 table th {
	margin:0;
	padding:10px;
	border:1px solid #e8e8e8;
	border-collapse:collapse;
	background-color:#f2f2f2;
	font-family: 'candararegular';
	font-size:16px;
	font-weight:normal;
	line-height:20px;
	color:#555555;
}
.table_box03 table td {
	margin:0;
	padding:10px;
	border:1px solid #e8e8e8;
	border-collapse:collapse;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:14px;
	color:#555555;
}
.table_box03 table tr.odd {
	background-color:#f2f2f2;
}
.table_box03 table tr.even {
	background-color:#ececec;
}
.table_box03 table td strong {
	font-family: 'candararegular';
	font-size:16px;
}
.table_box04 {
	padding:20px 0;
}
.table_box04 table {
	margin:0;
	padding:0;
}
.table_box04 table th {
	margin:0;
	padding:5px 10px;
	background-color:#f2f2f2;
	font-family: 'candararegular';
	font-size:16px;
	font-weight:normal;
	line-height:20px;
	color:#555555;
}
.table_box04 table td {
	margin:0;
	padding:5px 10px;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:14px;
	color:#555555;
}
.table_box04 table td input[type="text"] {
	width:400px !important;
}
.table_box04 table td textarea {
	width:400px !important;
}
.table_box05 {
	padding:10px 0 0 0;
}
.table_box05 table {
	margin:0;
	padding:0;
}
.table_box05 table td {
	margin:0;
	padding:0 0 4px 0;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:14px;
	color:#555555;
}
.table_box05 table td input[type="text"] {
	width:96.6% !important;
	margin-bottom:10px !important;
	float:left !important;
}
.table_box05 table td textarea {
	width:96.6% !important;
	margin-bottom:10px !important;
	float:left !important;
}
.table_box05 table td select {
	width:100% !important;
	margin-bottom:10px !important;
	float:left !important;
}
.table_box05 table td input[type="submit"] {
	float:left !important;
	margin-right:5px !important;
}
.signupform {
	padding:15px 0;
}
.signupform strong {
	font-family: 'candararegular';
	font-size:16px;
}
.signupform .label01 {
	margin:4px 0 4px 0;
	padding:0;
	width:160px;
	float:left;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	color:#3b3b3b;
}
.signupform .label01 span {
	color:#FF0000;
}
.signupform .label02 {
	margin:4px 0 4px 20px;
	padding:0;
	width:150px;
	float:left;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	color:#3b3b3b;
}
.signupform .label02 span {
	color:#FF0000;
}
.signupform .label03 {
	margin:4px 0 4px 0;
	padding:0;
	width:300px;
	float:left;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	color:#3b3b3b;
}
.signupform .label03 span {
	color:#FF0000;
}
.signupform .field01 {
	margin:4px 0 4px 0;
	padding:0;
	width:760px;
	float:left;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	color:#3b3b3b;
}
.signupform .field02 {
	margin:4px 0 4px 0;
	padding:0;
	width:294px;
	float:left;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	color:#3b3b3b;
}
.signupform .field03 {
	margin:4px 0 4px 0;
	padding:0;
	width:620px;
	float:left;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	color:#3b3b3b;
}
.signupform .field04 {
	margin:4px 0 4px 20px;
	padding:0;
	width:434px;
	float:left;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	color:#3b3b3b;
}
.signupform .field04 span {
	color:#FF0000;
}
.signupform .field05 {
	margin:4px 0 4px 0;
	padding:0;
	width:100%;
	float:left;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	color:#3b3b3b;
}
.signupform .field05 span {
	color:#FF0000;
}
.signupform input[type="text"] {
	margin:0;
	padding:0 2% !important;
	width:95.6% !important;
}
.signupform textarea {
	margin:0;
	padding:0 2% !important;
	width:95.6% !important;
	resize:none;
}
#left_panel {
	width:270px;
	background-color:#f6f6f6;
	float:left;
	margin:12px 0;
	padding-bottom:20px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow: 0 7px 7px -10px #999;
	-moz-box-shadow: 0 7px 7px -10px #999;
	-webkit-box-shadow: 0 7px 7px -10px #999;
}
#left_panel h5 {
	font-family: 'candararegular';
	font-size:20px;
	font-weight:normal;
	line-height:20px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:10px 15px;
	background-color:#0072bc;
	border-radius:6px;
	margin-bottom:10px;
}
#left_panel ul {
	margin:0;
	padding:5px 15px;
	list-style:none;
}
#left_panel ul li {
	margin:4px 0;
	padding:0;
	font-family: 'candararegular';
	font-size:16px;
	font-weight:normal;
	line-height:18px;
	color:#363636;
}
#left_panel ul li a {
	color:#898989;
	text-decoration:none;
	white-space:nowrap;
	background:url(../images/bullet-01.png) no-repeat 0 5px;
	padding-left:10px;
}
#left_panel ul li a:hover {
	color:#000000;
	text-decoration:none;
}
#left_panel ul li a.active {
	color:#000000;
	text-decoration:none;
}
#right_panel {
	padding:6px 15px 20px 15px;
	background-color:#f6f6f6;
	margin:12px 0;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow: 0 7px 7px -10px #999;
	-moz-box-shadow: 0 7px 7px -10px #999;
	-webkit-box-shadow: 0 7px 7px -10px #999;
}
#right_panel h3 {
	font-family: 'candararegular' !important;
}
#right_panel h4 img {
	vertical-align:bottom;
}
.supportform {
	padding:15px 0;
}
.supportform .label01 {
	margin:4px 0 4px 0;
	padding:0;
	width:100px;
	float:left;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	color:#3b3b3b;
}
.supportform .label02 {
	margin:4px 0 4px 10px;
	padding:0;
	width:90px;
	float:left;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	color:#3b3b3b;
}
.supportform .label03 {
	margin:4px 0 4px 10px;
	padding:0;
	width:40px;
	float:left;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	color:#3b3b3b;
}
.supportform .field01 {
	margin:4px 0 4px 0;
	padding:0;
	width:344px;
	float:left;
}
.supportform .field02 {
	margin:4px 0 4px 0;
	padding:0;
	width:790px;
	float:left;
}
.supportform .field03 {
	margin:4px 0 4px 0;
	padding:0;
	width:250px;
	float:left;
}
.supportform .field04 {
	margin:4px 0 4px 100px;
	padding:0;
	width:500px;
	float:left;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	color:#3b3b3b;
}
.supportform input[type="text"] {
	margin:0;
	padding:0 2% !important;
	width:95.6% !important;
}
.supportform textarea {
	margin:0;
	padding:0 1% !important;
	width:97.6% !important;
}
.supportform input[type="submit"] {
	background:#e46f07;
	border:1px #000 solid;
	color:#fff;
	font-weight:bold;
}
.supportform input[type="reset"] {
	background:#e46f07;
	border:1px #000 solid;
	color:#fff;
	font-weight:bold;
}
.info_box {
	background:#f5f5f5;
	padding:2%;
	width:54%;
	float:right;
	margin:10px 0;
	border-radius:6px;
	min-height:672px;
}
.form_box {
	background:#f5f5f5;
	padding:2%;
	width:36%;
	float:left;
	margin:10px 0;
	border-radius:6px;
}
#content_section section #content .wrapper nav {
	margin:10px 0;
}
#content_section section #content .wrapper nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#content_section section #content .wrapper nav ul li {
	margin:0;
	padding:0;
	float:left;
	width:32%;
	font-family: 'candararegular';
	font-size:24px;
	font-weight:normal;
	line-height:40px;
	color:#555555;
	text-align:center;
	position:relative;
}
#content_section section #content .wrapper nav ul li a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	background-color:#65c8ff;
	border-radius:4px;
}
#content_section section #content .wrapper nav ul li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#0072BC;
}
#content_section section #content .wrapper nav ul li.mar {
	margin:0 2%;
}
#content_section section #content .wrapper nav ul li a.active {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#0072BC;
}
#content_section section #content .wrapper nav ul li:hover a {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#0072BC;
}
#content_section section #content .wrapper nav ul ul {
	background:#0072BC;
	padding:10px 12px 10px 12px;
	position:absolute;
	top:36px;
	left:0;
	display:none;
	border-radius:0 0 4px 4px;
}
#content_section section #content .wrapper nav ul ul li {
	float:none;
	margin:1px 0;
	padding:0;
	font-family: 'candararegular';
	font-size:18px;
	font-weight:normal;
	line-height:24px;
	color:#FFFFFF;
	width:auto !important;
	text-align:center !important;
}
#content_section section #content .wrapper nav ul li:hover > ul {
	display: inline;
	z-index:100;
}
#content_section section #content .wrapper nav ul ul li a {
	color:#FFFFFF !important;
	text-decoration:none;
	padding:5px 17px !important;
	background:none !important;
	white-space:nowrap;
	display:block;
}
#content_section section #content .wrapper nav ul ul li a:hover, #content_section section #content .wrapper nav ul ul li a.select {
	color:#FFFFFF !important;
	background-color:#65c8ff !important;
}
.divider02 {
	background:url(../images/divider2.png) no-repeat top;
}
.divider03 {
	background:url(../images/divider3.png) no-repeat top;
}/* 	-----------------------------------------------------	------------------- Footer Styles -------------------	----------------------------------------------------- */

.telephony_top{background:#fff; -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.75);
padding:10px; margin-top:10px;}
.telephony_top h3{color:#ff7800; border-bottom:1px #999 solid; padding-bottom:10px;}
.content_box01 p{color:#000;}
.content_box02 p{color:#000;}
.content_box03 p{color:#000;}

.responsive-tabs h3{color:#ff7800; margin:10px;}
.responsive-tabs p{ margin:15px;}

.responsive-tabs h4{color:#e46f07; margin:15px;}
.internet_bottom{background:#fff; -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.75);
padding:10px; margin:10px 0px; font-family: 'candararegular';}

.wrapper_head h2{color:#ff7800;  background:#fff;
-webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.75);
padding:15px;
}
.wrapper_service h2{color:#e46f07;}
.wrapper_service h4{color:#e46f07; margin:15px; font-family: 'candararegular';}
.wrapper_service p{ margin:15px; font-family: 'candararegular';}
.wrapper_service ul li{ margin:15px; font-family: Arial, Helvetica, sans-serif;}

.policy_menu ul{margin:30px 0px;}
.policy_menu ul li{display:inline; margin-left:130px;}
.policy_menu ul li a{background:#f67502; color:#fff; padding:20px 20px;}

.policy_button h4{float:left;}


.policy_button .dwbtn {
	width:144px;
	height:34px;
	margin:4px 0;
	background:url(../images/btn-06.png) no-repeat center;
	font-family: 'candararegular';
	font-size:14px;
	font-weight:normal;
	line-height:34px;
	color:#000000;
	text-transform:uppercase;
	cursor:pointer;
	text-align:left;
	float:left;
}
.policy_button .dwbtn a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	line-height: 9px;
	font-size: 8px;
	font-weight: normal;
	font-family: sans-serif;
	padding-top: 7px;
}


.downloadbtn {
	margin:10px 0px;
	padding:0;
	width:400px;
	height:34px;
	float:left;
	background: url(../images/btnnew.png) no-repeat right;
	border:none;
	font-family: 'candararegular';
	font-size:16px;
	font-weight:normal;
	line-height:34px;
	color:#000000;
	text-transform:uppercase;
	cursor:pointer;
	text-align:left;
}
.downloadbtn a {
	color:#000;
	text-decoration:none;
	display:block;
	padding:0 15px;
}
.downloadbtn a:hover {
	color:#ff7800;
}
