/** BASIC */

body {
	font-size: 13px;
	/*text-align: justify;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin: 0px;
}

h1, h2, h3 {
	/*text-transform: lowercase;
	color: #000099;*/
	line-height: 90%;
}

ul {
	margin-left: 0px;
	padding-left: 1em;
	list-style-position: inside;
}

a {
	color: #000099;
}

a:hover {
	text-decoration: none;
	color: #990000;
}

/** HEADER */

#header {
	width: 900px;
	height: 120px;
	margin: 0px auto;
	padding: 0;
}

#header h1 {
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 27px 0px 0px 0px;
}

/** MENU */

#menu {
	width: 100%;
	color: #DADADA;
	font-size: 16px;
	font-weight: normal;
	/*height: 1.95em;*/
	background: #E5F6FD;
	border-bottom: 1px solid #7FD7F7;
	overflow: hidden;
}

#menu ul {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	margin: 0;
}

#menu a {
	display: block;
	float: left;
	margin: 0;
	padding: 3px 10px;
	border-right: 1px solid #7FD7F7;
	text-decoration: none;
}

#menu a:hover {
	background: #7FD7F7;
	color: #FFFFFF;
}

/** WIDE PROMO */

#widePromo {
	width: 100%;
	margin-top: 10px;
	padding: 0;
	overflow: hidden;
}

.indexOrange {
	color: #FFFFFF;
	background: #FF7300;
}

.indexGreen {
	color: #FFFFFF;
	background: #87C80A;
}

.indexBlue {
	color: #FFFFFF;
	background: #00AFF0;
	margin: 0;
	padding: 0;
}

#topSplash {
	width: 980px;
	margin: 0 auto; 
	position: relative;
}

#splashContent {
	width: 900px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px auto; 
	padding: 0;
}

.offer {
	z-index: 1;
	position: relative;
	top: 10px;
	left: 100px;
}

.clouds {
	z-index: 5000;
	position: relative;
	top: 0px;
	left: 0px;
}

.alphaPng {
	vertical-align:bottom;
}

/** CONTENT */

#content {
	width: 900px;
	margin: 0 auto;
}

#content h2 {
	font-weight: normal;
}

#left {
	float: left;
	width: 620px;
	/*margin-right: 10px;*/
	padding-right: 20px;
	border-right: 1px solid #DADADA;
}

#right {
	float: right;
	width: 250px;
	margin-left: 5px;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.white {
	color #FFFFFF;
}

/** FOOTER */

#footer {
	clear: both;
	width: 100%;
	margin: 0px auto;
	padding: 5px 0 20px 0;
	border-top: 1px solid #7FD7F7;
	vertical-align: bottom;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: small;
	text-align:center;
}

/** Buttons **/

.button{
background-color: #d1ec4c;
border: 2px #d1ec4c outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.button:visited{
color: black;
}

.button:hover{
border-style: inset;
background-color: #e3f48e;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.button:active{
color: black;
}

/** A2Billing Quick Fix **/

.form_head {
background-color: #DADADA;
}

/** web-skype Quick Fix **/

thead tr{
	background-color: #E5F6FD;
}

tbody tr.r1{
	background-color: #efefef;
	border:1px solid #DADADA;
}

.abc-links {
	font-size: large;
}
