/* General Typography
 ---------------------------------------------------------------------*/
html, body
{
	font-size: 12px;
	line-height: 16px;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}




h1
{
	font-weight: bold;
	color: #000000;
	font-size: 2em;
	line-height: 1em;
	margin-right: 0;
	margin-left: 20px;
}

h2
{
	color: #1371aa;
	font-weight: bold;
	font-size: 1.6666em;
	line-height: 1em;
	margin: 1.25em 0 .75em 0;
}

h3
{
	color: #1371aa;
	font-size: 1.41667em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .75em 0;
}

h4
{
	color: #000;
	font-size: 1.1667em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .5em 0;
}

h5
{
	color: #000;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .5em 0;
}

h6
{
	color: #000;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .5em 0;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
	line-height: 1.75em;
}
td, td a, th, th a, span
{
	line-height: 1.3333em;
}

blockquote
{
	margin: .416em 0 .416em 1.1667em;
}

a
{
	color: #000000;
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
}

a:hover
{
}


/* Page Specific
 ---------------------------------------------------------------------*/

#container 
{

margin:0 auto 10px;
text-align:left;
	height: auto;
	width: 950px;
}




#header {
	height: auto;
	width: 950px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#boxcontainer {
	height: 500px;
	width: 950px;
	margin-top: 10px;
}
#rightcolumn {
	float: right;
	height: 600px;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	border-top: 1px none #0099FF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #0099FF;
	border-left: 1px solid #CCCCCC;
}

#scroller-header a:hover {
	text-decoration:none; 
	color:#666666}

a.selected {
	color:#333333!important;
	font-weight: bold;
}

#scroller-header {
	background:#FFFFFF no-repeat;
	width:440px;
	height:23px;
	margin-bottom: 15px;
	margin-top: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 7px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
}

#scroller-body {
}

#panel {
	width: 300px;
}

#panel div {
	width: 300px;
}

/* Extra styling for each panel*/

#panel ul {
	list-style:none;
}

	#panel ul li {
	border-bottom:1px dotted #ccc;
	padding-bottom: 10px;
	line-height: 1.4em;
	}

	#panel ul li.last {
		border-bottom:none !important;
	}

div#loader {
	width: 450px;
	height: 320px;
	border: none;
	overflow: hidden;
}
div#loader.loading {    /* loading anim gif */
background: url(images/loading.gif) no-repeat center center;
}
#headerdate {
	height: 30px;
	width: 600px;
	margin-top: 90px;
	float: right;
	text-align: right;
	margin-right: 20px;
}
#leftcolumn {
	float: left;
	height: 350px;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	background-color: #CC9999;
}
.hidden
{
display: none;
}

#prevNext
{
	margin-bottom: -25em;
	float: right;
	margin-right: 3em;
}

#prevNext img
{
position: relative;
z-index: 2;
cursor: pointer;
}
p {
	margin: 0;
	padding: 0 1em;
	font-size: 1.2em;
	position: relative;
	top: -50px;
	line-height: 30px;
	height: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	background-image: url(../images/shadebar.jpg);
	background-repeat: no-repeat;
	width: 918px;
	border: 1px solid #CCCCCC;
}
.comments {
	background-color: #0099FF;
	padding: 2px;
}

#mydiv {
	position:absolute;
	left: 50%;
	width:79em;
	margin-left: -39.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 20px;
}
#navbar {
	sheight: 30px;
	width: 78.8em;
	text-align: right;
	color: #333333;
	height: 25px;
	padding-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#boxcontainer {
	height: 218px;
	width: 78.8em;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#left {
	height: 150px;
	width: 270px;
	float: left;
	padding: 15px;
	color: #000000;
	background-image: url(../images/midimage.jpg);
	margin-left: 24px;
	margin-top: 18px;
}
#mid {
	height: 150px;
	width: 270px;
	float: left;
	margin-left: 24px;
	padding: 15px;
	color: #000000;
	background-image: url(../images/rightimage.jpg);
	background-repeat: no-repeat;
	margin-top: 18px;
}
#footer {
	sheight: 30px;
	width: 950px;
	text-align: right;
	color: #333333;
	height: 25px;
	padding-top: 15px;
	float: left;
}
#message2 {

	sheight: 30px;
	width: 930px;
	text-align: right;
	margin-right: 20px;
	color: #333333;
	height: 25px;
	padding-top: 5px;
}
#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:10px;
	width:180px;
	
}

#tooltip .tipHeader {
	height:8px;
	background:url(images/tipHeader.gif) no-repeat;
}


#tooltip .tipBody {
	background-color:#000;
	padding:5px 5px 5px 15px;
}

#tooltip .tipFooter {
	height:8px;
	background:url(images/tipFooter.gif) no-repeat;
}
#a {
	height: 150px;
	width: 177px;
	float: left;
	padding: 15px;
	color: #000000;
	background-image: url(../images/a.jpg);
	margin-left: 24px;
	background-repeat: no-repeat;
	line-height: 1.4em;
	margin-top: 18px;
}
#b {
	height: 150px;
	width: 177px;
	float: left;
	padding: 15px;
	color: #000000;
	background-image: url(../images/b.jpg);
	margin-left: 24px;
	line-height: 1.4em;
	margin-top: 18px;
}
#c {
	height: 150px;
	width: 177px;
	float: left;
	padding: 15px;
	color: #000000;
	background-image: url(../images/c.jpg);
	margin-left: 24px;
	line-height: 1.4em;
	margin-top: 18px;
}
#d {
	height: 150px;
	width: 177px;
	float: left;
	padding: 15px;
	color: #000000;
	background-image: url(../images/d.jpg);
	margin-left: 24px;
	line-height: 1.4em;
	margin-top: 18px;
}
#phonecontainer {
	height: 335px;
	width: 79em;
	background-color: #FFFFFF;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#speccolumn {
	height: 347px;
	width: 495px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/specbox.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #CCCCCC;
	border-right: 0px none;
	border-left: 1px solid #CCCCCC;
}
#imagecolumn {
	float: left;
	height: 347px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#a a {
	color: #000000;
}

#b a {

	color: #000000;
}
#c a {

	color: #000000;
}
#d a {

	color: #000000;
}
#a a:hover {
	color: #000000;
	line-height: 1.4em;
	text-decoration: underline;
}
#b a:hover {
	color: #000000;
	line-height: 1.4em;
	text-decoration: underline;
}
#c a:hover {
	color: #000000;
	line-height: 1.4em;
	text-decoration: underline;
}
#d a:hover {
	color: #000000;
	line-height: 1.4em;
	text-decoration: underline;
}
#navbar a:hover {
	sheight: 30px;
	text-align: right;
	color: #333333;
	text-decoration: underline;
}
Style2 {
	color: #000;
	font-weight: bold;
	margin-right: 0;
	margin-left: 0;
}
.yellowselected {
	color: #0084ff;
	margin-right: 0;
	margin-left: 0;
	line-height: 1.4em;
	font-weight: bold;
	text-decoration: underline;
}
.blackselected {
	color: #0084ff;
	margin-right: 0;
	margin-left: 0;
	line-height: 1.4em;
	text-decoration: underline;
	font-weight: bold;
}
#navbar a {

	sheight: 30px;
	color: #333333;
}
#tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 21px;
	background-color: #86B006;
	width: 440px;
	padding-top: 5px;
	color: #FFFFFF;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#mask {
	overflow: hidden;
	width: 470px;
}
#tag1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
	background-color: #CC9900;
	width: 438px;
	padding-top: 4px;
	color: #000000;
	padding-left: 10px;
	border: 1px solid #000000;
}
#tag2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
	background-color: #FFCC33;
	width: 438px;
	padding-top: 4px;
	color: #000000;
	padding-left: 10px;
	border: 1px solid #000000;
}
#tag3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
	background-color: #FFCC33;
	width: 438px;
	padding-top: 4px;
	color: #000000;
	padding-left: 10px;
	border: 1px solid #000000;
}
.strongblue {
	font-weight: bold;
	color: #0084FF;
	font-size: 12px;
}
#panel-4 {
	height: 260px;
}
#panel-2 {
	overflow: auto;
	visibility: visible;
	height: 240px;
	padding-left: 20px;
	padding-right: 20px;
	color: #333333;
}
#panel-1 {
	overflow: auto;
	visibility: visible;
	height: 240px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
}
#panel-4 {

	overflow: auto;
	visibility: visible;
	height: 260px;
	padding-left: 20px;
}
#scroller-header a {
	text-decoration:none; 
	color:#CCCCCC}
#panel-3 {
	overflow: auto;
	visibility: visible;
	height: 240px;
	padding-left: 20px;
	padding-right: 20px;
	color: #333333;
}
#right {
	height: 150px;
	width: 220px;
	float: left;
	margin-left: 24px;
	padding: 15px;
	color: #000000;
	background-image: url(../images/rightimage2.jpg);
	background-repeat: no-repeat;
	margin-top: 18px;
}
#phonecontainer2 {
	height: 348px;
	width: 78.8em;
	border: 1px solid #CCCCCC;
	background-image: url(../images/sabremobile_businessman5.jpg);
	background-repeat: no-repeat;
	color: #000000;
}
.stronggrey {

	font-weight: bold;
	color: #0084FF;
	font-size: 12px;
}
#pcscroller {
	height: 305px;
	width: 575px;
	overflow: auto;
	visibility: visible;
	margin-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	float: right;
	margin-right: 20px;
}
#phonecontainer3 {
	height: 348px;
	width: 78.8em;
	border: 1px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(../images/form_background.jpg);
}
#orderform {
	height: 300px;
	width: 880px;
	background-repeat: no-repeat;
	float: left;
	text-align: right;
	margin-top: 20px;
}
.strongblack {

	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
#messagebox {

	height: 155px;
	width: 730px;
	overflow: auto;
	visibility: visible;
	margin-top: 110px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	float: right;
	margin-right: 20px;
}
#phonecontainer4 {

	height: 348px;
	width: 78.8em;
	border: 1px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(../images/form_background_error.jpg);
}
.style1 {
	color: #000000;
	font-weight: bold;
}
#handsetstext {
	height: 300px;
	width: 650px;
	background-repeat: no-repeat;
	float: left;
	text-align: left;
	margin-left: 20px;
	color: #000000;
}
#phonecontainer5 {

	height: 348px;
	width: 78.8em;
	border: 1px solid #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(../images/handsets_background.jpg);
}
#scroller-header2 {
	background:#FFFFFF no-repeat;
	width:545px;
	height:24px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 6px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
}
#scroller-header2 a {

	text-decoration:none; 
	color:#333333
}
.style2 {color: #339900}
#phonecontainer6 {

	height: 348px;
	width: 78.8em;
	border: 1px solid #CCCCCC;
	background-image: url(../images/sabremobile_businessman4.jpg);
	background-repeat: no-repeat;
	color: #000000;
}
#billinglink {
	float: right;
	height: 100px;
	width: 200px;
	padding-top: 80px;
	padding-right: 10px;
}
#scroller-header3 {
	background:#333333 no-repeat;
	width:545px;
	height:23px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 7px;
	padding-left: 10px;
	margin-top: 5px;
}
#scroller-header3 a {


	text-decoration:none; 
	color:#FFFFFF
}
#comments {

	height: 305px;
	width: 575px;
	margin-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	float: right;
	margin-right: 20px;
}
#phonecontainer7 {

	height: 348px;
	width: 78.8em;
	border: 1px solid #CCCCCC;
	background-image: url(../images/sabremobile_businessman3.jpg);
	background-repeat: no-repeat;
	color: #000000;
}
#printext {
	font-family: Arial, Helvetica, sans-serif;
}
#div_print {

	font-family: Arial, Helvetica, sans-serif;
}
