body {
	background-color: #1e1e1e;
	margin: 0px;
	line-height: 17px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #dedede;
}

a {
	text-decoration: underline;
}

h1 {
	color: #009193;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	text-align: center;
	margin-top: 10px;
	line-height: 28px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;

	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	background-color: #fff;
}

#header_container {
	width: 800px;
	/*950*/
	margin: 0 auto;
	background-color: #fff;
	height: 130px;

	padding-top: 10px;
}

#header {
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;

}

#header_options {
	float: left;
	width: 371px;
	/*581*/
	position: relative;
}

#logo {
	float: left;
	width: 369px;
	height: 125px;
}

#container {
	/*950*/
	margin-right: auto;
	margin-left: auto;
	
}

#content {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

#partners {
	position: absolute;
	background-image: url(../images/partnerships.jpg);
	height: 76px;
	width: 154px;
	top: 40px;
	left: 5px;
}

#customers {
	position: absolute;
	right: 0px;
	top: 67px;
	width: 130px;
	text-align: center;
	border: 1px solid #767676;
	color: #618c90;
	font-size: 12px;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
}

#customers a {
	color: #000000;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
}

.customers_existing {
	font-weight: bold;
	margin-bottom: 5px;
}

#mcafee {
	position: absolute;
	right: 0px;
	top: 62px;
	width: 94px;
	height: 53px;
}


.bumble ul li {
	background-image: url(../images/bullet_bee.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 6px;
	height: 26px;
}

.bumble ul {
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	background-color: #000;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
	padding: 15px;
	font-size: 14px;
	clear: both;
	background-position: bottom;
}

#footer a {
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFF00;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

/* SIDEBAR */

#sidebar {
	width: 190px;
	float: left;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-left: 15px;
}

#sidebar .quick_links {
	margin-bottom: 10px;
	padding-top: 3px;
	text-align: center;
	font-size: 14px;
	color: #628d91;
	font-weight: bold;
}

#sidebar #sidebar_p1 {
	background-image: url(../images/products/sb_prod1.png);
	width: 168px;
	margin-left: 1px;
	height: 93px;
	margin-bottom: 9px;
}

#sidebar #sidebar_p2 {
	background-image: url(../images/products/sb_prod2.png);
	width: 168px;
	margin-left: 1px;
	height: 93px;
	margin-bottom: 7px;
}

#sidebar #sidebar_p3 {
	background-image: url(../images/products/sb_prod3.png);
	width: 168px;
	margin-left: 1px;
	margin-bottom: 1px;
	height: 93px;
}

#sidebar .sidebar_option {
	color: #a8ac4b;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
}

#sidebar .sidebar_option_name {
	margin-bottom: 13px;
}

#sidebar .sidebar_details a {
	color: #69959b;
	font-size: 12px;
	font-weight: bold;
}

#sidebar .sidebar_box {
	background-image: url(../images/sidebar_box_bg.jpg);
	margin-bottom: 15px;
}

#sidebar .sidebar_box_top {
	height: 10px;
	background-image: url(../images/sidebar_box_top.jpg);
}

#sidebar .sidebar_box_content {
	background-image: url(../images/sidebar_box_content.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar .sidebar_box_bottom {
	height: 10px;
	background-image: url(../images/sidebar_box_bottom.jpg);
}

/* NAVIGATION */

#nav {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
}

#nav a {
	text-decoration: none;
}

#nav ul {
	width: 770px;
	height: 36px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}

#nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: left;
	height: 36px;
}

#nav .phone_us {
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	color: #ffffff;
}

#nav .nav_border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#nav li a {
	color: #fff;
	font-size: 16px;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#nav li a.selected {
	color: #FFFF00;
}
#nav li a:hover {
	color: #FFFF00;
}


/* Michael's header tweaks */

#myaccount a:link  {color:#FFffff;} 
#myaccount a:visited  {color:#FFffff;} 

#myaccountcontainer
{
margin: 0 auto;
width:800px;
background-color:#DEDEDE;
}

#myaccount
{

width:210px;
margin-left:570px;
background-color:#009391;
padding:2px;
border-left:1px solid #CDCDCD;
border-right:1px solid #CDCDCD;
border-top:1px solid #CDCDCD;
}

#headernew
{
background-color:#ffffff;
height:115px;
clear:both;
}

.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

#mcafeenew
{
float:left;
}

#latimes
{
float:right;
}

#logonew
{
float:left;
width:35%;

}

#Strapline
{
float:left;

}

#phonenumber
{
float:right;
}

#internalwrap
{
width:100%;
clear:both;
height:20px;
}

/* Michael's header tweaks -- end */

/* Michael's home page tweaks -- start */

 #indexcontent 
{

margin: 0 auto;
width:770px;
}




 #headlinesection
 {
 width:100%;
 }
 


#leftsection
{
width:56%;
float:left;
padding-right:2%;

}

#leftsectiontop p { margin-top: 0.5em; } 

#leftsectiontop
{
}

#leftsectionbottomright
{
width:77%;
float:right;
padding-top:4%;
padding-bottom:1%;
}

#leftsectionbottomright  li {margin-top: 0.5em;}


#leftsectionbottomleft
{
width:20%;
float:left;
padding-top:2%;

}

#rightsection
{
width:40%;
float:right;
}

#rightsectiontop:hover {
background-color:#01a7ab;
} 

#rightsectiontop
{
background-color:#009193;
border-bottom:1px solid #CDCDCD;
border-top:1px solid #CDCDCD;
border-right:1px solid #CDCDCD;
border-left:1px solid #CDCDCD;
color:#ffffff;
padding-top:2%;
padding-left:2%;
padding-right:2%;
padding-bottom:4%;
margin-bottom:4%;
margin-top:5%;
}

#rightsectionbottom
{
background-color:#f2f3e4;
border-bottom:1px solid #CDCDCD;
border-top:1px solid #CDCDCD;
border-right:1px solid #CDCDCD;
border-left:1px solid #CDCDCD;
color:#009193;
padding:2%;
}

#signupboxindex
{
background: url("/images/homesignupbackground.jpg") no-repeat;
width:96%;
clear:both;
height:140px;
padding:2%;
font-size:20px;
}

#signupboxindexinside
{
float:left;
width:300px;
}

#arrow
{
float:right;
}

#phonelinks
{
width:96%;
padding:2%;
}



#phonelinkstext
{
width:200px;
float:right;
}

#simlinks
{
width:96%;
padding:2%;
}


#simlinkstext
{
width:200px;
float:right;
}

#dividerdot
{
width:100%;
background: url("/images/dividerdot2.jpg");
background-repeat:repeat-x;
clear:both;
height:20px;
}

.country_chosen {
	color: #B3AD00;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.mapholder {
	border:1px solid #C7C7C7;
	display:none;
	height:452px;
	margin-top:10px;
	width:500px;
}
