body {
	margin: 0px;
	background: url(images/img01.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	padding-bottom: 0px;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #B20000;
	font-variant: normal;
	padding-top: 20px;
	padding-bottom: -20px;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
	margin-top: -10px;
}
h6 {
}



p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	text-align: center;
}

ul, ol {
	text-align: left;
}

a {
	text-decoration: none;
	color: #ee0000;
}

a:hover {
	background: none;
	text-align: left;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}

#wrapper .btm {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #333;
}

/* Header */

#header {
	width: 900px;
	height: 105px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y left top;
}

/* Logo */

#logo {
	float: left;
	width: 300px;
	color: #000000;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	margin-right: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.8em;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#logo h1 a {
	color: #ee0000;
}

#logo p {
	float: left;
	margin: 44px 0 0 0;
	padding: 3px 10px 3px 0px;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 900px;
	height: 44px;
	background: url(images/img03.jpg) no-repeat left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 3px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: #ee0000;
	text-decoration: none;
}

#menu .first {
	margin-right: 3px;
	background: #ee0000;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	background-color: #FFF;
}

/* Content */

#content {
	float: right;
	width: 605px;
	padding: 20px 20px 0 0;
}
#wrapper .btm #page #content .post .entry .contacts {
	line-height: normal;
}
#wrapper .btm #page #content .post .entry input {
	margin-left: 5px;
}
#wrapper .btm #page #content .post .entry textarea {
	margin-left: 5px;
}


.post {
	margin-left: 20px;
	padding-bottom: 30px;
}

.post .title {
	padding-left: 10px;
	color: #000000;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EE0000;
}

.post .title a {
	background: none;
	color: #444444;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	background: #E0E0E0;
	padding: 3px 10px 3px 10px;
	text-align: left;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #EE0000;
	border-left-color: #EE0000;
}

.post .meta .comments,.post .meta .permalink {
}

.post .entry {
	padding: 10px 20px 20px 20px;
	text-align: center;
}

.post .entry2 {

	text-align: center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
	font-weight: bold;
}

#sidebar li li {
	line-height: normal;
	border-bottom: 1px dashed #BCBCBC;
	margin-top: 10px;
}

#sidebar li li span {
	display: block;
	margin-top: 0px;
	font-size: 11px;
	font-style: italic;
	color: #666;
	line-height: normal;
	padding: 0;
	margin-bottom: 0px;
	font-weight: normal;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #333;
	margin-top: -10px;
	font-weight: bold;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #000000;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 900px;
	height: 40px;
	background: #444444;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper .btm #page #content .post .entry #RatePlanTable {
	margin-left: 15px;
	border: thin solid #333333;
}
td#plan {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
#wrapper .btm #page #content .post .entry #PhonesTable td {
	vertical-align: baseline;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 20px;
	padding-top: 20px;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 40px;
	margin-top: -10px;
	color: #B20000;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }#wrapper .btm #page #content .post .entry #Data {
	text-align: left;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
.netbook p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
	text-indent: 5px;
}

#wrapper .btm #page #content .post .entry #sitemap {
	text-align: left;
}
#wrapper .btm #page #content .post #aboutus {
	text-align: center;
}
#wrapper .btm #page #content .post #aboutus #employees {
	text-align: justify;
}
#wrapper .btm #page #content .post #aboutus #employees tr td p strong {
	text-align: center;
}
#wrapper .btm #page #content .post #aboutus #employees tr td p {
	text-align: center;
}
#wrapper .btm #page #content .post .entry table tr td div .contacts {
	text-align: center;
}
#wrapper .btm #page #content .post .entry p {
	text-align: left;
}
#wrapper .btm #page #content .post .entry h3 {
	text-align: left;
}
#refer {
	text-align: center;
}
#netb {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #B20000;
	padding-top: 15px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #B20000;
	padding-bottom: 15px;
}
.netboo a {
	text-align: center;
}
#wrapper .btm #page #content .post #netboo {
	text-align: center;
	font-weight: bolder;
	font-size: 13px;
}
#netbo {
	text-align: center;
	padding: 5px;
	color: #B20000;
	font-weight: bolder;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper .btm #page #content .post .entry #netbo img {
	text-align: center;
}
#wrapper .btm #page #content .post #aboutus #employees td {
	vertical-align: top;
}
#wrapper .btm #page #sidebar ul li ul #Language {
	padding: 5px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper .btm #page #sidebar ul li ul #LanguageDiv {
	text-align: center;
}
#wrapper .btm #page #content .post #contest {
	text-align: justify;
}
#specialsbanner {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-weight: bold;
	background-color: #E0E0E0;
	text-align: center;
}
#PhonesTBL {
	font-size: 13px;
	font-weight: bold;
}
.notes {
	color: #F00;
}
.tabContainer {
	width:300px;
	float:left;
	clear:none;
	border:none;
	display:block;
	margin-bottom:10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15;
	margin-left: 15px;
	margin-top: 20px;
}
#phonedetail {
	margin-top: 8px;
	text-align: justify;
}
#phoneflash {
	width: 275px;
}
