@charset "utf-8";
@import url("/templates/terapad_com2/css/grid.css");
@import url("/templates/terapad_com2/css/compressed.css");
@import url("/templates/terapad_com2/css/reset.css");

/* 	"http://www.terapad.com" - Global Style Sheet By Ces Catubay
	Copyright 2010 SiteJourney Ltd.
	Version 3.0 - October 15, 2010
*/

/* ------------------------- Global Properties ------------------------- */
html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	padding: 0;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #2A2A2A;
	background: #F4F4F4 url(images/bg.gif) repeat-x;
}

a {
	color: #319100;
	text-decoration: none;
}

a:hover {
	color: #58A733;
}

img {
	border: none;
}

hr {
	color: #F3F3F3;	
	background: #F3F3F3;
	height: 1px;
	margin: 15px 0;
	border-top: 1px solid #FFF;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #FFFFFF;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #FFFFFF;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

/* ------------------------ Wrapper div, wraps the whole website ------------------------- */

#wrapper {
	position: relative;
	width: 960px;
	margin: 0px auto;
	padding: 0px;	
	display: block;
	clear: both;
}

/* ---------------------- Top Wrapper (wraps logo_image and logo_text) ---------------------- */

#top_wrap {
	position: relative;
	height: 70px;
	top: 30px;
	z-index: 100;
}

#logo h1 {
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #707070;
	letter-spacing: 1px;
}

/* ---------------------- navigation ---------------------- */

#nav {
	position: relative;
	height: 52px;
	width: auto;
	display: block;
	float: right;cursor:
	pointer;
	background: url(images/soft_light.png) no-repeat bottom;	
}

#nav ul {	
	width: inherit;
	height: 42px;
	list-style-type: none;
	line-height:	1.0;
}

#nav ul li {
	display: block;
	float: left;	
	text-align: center;
	position: relative;
	font: bold 14px/42px 'MyriadProBold', Arial, sans-serif;
}

#nav ul li a {
	color: #FFF;	
	display: block;
	position: relative;
	padding: 0;
	width: auto;
	/*height: 42px;
	text-align:center;
	text-shadow: #548100 0 1px 1px, #61852D 0 -1px 1px;*/
}

#nav ul li.products, #nav ul li.reseller,#nav ul li.signup,#nav ul li.community,#nav ul li.press  {	
	width: 87px;
	height: 34px;
	display:block;
}

#nav ul li.home {
	background: url(images/tab_home.gif) no-repeat;
	width: 89px;
	height: 34px;
	display:block;
}

#nav ul li.support {
	background: url(images/tab_support.gif) no-repeat;
	width: 90px;
	height: 34px;
	display:block;
}

#nav ul li.products {
	background: url(images/tab_products.gif) no-repeat;	
}

#nav ul li.reseller {
	background: url(images/tab_reseller.gif) no-repeat;	
}

#nav ul li.signup {
	background: url(images/tab_signup.gif) no-repeat;	
}

#nav ul li.community {
	background: url(images/tab_community.gif) no-repeat;	
}

#nav ul li.press {
	background: url(images/tab_press.gif) no-repeat;	
}

#nav ul li a:hover {
	color: #FFF;
	display: block;
	width: inherit;
	height: inherit;
}

#nav ul li a.on {
	display: block;
	color: #FEFEFE;
}


/* Sub Level Nav */

/*** ESSENTIAL STYLES ***/

#nav ul ul {
	position: absolute;
	top: -999em;
	left: 0px;
	width: 200px;
	
}
#nav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav li:hover ul,
#nav li.sfHover ul {
	left: -20px;
	top: 2.5em; /* match top ul list item height */
}

#nav ul li ul li a {
	color: #FFF;
	font: 12px/30px Arial, Helvetica, sans-serif;
	padding-left: 10px;
}

/*** DEMO SKIN ***/

#nav a, #nav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	
}

#nav li li {	
	text-align: left;
}

/*** Products ***/

#nav li.products li {
	background:	#E96A01;
	text-shadow: 1px 1px #BA5400;
	border-bottom: 1px solid #E25509;
	border-top: 1px solid #ED7C10; 
}

#nav ul li.products ul li:hover{
	background:	#FF7E14;
}

/*** Reseller ***/

#nav li.reseller li {
	background:	#DBC500;
	text-shadow: 1px 1px #A19101;
	border-bottom: 1px solid #B6A500;
	border-top: 1px solid #F6DF15; 
}

#nav ul li.reseller ul li:hover{
	background:	#E9D100;
}

/*** Community ***/

#nav li.community li {
	background:	#379CA0;
	text-shadow: 1px 1px #086C7B;
	border-bottom: 1px solid #07838E;
	border-top: 1px solid #04ACAD; 
}

#nav ul li.community ul li:hover{
	background:	#03BDBA;
}

/*** Press ***/

#nav li.press li {
	background:	#017EB6;
	text-shadow: 1px 1px #026A9F;
	border-bottom: 1px solid #026A9F;
	border-top: 1px solid #029CD8; 
}

#nav ul li.press ul li:hover{
	background:	#0096D1;
}

/*** Support ***/

#nav li.support li {
	background:	#285DA9;
	text-shadow: 1px 1px #026A9F;
	border-bottom: 1px solid #1A4480;
	border-top: 1px solid #2D69BF; 
}

#nav ul li.support ul li:hover{
	background:	#2E6EC5;
}

#nav li:hover, #nav li.sfHover,
#nav a:focus, #nav a:hover, #nav a:active {
	outline:		0;
}

/*** arrows **/
#nav a.sf-with-ul {	
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#nav ul .sf-sub-indicator { background-position:  -10px 0; }
#nav ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#nav ul a:focus > .sf-sub-indicator,
#nav ul a:hover > .sf-sub-indicator,
#nav ul a:active > .sf-sub-indicator,
#nav ul li:hover > a > .sf-sub-indicator,
#nav ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* ---------------------- Top Wrapper (wraps logo_image and logo_text) ---------------------- */

#breadcrumbs {
	height: 24px;
}

#breadcrumbs ul {
	width: inherit;
	height: 20px;
	list-style-type: none;
}

#breadcrumbs ul li {
	display: block;
	float: left;
	position: relative;
	font: 12px/24px Helvetica, Arial, sans-serif;
}

#breadcrumbs ul li img {
	margin: 0 10px;
}

#breadcrumbs a.makewebsite {
	font: bold 15px/24px Arial, Helvetica, sans-serif;
	color: #646464;
	text-align: right;
	z-index: 98;
	position: relative;
}

#breadcrumbs a.makewebsite:hover {
	color: #000;
}

#breadcrumbs a.makewebsite img {
	
}

/* ---------------------- Mid Wrapper (wraps body) ---------------------- */

#mid_wrap {
	position: relative;
	margin: 20px 0 0 0;
	display: block;	
	z-index: 99;
}

#mid_wrap h1 {
	color: #1F1F1F;
}

#mid_wrap h1.ultimate {
	font: 28px/40px "HelveticaLTCondensedBlackRegu", Arial, sans-serif;
	color: #1F1F1F;
}

/* ------------------------- Buttons -------------------------- */
.awesome {
	background:  url(images/alert-overlay.png) repeat-x;	
}

.curvy {
	-webkit-border-radius: 5px; /* for Safari and Chrome */
	-moz-border-radius: 5px; /* for Firefox */
	-o-border-radius: 5px; /* when Opera Presto 2.3 or later is released */
	border-radius: 5px; /* future proofing for when border-radius is supported */	
}

.xtra_curvy {
	-webkit-border-radius: 20px; /* for Safari and Chrome */
	-moz-border-radius: 20px; /* for Firefox */
	-o-border-radius: 20px; /* when Opera Presto 2.3 or later is released */
	border-radius: 20px; /* future proofing for when border-radius is supported */	
}	
.awesome, .awesome:visited {
	
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.awesome:hover { color: #fff; }
.awesome:active	{ top: 1px; }
.small.awesome, .small.awesome:visited 	{ padding: ; font: bold 11px Arial, Helvetica, sans-serif;}
.medium.awesome, .medium.awesome:visited { font-size: 12px; line-height: 1;padding: 6px 14px 7px; }
.large.awesome, .large.awesome:visited { font-size: 14px; padding: 8px 14px 9px; }

.green {
	background-color:#5B8C01;
}

.green.awesome:hover {
	background-color: #659A01; 
}

.yellow {
	background-color:#ffb515;
}

.yellow.awesome:hover {
	background-color: #fc9200; 
}

.black {
	background-color:#111;
}

.black.awesome:hover {
	background-color: #333; 
}

.orange {
	background-color:#FF5500;
}

.orange.awesome:hover {
	background-color: #FF6C00; 
}


.silver {
	background: url(images/bg_button.png) repeat-x bottom;
	color: #686868;
	border: 1px solid #b4b4b4;
	border-top: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	text-shadow: 0pt 1px rgba(255, 255, 255, 0.75);
}

.silver.awesome:hover {
	background-color: #f2f2f2;
	border-color: #b4b4b4;
	color: #FF6C00;
	text-shadow: 0pt 1px rgba(255, 255, 255, 0.75);
}


.rounded_button {
	display: inline-block;
	text-decoration: none;
	-webkit-border-radius: 5px; /* for Safari and Chrome */
	-moz-border-radius: 5px; /* for Firefox */
	-o-border-radius: 5px; /* when Opera Presto 2.3 or later is released */
	border-radius: 5px; /* future proofing for when border-radius is supported */	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	cursor: pointer;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	behavior:url(../js/border-radius.htc);	
	
}

/* ---------------------- Bottom ---------------------- */
#footer {
	background: #252525;
	height: 170px;	
	width: 100%;
	bottom: 0px;
	color: #5E5E5E;
}

#btm_wrap {	
	position: relative;
	margin: 10px auto;
	padding-top: 20px;
	width: 960px;
}

#btm_wrap a {
	color: #878787;
}

#btm_wrap a:hover {
	color: #7AB900;
}

ul#terms_links{
	width: 400px;
	height: 42px;	
}

ul#terms_links li {
	display: block;
	float: left;
}

#ftr_links ul {
	list-style: none;
	width: 150px;
	margin-right: 20px;
}

#ftr_links ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dotted #444;
}


/* ------------------------- Clearing Class -------------------------- */

.clear {
	clear: both;
	height: 10px;
	overflow: hidden;
}

.clear_b {
	clear: both;
	overflow: hidden;
}

hr.thin {
	border: 0;
	color: #EEE;
	background-color: #EEE;
	height: 1px;
	width: 100%;
	clear: both;
	margin-top: 5px;
	padding: 0px;
}

.pad_box10 {
	padding: 10px;
}

.pad_box15{
	padding: 15px;
}

.pad_t20 {
	padding-top: 20px;
}

.pad_l20 {
	padding-left: 20px;
}

.pad_l30 {
	padding-left: 30px;
}
.pad_r10 {
	padding-right: 10px;
}
.pad_l10 {
	padding-left: 10px;
}
.pad_vert_10 {
	padding: 10px 0;
}
.pad_vert_20 {
	padding: 20px 0;
}
.pad_t5 {
	padding-top: 5px;
}

.pad_b15 {
	padding-bottom: 15px;
}

.skin {
	padding: 0;
	margin: 0;
	position: relative;
}

.em_small {
	font-size: 11px;
	font-style: italic;
}

.font_normal {
	font-weight: normal;
}

.font_center {
	text-align: center;
}

.float_right {
	float: right;
}
.float_left {
	float: left;
}


.reseller_bw {
	background: #FFF;
	border-top: 4px solid #A2A2A2;
	border-bottom: 1px solid #DCDCDC;
}

.reseller_bw div ul.feat{
	margin: 10px 0;
}

.reseller_bw div ul.feat li{
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.reseller_bw ul.feat li img {
	padding: 0px 10px 5px 0;
}

.reseller_bw div.myframe {
	width: 94%;	
	height: 490px;
	margin: 0px auto;
	padding: 15px 15px 25px 15px;
	position: relative;
	clear: both;
}

.shadow {
	-moz-box-shadow: 1px 1px 4px #DDDDDD;
	-webkit-box-shadow: 1px 1px 4px #DDDDDD;
	box-shadow: 1px 1px 4px #DDDDDD;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=120, Color='#DDDDDD')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=120, Color='#DDDDDD');
}

#green_ad div.ctr {
	width: 920px;
	height: 95px;
	background: url(images/img_green_ctr_bg.gif) repeat-x;
	float: left;
}

#green_ad div.ctr div {
	width: 470px;
	color: #2C2B2A;
	margin: 15px 0 15px 10px;
}

#green_ad img.try {
	line-height: 95px;
	margin: 29px 10px 29px 0;
}

#green_ad div.ctr h2 {
	color: #20360E;
	line-height: 26px;
}

#green_ad div.ctr a {
	color: #2C2B2A;
	text-decoration: none;
}

