/*
CSS - Adatasol
*/

html{
	height: 100%;
}

body { 
	margin:0px; 
	padding: 0;
	height:100%;
	text-align: center;
	font: 62.5% 'Lucida Grande', Arial, sans-serif; /* Resets 1em to 10px */
	color: #3c3c3c;
}

#total{
	height: 100%;
	color: #707070;
	width: 786px;
	margin: 15px auto;
	padding: 0px 0px 0px 0px;
	text-align: left; 
	position: relative;
	background-repeat: no-repeat;
	background-position: center -2px; /* positions 3px top shadow */
	background-image: url(../images/bg-tip.gif); 
}
#total_bg { /* bg for shadow purposes only
 */
	width: 786px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/bg.gif); 	
	float:left; 
	
}
	#top, #nav, #content, #content-detail, #footer { margin-left:3px;} /* for background */
	#footer {margin-bottom:3px;}
#top {
	margin-top:3px; /* gives room to the 3px top shadow */
	height: 76px;
	width: 780px;
	float:left;
	background-position: right top;
	background-image: url(../images/banner_bg.jpg);
}

	#top img{
	margin:10px 0px 0px 15px;
	}

#nav {
	text-transform: none;
	height: 40px;
	width: 780px;
	float:left;
	background:#1c5077;
}

#nav ul {
	margin:0px 0px 0px 12px;
    padding:0;
	list-style-type: none;
}

  #nav ul li {
    margin:0px 0px;
    padding:10px 6px 10px 6px;
    float:left;
    font-size:14px;
    }
  		#nav ul li#here_now { 
  		
  			background-repeat: no-repeat; 
  		
  			background-position: center top; 
  		
  			background-image: url(../images/nav-location-arrow.gif); 
  		
  		}
  		
  #nav ul li a {
  	padding:5px; 
  	color:#fff;
  	}

	#nav ul li a:hover {
	text-decoration:underline;
	}


#content{
	background-color: #999999;
	background-position: left top;
	background-repeat: no-repeat;
	width: 780px;
	float:left;
	border-bottom: solid 5px #1c5077;
	color: black;
		background-image:url(../images/bg_content.jpg);
		
}

	#right-side {
		width:550px;
		margin:15px 30px 55px 0px;
		float:right;
		background:#FFF;
	}
	#right-side-push {
		margin:10px;
	}

#content-detail{
	width: 780px;
	margin: 5px 0px 0px 15px;
	float:left;
	color: #000;
}

	.col-item{
		width: 240px;
		margin: 0px 15px 0px 0px;
		float:left;
	}
		.col-item p {
			font-size:1em;
			margin-bottom:8px;
		}
		.col-title {
			font-size:1.4em;
			margin:0;
		}
	
	.column{
		width: 250px;
		margin: 0px 15px 0px 0px;
		float:left;
	}

	#col-addrow{
		width: 780px;
		margin: 0px 0px 0px 0px;
		float:left;
		color: #000;
}
		
	#col-addrow p {
		color: #333;
		font-size:1.1em;
}

#footer{
	width: 780px;
	float:left;
	background:#1c5077;
	text-align:center;
}	

#footer p {
	font-size:.9em;
	color:#ccc;
	margin:3px 0px;
}

	#footer #footer-print{
	margin:0px 0px 8px 0px;
	}
	

/* Page Specific */
/* Home */
.home h2 {
	font: bold 4.2em 'Lucida Grande', Arial, sans-serif; 
	color:#000;
	text-transform: none;
	margin:0;
}

.home h1 {
	font-size:2.2em;
	color:#489e9f; 
	margin:0px 0px 8px 0px;
}

.home p {
	font-size:1.4em;
	color:#444; 
}

p#signup {
	list-style-type: none;
	background-image: url(../images/button-prime.gif);
	background-position: center center;
	background-repeat: no-repeat;
	float:right;
	width:230px;
	height:40px;
	font-weight:bold;
}
	p#signup a {
	padding-right: 30px;
	padding-bottom: 4px;
	padding-top: 6px;
	margin-left: 10px;
	margin-bottom: 4px;
	margin-right: 0px;
	margin-top: 4px;
	float:left;
	color:#fff;
	}
		p#signup a:hover {text-decoration:underline;}

#footer h5 {
	font: bold 1.2em 'Lucida Grande', Arial, sans-serif; 
	color: #fff; 
	letter-spacing: 1px; 
	text-transform: uppercase;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

.pricing p {
	margin:0;
	font-size:1.4em;
}

.pricing ul {
	font-size:1.2em;
	margin-left:16px;
}

.pricing ul li {
	
}
	.pricing ul#price {
	list-style-type: none;
	font-size:2.2em;
	margin:3px 0px 0px 20px;
	}
	.pricing ul#price_details {
	font-size:1em;
	margin:6px 0px 6px 40px;
	}
	
	.pricing hr {
	margin:60px 0px 15px 0px;
	}
	
	.pricing h6 {
	font-size: 1.5em;
	color:#489e9f; 
	font-weight:normal;
	margin-bottom:5px;	
	}
	
	.trial p {
	
	}
	
	.trial .star {
	color: #ff0909
	}
	
	.trial hr {
	width:460px;
	}

/* Links */

a:link, a:active {
	color: #0091A6;
	text-decoration: none;
}

a:visited{
	color: #0091A6;
	text-decoration: none;
}

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

img a{
	border-bottom: solid 5px red;
}

img a:hover{
	border-bottom: solid 2px #EF1534;
}

a img {border:0px;}

/* Headers and Respective Link Styles */
p, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

h1{ font: 24px 'Lucida Grande', Arial, sans-serif; letter-spacing: -1px; margin: 30px 0px 15px 0px;  color:  #605F98 }
a h1{ cursor: pointer;}

h2 { font: normal 20px/23px 'Lucida Grande', Arial, sans-serif; color: #736091;}
h2 a, h2 a:link, h2 a:active{ color: #ADD8E6; }
h2 a:visited{ color: #669; text-decoration: underline;}
h2 a:hover{ color: #EF1534;}

h3{
	font: bold 1.5em 'Lucida Grande', Arial, sans-serif; 
	color: #1c5077; 
	letter-spacing: 1px; 
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
}

h3 a, h3 a:link, h3 a:active{font: bold 1.1em 'Lucida Grande', Arial, sans-serif; color: #605f98; letter-spacing: 1px; text-transform: uppercase;}
h3 a:visited{ color: #669;text-decoration: underline;}
h3 a:hover{ font: bold 13px 'Lucida Grande', Arial, sans-serif; color: #EF1534;}

h4 { font: normal 14px 'Lucida Grande', Arial, sans-serif; color: #649140;} 
h4 a, h4 a:link, h4 a:active{ font: normal 14px 'Lucida Grande', Arial, sans-serif; color: #44506F; }
h4 a:visited{ color: #44506F; text-decoration: underline;}
h4 a:hover{font: normal 14px 'Lucida Grande', Arial, sans-serif; color: #44506F; }

h6 {font-size: 1em;}
p{
	font: normal 12px/20px 'Verdana', Arial, sans-serif;
	color: #666666;
	margin: 0px 0px 15px 0px;
}

ul{
	font: normal 12px/20px 'Verdana', Arial, sans-serif;
	margin: 0px 0px 15px 15px;
	padding: 0px 0px 0px 0px;
}

ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* Superscript for R and TM Symbols */
sup, a sup , a:link sup , a:active sup, a:hover sup{
	font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
	text-decoration: none;
}


/* Forms */




.clear{
	clear: both;
}


div#fixme {
position: fixed; 
top: 10px; 
left: 73%;
z-index: 2;
}

lowermost fixed element:

div#fixme-bottom {
position: fixed; 
bottom:10px; 
left: 73%;
z-index: 2;
}

middle fixed element:

div#fixme-middle {
position: fixed; 
bottom: 50%; 
left: 73%;
z-index: 2;
}

@media screen {

* html, 
* html body { 
/*overflow-y: hidden!important; */
height: 100%;
margin: 0;
padding: 0; 
}
* html #iefix { 
height: 100%;
/*overflow-y: scroll;*/
position: relative;
}

* html div#fixme, 
* html div#fixme-bottom, 
* html div#fixme-middle {
position: absolute;
}

}