html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end reset script */
/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

html {
     overflow: -moz-scrollbars-vertical;
}

body, html {
    height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
}

body {
	text-align: center;
	background: url(../images/Lara-Theme/SiteBodyBG.png) 0 0 repeat-x #efefef;
    padding-top: 0px;
	}

#ShadowWrap {
    background: url(../images/Lara-Theme/DropShadow3.png) 50% bottom repeat-y;
    padding-bottom: 9px;
}
#wrapper {
    width: 950px;
    margin: 0 auto;
    padding: 0;
    background: #FFF;
    text-align: left;
}

#Header {
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0;
	text-align: left;
	height: 140px;
	background: url(../images/Lara-Theme/headerBG.jpg) -60px -55px #fff;
}

#LaraPhoneNumber {
    position: absolute;
    top: 5px;
    left: 320px;
    font-size: 16px;
    font-family: georgia, courier, arial;
    color: #036;
	vertical-align:top;
}

img.twitter {
	vertical-align:text-bottom;
}	

#Logo {
	position: absolute;
	top: 20px;
	left: 10px;
	margin: 0;
	height: 65px;
	width: 271px;
}

#ContentContainer {
	width: 950px;
    height: auto;
	margin: 0px;
	padding: 0px;
    overflow: hidden;
	text-align: left;
	background-color: #FFF;
}

#PageContent {
	margin: 0;
	padding: 10px;
}

#PageContent #Left20 {
  width: 20%;
  float: left;
}

#PageContent #RightContent {
  width: 78%;
  float: right;
}

#Footer {
    position: relative;
	width: 100%;
	height: 42px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	margin: 0px auto;
	background: url(../images/Lara-Theme/FooterBG.png) repeat-x #022746;
}

#Footer p {
	Position: absolute;
	top: 15px;
	right: 10px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #FFF;
}

/* dividers */

hr.divider1 {
    width: 80%;
    border-color: #CCC;
}

hr.divider_full {
    clear:both;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    margin: 0;
    padding: 0;
}

/* Standard Tags */

.right {float: right;}
.left {float: left;}

.div33 {
    padding: 5px;
    width: 32%;
}

.divnorm {
    padding: 5px;
}

.div50 {
    padding: 5px;
    width: 48%;
}

.border-all {
    border: 1px solid #888;
}
.border-right {
    border-right: 1px solid black;
}
.border-left {
    border-left: 1px solid black;
}
.border-sides {
    border-right: 1px solid black;
    border-left: 1px solid black;
}

a {
    text-decoration: none;
    color: #0b62ac;
}
a:hover {
    text-decoration: underline;
}


h1 {
  font-size: 22px;
  color: #0b62ac;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #0b62ac;
}
h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

p {
  font-size: 12px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 18px;
}

small {
    font-size: 75%;
}

strong {
    font-weight: bold;
}

.inline {
    display: inline;
}


/* Modifiers */
.curved {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

b.requiredfield {
    color: #F00;
    font-weight: bold;
}

.bottom-margin10 {
    margin-bottom:10px;
}

.snug_fit {
    margin: -10px;
}

.transboxwhite {
    padding: 5px;
    background: url(../images/75White.png) 0 0 repeat;
        -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.phone_rates_header {
    width: 335px;
    overflow: auto;
    margin-bottom: -15px;
    padding: 0 5px 0 0;
}
.phone_rates {
    width: 330px;
    height: 300px;
    overflow: auto;
    padding: 0 5px 0 0;
}

/* General Banner */
#general_banner {
    position: relative;
    border-bottom: 1px solid black;
    background: #FFF;
    height: 250px;
    width: 100%;
}
#general_banner .general_banner_text {
    position: absolute;
    top: 30px;
    left: 70px;
    width: 450px;
    border: 1px solid #999;
    border-right: 2px solid #777;
    border-bottom: 2px solid #777;
    padding: 10px;
    background: url(../images/75White.png) 0 0 repeat;
}
#general_banner .general_banner_text_larger {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 500px;
    border: 1px solid #999;
    border-right: 2px solid #777;
    border-bottom: 2px solid #777;
    padding: 10px;
    background: url(../images/75White.png) 0 0 repeat;
}
#general_banner .general_banner_text h1 {
    border: none;
    font-size: 24px;
    padding: 0;

}
#general_banner .general_banner_text p {
    font-size: 14px;
}
div.general-button {
    display: inline;
    border: 1px solid orange;
    border-right: 2px solid orange;
    border-bottom: 2px solid orange;
    background: #FFF;
    padding: 5px 10px;
    margin: 5px;
}
/* Phone Page */
#phone_banner {
    position: relative;
    border-bottom: 1px solid black;
    background: url(../images/Banners/PhoneServices_rev2.jpg) 0 0 no-repeat #FFF;
    height: 250px;
    width: 100%;
}
#phone_banner .phone_text {
    position: absolute;
    top: 30px;
    left: 70px;
    width: 450px;
    border: 1px solid #999;
    border-right: 2px solid #777;
    border-bottom: 2px solid #777;
    padding: 10px;
    background: url(../images/75White.png) 0 0 repeat;
}
#phone_banner .phone_text .corner_text {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/CornerBlue.png) 0 0 no-repeat;
    width: 162px;
    height: 162px;
    color: #FFF;
    text-align: right;
    margin: -1px -12px 0 0px;
    padding: 5px;
}
#phone_banner .phone_text .corner_text p b {
    font-size: 38px;
}
#phone_banner .phone_text h1 {
    border: none;
    font-size: 24px;
    padding: 0;

}
#phone_banner .phone_text p {
    font-size: 14px;
}
div.phone-button {
    display: inline;
    border: 1px solid orange;
    border-right: 2px solid orange;
    border-bottom: 2px solid orange;
    background: #FFF;
    padding: 5px 10px;
    margin: 5px;
}

div.phone-button:hover {
    background: #ffe0a7;
}

.boxfull {
  border: 1px solid #4e6b83;
  width: 100%;
  margin: 0;
  padding: 0;
}
.threeboxwrap {
  width: 100%;
  margin:0;
  padding: 0;
  border: 1px solid #4e6b83;
  border-top: none;
  background: url(../images/Lara-Theme/ThreeBoxBG.png) repeat-x #FFF;
}
.boxthirdleft {
  height: 250px;
  float: left;
  width: 308px;
  margin: 0;
  padding: 0;
}
.boxthirdcenter{
  height: 250px;
  float: left;
  border-left: 1px solid #4e6b83;
  width: 308px;
  margin: 0;
  padding: 0;
}
.boxthirdright{
  height: 250px;
  float: right;
  border-left: 1px solid #4e6b83;
  width: 308px;
  margin: 0;
  padding: 0;
}
.innerbox {
  padding: 5px;
}

ul.list {
    list-style-type: circle;
    font-size: 12px;
    padding: 4px 15px;
    line-height: 18px;
}

ul.list2 {
    list-style-type: circle;
    font-size: 12px;
    padding: 0px 15px;
    line-height: 22px;
}

ul.list_bold {
    list-style-type: circle;
    font-size: 16px;
    padding: 0px 15px;
    line-height: 25px;
}

ol.number_list {
    list-style-type: decimal;
    font-size: 12px;
    padding: 4px 15px;
    line-height: 18px;
}

ol.alpha_list {
    list-style-type: lower-alpha;
    font-size: 12px;
    padding: 4px 15px;
    line-height: 18px;
}

ol.roman_list {
    list-style-type: lower-roman;
    font-size: 12px;
    padding: 4px 15px;
    line-height: 18px;
}

/* End Home Page */          
/* Debug and Error Styles */
#Debug-Area {
    margin-top: 10px;
    padding: 5px;
    border: 2px dashed red;
    background-color: #FDD;
}
.Warning {
    padding: 5px;
    font-size: 12px;
    border: 1px dashed #000;
    background-color: #FFA;
}


/* Service Packages Table */
.ServicePackages {
    margin-bottom: 15px;
    width: 100%;
}

.ServicePackages caption {
    text-align: center;
    font-size: 22px;
    color: #0b62ac;
    font-weight: normal;
    padding-bottom: 5px;
}
.ServicePackages thead tr th {
    border-left: 1px dotted white;
    background-color: #069;
    padding: 4px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #FFF;
}
.ServicePackages thead tr th a {
    display: block;
    color: orange;
    text-decoration: none;
    font-size: 14px;
    margin-top: 2px;
}
.ServicePackages thead tr th a:hover {
    color: #FFF;
    background-color: #058;
}
.ServicePackages tbody tr th {
    width: 150px;
    border-bottom: 1px dotted orange;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 15px;
    line-height: 18px;
}
.ServicePackages tbody tr td {
    border-bottom: 1px dotted orange;
    font-size: 12px;
    padding: 4px 15px;
    line-height: 18px;
}
.ServicePackages tbody tr:hover {
    background-color: #F0F0F0;
}
.ServicePackages tbody tr.standout {
    background-color: #069;
    color: #FFF;
}
.ServicePackages tbody tr td ul {
    list-style-type: circle;
    margin: 0 0 10px 15px;
}

/* FAQ Table */
.FAQ {
    margin-bottom: 15px;
    width: 100%;
}

.FAQ caption {
    text-align: center;
    font-size: 22px;
    color: #0b62ac;
    font-weight: normal;
    padding-bottom: 5px;
}
.FAQ thead tr th {
    border-left: 1px dotted white;
    background-color: #069;
    padding: 4px;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    color: #FFF;
}
.FAQ thead tr th a {
    display: block;
    color: orange;
    text-decoration: none;
    font-size: 14px;
    margin-top: 2px;
}
.FAQ thead tr th a:hover {
    color: #FFF;
    background-color: #058;
}
.FAQ tbody tr th {
    width:475px;
	border-bottom: 1px dotted orange;
    font-size: 12px;
    padding: 4px 15px;
    line-height: 18px;
}
.FAQ tbody tr td {
    border-bottom: 1px dotted orange;
    font-size: 12px;
    padding: 4px 15px;
    line-height: 18px;
	vertical-align:middle;
}
.FAQ tbody tr:hover {
    background-color: #F0F0F0;
}
.FAQ tbody tr.standout {
    background-color: #069;
    color: #FFF;
}
.FAQ tbody tr td ul {
    list-style-type: circle;
    margin: 0 0 10px 15px;
}

/* UBB Table */
.UBB {
    margin-bottom: 15px;
    width: 100%;
}

.UBB caption {
    text-align: center;
    font-size: 22px;
    color: #0b62ac;
    font-weight: normal;
    padding-bottom: 5px;
}
.UBB thead tr th {
    border-left: 1px dotted white;
    background-color: #069;
    padding: 4px;
    text-align: left;
    font-size: 13px;
    line-height: 13px;
	font-weight:bold;
    color: #FFF;
}
.UBB thead tr th a {
    display: block;
    color: orange;
    text-decoration: none;
    font-size: 14px;
    margin-top: 2px;
}
.UBB thead tr th a:hover {
    color: #FFF;
    background-color: #058;
}
.UBB tbody tr th {
    width:180px;
	border-bottom: 1px dotted orange;
    font-size: 12px;
    font-weight:bold;
	padding: 4px 15px;
    line-height: 18px;
}
.UBB tbody tr td {
    border-bottom: 1px dotted orange;
    font-size: 12px;
    padding: 4px 15px;
    line-height: 18px;
	vertical-align:middle;
}
.UBB tbody tr:hover {
    background-color: #F0F0F0;
}
.UBB tbody tr.standout {
    background-color: #069;
    color: #FFF;
}
.UBB tbody tr td ul {
    list-style-type: circle;
    margin: 0 0 10px 15px;
}

/* UBB2 Table */
.UBB2 {
    margin-bottom: 15px;
    width: 100%;
}

.UBB2 caption {
    text-align: center;
    font-size: 22px;
    color: #0b62ac;
    font-weight: normal;
    padding-bottom: 5px;
}
.UBB2 thead tr th {
    border-left: 1px dotted white;
    background-color: #069;
    padding: 4px;
    text-align: left;
    font-size: 13px;
    line-height: 13px;
	font-weight:bold;
    color: #FFF;
}
.UBB2 thead tr th a {
    display: block;
    color: orange;
    text-decoration: none;
    font-size: 14px;
    margin-top: 2px;
}
.UBB2 thead tr th a:hover {
    color: #FFF;
    background-color: #058;
}
.UBB2 tbody tr th {
    width:250px;
	border-bottom: 1px dotted orange;
    font-size: 12px;
    font-weight:bold;
	padding: 4px 15px;
    line-height: 18px;
}
.UBB2 tbody tr td {
    border-bottom: 1px dotted orange;
    font-size: 12px;
    padding: 4px 15px;
    line-height: 18px;
	vertical-align:middle;
}
.UBB2 tbody tr:hover {
    background-color: #F0F0F0;
}
.UBB2 tbody tr.standout {
    background-color: #069;
    color: #FFF;
}
.UBB2 tbody tr td ul {
    list-style-type: circle;
    margin: 0 0 10px 15px;
}

/* webmail test */
#panel {
    width: 100%;
    position: relative;
    top: 0px;
    height: 1px;
    margin: 0 auto;
    margin-top: -1px;
    padding: 0;
    z-index: 10;
    overflow: hidden;
    text-align: left;
}
#panel_contents {
    background: black;
    filter:alpha(opacity=70);
    -moz-opacity:0.70;
    -khtml-opacity: 0.70;
    opacity: 0.70;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}
#Live-Support {
    position: absolute;
    top: 30px;
    right: 5px;
}
#Search-Panel {
    display: none;
    height: 76px;
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 5px;
    background: url(../images/Lara-Theme/WebmailLoginBG.png) 0 0 no-repeat;
    width: 229px;
    padding: 15px 0 0 0;
    font-size: 10px;
    text-align: center;
}
#Search-Panel input {
    font-size: 12px;
    color: #888;
}
#Search-Panel input.selected {
    color: #000;
}

/* Home page section */
#scroll {
    position:relative;
    height:355px;
    overflow:hidden;
    width:950px;
    padding:0px;
}

#scrollbanner {
    width:9999em;
    position:absolute;
    height:300px;
    overflow: hidden;
    background-image: url(../images/Home/Banners/Lara-Grey.jpg);
}

.scrolldiv {
    float:left;
    width:950px;
    overflow: hidden;
    height:300px;
    background-repeat:no-repeat;
}

.scroll-details {
    color:#666;
    float:left;
    font-size:18px;
    margin:10px 0 0 20px;
    width:450px;
}
.scroll-details h1 {
    font-size: 28px;
    color: #0b62ac;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0 0 0px 0;
    border: none;
}

.scroll-links {
    clear: left;
    float:left;
    margin:10px 0 0 20px;
    width:450px;
}

.scroll-links h2 {
    color:#065598;
    font-size:18px;
    display:block;
    padding: 0;
}

.scroll-links a {
    color:#666;
    font-size:12px;
    text-decoration:none;
}

.scroll-links p {
    margin:0 0 4px;
    background:transparent url(../images/bullet.png) no-repeat scroll 0 2px;
    padding:2px 0 1px 22px;
}

#Home-Specials h1 {
    text-decoration: none;
    border: none;
    font-size: 35px;
    font-family: arial;
    font-style: italic;
    font-weight: bold;
    color: #2b72ae;
    position: absolute;
    top: 8px;
    left: 150px;
}
#Home-Specials h2 {
    text-decoration: none;
    border: none;
    font-size: 24px;
    font-family: arial;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: 55px;
    left: 280px;
}
#Home-Specials ul {
    text-decoration: none;
    border: none;
    font-size: 20px;
    font-family: arial;
    color: #000;
    position: absolute;
    top: 85px;
    left: 320px;
    list-style: disc;
    list-style-position: outside;
    line-height: 25px;
}

#Home-Specials #Shop-Online-btn {
    position: absolute;
    bottom: 0px;
    left: 310px;
}

#Home-Dell h1 {
    text-decoration: none;
    border: none;
    font-size: 35px;
    font-family: arial;
    font-style: italic;
    font-weight: bold;
    color: #2b72ae;
    position: absolute;
    top: 15px;
    left: 250px;
}

#Home-Dell p {
    font-size: 20px;
    font-family: arial;
    font-weight: bold;
    font-style: italic;
    color: #000;
    width: 380px;
    position: absolute;
    top: 65px;
    left: 550px;
    line-height: 25px;
}

#Home-Dell #Shop-Online-btn {
    position: absolute;
    bottom: 15px;
    left: 630px;
}

#Home-Gift-Card h1 {
    text-decoration: none;
    border: none;
    font-size: 35px;
    font-family: arial;
    font-style: italic;
    font-weight: bold;
    color: #2b72ae;
    position: absolute;
    top: 15px;
    left: 420px;
}

#Home-Gift-Card p {
    font-size: 20px;
    font-family: arial;
    font-weight: bold;
    font-style: italic;
    color: #000;
    width: 380px;
    position: absolute;
    top: 70px;
    left: 500px;
    line-height: 25px;
}

#Home-Gift-Card #Order-Online-btn {
    position: absolute;
    bottom: 25px;
    left: 580px;
}

#thumbs {
    background:url(../images/Home/navigation_buttons_bg.png) 0 0px repeat-x;
    height:55px;
    position:absolute;
    bottom:0px;
    width:960px;
    left:-5px;
    text-align: center;
}

.t a {
    background:transparent url(../images/Home/navigation_buttons.png) no-repeat scroll -21px -90px;
    margin-left:13px;
    display:block;
    width:120px;
    float:left;
    height:55px;
    cursor:pointer;
}

.t a.active {
    cursor:default !important;
}

.navi {
    width: 680px;
    margin: 0 auto;
}

/* CSS sprite for the navigation */
#t0        { background-position:-40px -128px; }
#t0:hover  { background-position:-40px -64px; }
#t0:active { background-position:-40px -64px; }
#t0.active { background-position:-40px 0px !important; }

#t1            { background-position:-170px -128px; }
#t1:hover     { background-position:-170px -64px; }
#t1:active    { background-position:-170px -64px; }
#t1.active    { background-position:-170px 0px !important; }

#t2            { background-position:-300px -128px; }
#t2:hover     { background-position:-300px -64px; }
#t2:active    { background-position:-300px -64px; }
#t2.active    { background-position:-300px 0px !important; }

#t3            { background-position:-431px -128px; }
#t3:hover     { background-position:-431px -64px; }
#t3:active    { background-position:-431px -64px; }
#t3.active    { background-position:-431px 0px !important; }

#t4            { background-position:-562px -128px; }
#t4:hover     { background-position:-562px -64px; }
#t4:active    { background-position:-562px -64px; }
#t4.active    { background-position:-562px 0px !important; }


.PPControls {
    position: absolute;
    bottom: 20px;
    right: 5px;
    width: 45px;
    height: 16px;
}

.PPControls a {
    background: url(../images/media_controls.png) no-repeat;
    display:inline;
    float:left;
    padding: 0;    
    margin-left: 5px;
    width:16px;
    height:16px;
    cursor:pointer;
}

#PlayButton { background-position: -19px -19px; }
#PlayButton:hover { background-position:-19px 0px; }
#PlayButton:active { background-position:-19px 0px; }
#PlayButton.active { background-position:-19px 0px !important; }

#PauseButton { background-position:0px -19px; }
#PauseButton:hover { background-position:0px 0px; }
#PauseButton:active { background-position:0px 0px; }
#PauseButton.active { background-position:0px 0px !important; }

label.error {
    display: block;
    font-size: 12px;
    color: #F00;
    border: none;
}

/* Online Store */
.store_product {
    padding: 5px;
    width: 48%;
    float: left;
}
.store_product h1 {
    padding: 5px;
    font-size: 16px;
    border-bottom: 1px dotted black;
    background: url(../images/Lara-Theme/TopMenuBG.png) 0 -2px #022746;
    color: #FFF;
}
.store_product .product_image {
    width: 160px;
    float: right;
    text-align: center;
    font-size: 10px;
}
#preview{
    position:absolute;
    border:1px solid #ccc;
    background:#FFF;
    padding:0px;
    display:none;
    color:#fff;
}

