/*Global Verge - Buzzrik*/
body {
	background: #056ABC url(../../images/buzzirk/body-background.jpg) repeat-y;
	font-family: arial; 
	font-size: 12px; 
	text-align: center;
	margin: 0px;
}

h1 { 
	font-weight: bold;
	font-family: Arial; 
	color: #056ABC;
	font-size: 15px;
	padding: 0;
	margin: 0;
	text-align: left;
}

h2 { 
	font-weight: bold;
	font-family: Arial; 
	color: #056ABC;
	font-size: 20px;
	text-align: right;
	margin: 0;
}

h3 { 
	font-weight: bold;
	font-family: Arial; 
	font-style: italic;
	color: #606163;
	font-size: 11px;
	padding: 0;
}

h4, p, ul { 
	margin: 0; 
	padding: 0; 
	color: 333333;
}

h4 { 
	font-size: 1.1em; 
}

p { 
	color: #333333; 
	margin-bottom: 10px; 
	text-align: justify; 
	font-weight: normal;
	font-size: 12px; 
}
a {
	color: #606163;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #056ABC;
}

.pkgLabel {
	color: #4e6f89;
	margin-bottom: 9px;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
}
.contentsText {
	color: #333333;
	margin-bottom: 10px;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
}

ul { 
	color: #333333; 
	list-style: none;
	font-family: Arial;
	font-size: 12px;
}

a:hover { 
	cursor: pointer; 
}
	
img.clickable {
	cursor: pointer;
}

.clear {
	clear: both;
}
				
#container { 
	margin-top: 10px; 
	width: 950px; 
}
html>body #container {
	margin: 20px auto 0px auto; 
}
#header { 
	background: url('../../images/buzzirk/header.jpg') no-repeat top right;
	height: 182px;
	text-align: left;
	margin-top: -5px;
	width: 950px; 
}

#header .distname {
	font-size: 20px;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	margin-right: 25px;
	padding-top: 60px;
}

#header .distrank {
	font-size: 13px;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	margin-right: 25px;
}


#content { 
	background: #FFFFFF; 
	color: #000000; 
	clear: both; 
	margin: 0; 
	padding: 0; 
	text-align: justify; 
	width: 950px;
}

#footer { 
	clear: both;
    	margin-top: 3px;
	text-transform: uppercase; 
	width: 100%; 
	color: #056ABC; 
	font-size: 10px;  
	padding-right: 10px; 
}

.left { 
	float: left;
	text-align: left;
    margin: 3px 0 0 0px;  
}

.center { 
	text-align: center; 
}

.right { 
	float: right;
	text-align: right; 
    margin: 3px 0 0 -3px; 
}
#wthvideo {
	width:230px;
	height:293px;
	right:0px;
	bottom:0px;
	z-index:999;
}
html>body div.wthvideo {
	position: absolute;
}
.enrollBtn
{
	background: url("../../images/buzzirk/btn80x22.gif") no-repeat;
	height:	22px;
	width: 80px;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	border: none;
	z-index: 3;
	margin-top: 62px;
	}

/*******************************************************************
 Top Navigation - Hardcoded in xls 
*******************************************************************/
#top-navigation {
	margin-top: -5px;
	top: -5px;
	padding: 0px;
}
html>body #top-navigation {
	float: right;
	position: relative;
	top: -17px;
	margin-top: 20px;
}
ul#top-main-menu {
	position: relative;
	margin: 0;
	padding: 0;
}

li.top-menu-item  {
	float: left;
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

a.top-menu-link {
	color: #000000; 
    	font-size: 12px;
	display: inline;
	padding: 0px 5px 0px 10px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px dotted #000000;
	height: 12px;
}

html>body a.top-menu-link {
	display: block;
	height: 12px;
}
li.current a.top-menu-link  {
    color: #00264c;
}
a.top-menu-link:hover {
	color: #606163;
	text-decoration: underline;
}
/*******************************************************************
 xml Generated Menu 
*******************************************************************/

#navigation {
	padding: 0px;
	width: 180px;
	margin-left: 20px;
	float: left;
}
html>body #navigation {
	
}
ul#main-menu {
	margin: 0;
	padding: 0;
}

li.menu-item  {
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

a.menu-link {
	color: #056ABC; 
    	font-size: 14px;
	display: inline;
	padding: 3px 0px 1px 10px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

html>body a.menu-link {
	display: block;
	height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
li.current a.menu-link  {
    color: #00264c;
}
a.menu-link:hover {
	color: #606163;
	text-decoration: underline;
}

ul.sub-menu {
	margin-top: -5px;
	top: -5px;
	padding: 0px;
}

ul.sub-menu {
	float: left;
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

ul.sub-menu li:hover {
	background: #5473aa;
}

ul.sub-menu a {
	color: #000000; 
    	font-size: 12px;
	display: inline;
	padding: 0px 5px 0px 10px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px dotted #000000;
	height: 12px;
}

html>body ul.sub-menu  {
	height: 19px;
}

ul.sub-menu li:hover a {
	color: #606163;
	text-decoration: underline;
}

li:hover ul.sub-menu {
	display: block;
}
*/
/*******************************************************************
 User/Client Content 
 * PageTypes must always be lower-case
*******************************************************************/
#text1 {
	font-family: Arial;
	color: #454545;
	width: 285px;
}
#text1 li {
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 10px;
	text-align: left;
	list-style-type: disc;
}
#text2 {
	padding: 0px;
	width: 505px;
}
#image1 {
	padding: 0px;
	float: right;
}
/* basic_tti: Home page */

body.basic_tti #text1 {
	float: left;
	width: 270px;
	background: #E8E8E8;
	padding: 10px 10px 20px 10px;
}
body.basic_tti #text1 h2 { 
	float: right;
	margin-top: -25px;
}
html>body body.basic_tti #text1 h2 {
	margin-top: -25px;
}
body.basic_tti #image1 {
	float: right;
}

body.basic_tti #image1 img {
	height: 423px;
	width: 450px;
	margin: 0px;
	padding: 0px;
}
html>body body.basic_tti #image1 img {
	margin-bottom: -2px;
}

body.basic_tti #text2 {
	height: 100%;
	float: left;
	width: 950px;
	padding: 20px;
}
body.basic_tti #text2 h3 {
	font-weight: normal;
	text-align: right;
	width: 910px;
}

body.basic_tti #image2 {
	display: none;
}

body.basic_tti #image3 {
	display: none;
}

/* basic_tii: plans page */
body.basic_tii #text1 {
	float: left;
	width: 430px;
	margin-right: 10px;
}
body.basic_tii #text1 ul{
	margin: 0px 0px 2px 0px;
}
body.basic_tii #text1 li{
	margin: 0px 0px 2px 30px;
	padding: 0px;
}
body.basic_tii #text1 h2{
	text-align: left;
	font-size: 13px;
	padding: 39px 0 5px 0;
}

body.basic_tii #image1 {
	float: right;
	margin-right: 20px;
}

body.basic_tii #image2 {
	display: none;
}

body.basic_tii #image1 img {
	height: 270px;
	width: 270px;
	float: right;
	border: 1px solid #056ABC; 
	margin: 0 0 20px 0;
}
body.basic_tii #text1 table {
	border: 0;
	padding: 0;
}
body.basic_tii #text1 th {
	background-color: #B2B2B2; 
	padding: 2px 2px 2px 5px;
}
body.basic_tii #text1 tr {
	background-color: #E7E7E7; 
	border: 1px solid #FFFFFF;
}
body.basic_tii #text1 td {
	background-color: #E7E7E7; 
	font-size: 11px;
	padding: 2px 5px 2px 5px;
}
body.basic_tii #text1 h6 {
	background-image:url(../../images/buzzirk/btn105x22.gif);
    	border:none;
    	text-align: center;
    	font-size: 12px;
    	color: #000000;
    	width: 105px;
    	height: 17px;
    	cursor: pointer;
    	padding: 3px 0px 2px 0;
	float: left;
	font-weight: bold;
}

/* gv_products: phone page */
body.gv_products #text1 {
	float: right;
	width: 485px;
	padding: 10px 10px 20px 10px;
	margin-right: 20px;
}
body.gv_products #text1 h2 { 
	text-align: left;
	font-size: 13px;
}
body.gv_products #image1 { /* tytn-ii*/
	float: left;
}
body.gv_products #image1 img { 
	float: left;
	height: 1762px;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

body.gv_products #text2 {
	float: right;
	width: 485px;
	padding: 30px 10px 20px 10px;
	margin-right: 20px;
}
body.gv_products #text2 h2 { 
	text-align: left;
	font-size: 13px;
}
body.gv_products #image2 { /* pharos_traveler_117*/
	float: left;
}

body.gv_products #image2 img {
	float: left;
	height: 293px;
	width: 150px;
	margin: 20px 20px 20px 250px;
	padding: 0px;
}

body.gv_products #text3 {
	float: right;
	width: 485px;
	padding: 70px 10px 20px 10px;
	margin-right: 20px;
}
body.gv_products #text3 h2 { 
	text-align: left;
	font-size: 13px;
}
body.gv_products #image3 { /* pharos_traveler_123*/
	float: left;
}
body.gv_products #image3 img {
	float: left;
	height: 272px;
	width: 150px;
	margin: 20px 20px 20px 250px;
	padding: 0px;
}

body.gv_products #text4 {
	float: right;
	width: 485px;
	padding: 60px 10px 20px 10px;
	margin-right: 20px;
}
body.gv_products #text4 h2 { 
	text-align: left;
	font-size: 13px;
}
body.gv_products #image4 {
	float: left;
}
body.gv_products #image4 img { /* htc-phones_touch3g*/
	float: left;
	height: 274px;
	width: 150px;
	margin: 20px 20px 20px 250px;
	padding: 0px;
}

body.gv_products #text5 {
	float: right;
	width: 485px;
	padding: 84px 10px 20px 10px;
	margin-right: 20px;
}
body.gv_products #text5 h2 { 
	text-align: left;
	font-size: 13px;
}
body.gv_products #image5  { 
	float: left;
}
body.gv_products #image5 img { /* htc-phones_diamond*/
	float: left;
	height: 309px;
	width: 150px;
	margin: 20px 20px 20px 250px;
	padding: 0px;
}

body.gv_products #text6 {
	float: right;
	width: 485px;
	padding: 93px 10px 20px 10px;
	margin-right: 20px;
}
body.gv_products #text6 h2 { 
	text-align: left;
	font-size: 13px;
}
body.gv_products #image6 { /* Traveler 137*/
	float: left;
}
body.gv_products #image6 img {
	float: left;
	height: 278px;
	width: 150px;
	margin: 20px 20px 20px 250px;
	padding: 0px;
}

/* basic_tt: Company page */
body.basic_tt #text1 {
	float: right;
	width: 455px;
	padding: 10px 10px 20px 10px;
	margin-right: 20px;
	line-height: 17px;
}
body.basic_tt #text1 h2 { 
	text-align: left;
	font-size: 13px;
}

body.basic_tt #text2  { 
	float: left;
	height: 293px;
	width: 230px;
	margin: 0px;
	padding: 0px;
}

/* basic_ti: Reseller page */
body.basic_ti #text1 {
	float: left;
	width: 275px;
	padding: 10px 10px 20px 10px;
	line-height: 17px;
}
body.basic_ti #image1 {
	width: 430px;
	height: 430px;
	margin-right: 20px;
	padding-bottom: 20px;
}
/* Learn More form styles */

.labelText {
	color: #333333;
	font-weight: bold;
	font-size: 10px;
	padding: 5px 0 0 0;
}
.inputForm {
	float: left;
	padding: 0px 0px 20px 20px;
	margin-right:20px;
	width: 415px;
}
input, select, text {
	border:1px solid #a7a9ac;
	font-family: arial;
	font-size: 11px;
}
.ButtonStyle
{
    background-image:url(../../images/buzzirk/btn80x22.gif);
    border:none;
    text-align: center;
    font-size: 12px;
    color: #000000;
    width: 80px;
    height: 22px;
    cursor: pointer;
    float: right;
    padding-bottom: 2px;
    margin-right: 30px;
}

.preferredCustomerButton {
	padding: 20px;
}
