@charset "UTF-8";

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, 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%;
	vertical-align: baseline;
	}

:focus {
	outline: 0;
	}
	
.tdform {
	padding: 6px 5px 6px 5px;
	font-weight: bold;
	vertical-align: middle;
}
.tdformheader {
	padding: 10px 5px 10px 5px;
	font-weight: bold;
	font-size:18px;
	background: #F4F4F4;
}
.tdformsubheader {
	padding: 5px 5px 10px 5px;
	font-weight: bold;
	font-size:15px;
	color: #028FDF;
}
body {
	line-height: 1;
	color: #000000;
	background: #FFFFFF;
	}
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: "" "";
	}

	/* ========================================= */
/* Tab styling */

.ui-wrapper { border: 2px solid #CCCCCC; }
.ui-wrapper input, .ui-wrapper textarea { border: 0; }

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

@media print {
    .ui-tabs-nav {
        display: none;
    }
}

.ui-tabs-nav, .ui-tabs-panel {
  
    font-size: 14px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { 
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;	
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; 
    padding: 0 12px;
    background: url(images/tabs.jpg) no-repeat;
	font-size:15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.ui-tabs-nav a {
    margin: 5px 0 0; 
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; 
    outline: 0;
	text-decoration: none;
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #fff;
	font-weight:bold;
	text-decoration: none;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 4px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -45px; /* -23px */
	text-decoration: none;
}
.ui-tabs-nav a span {
    padding-top: 15px;
    padding-right: 0;
    height: 31px;
    background-position: 0 0;
    line-height: 20px;
	text-decoration: none;
	color: #5C8BBB;	
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 8px;
    height: 42px;
    background-position: 0 -45px;
    line-height: 33px;
	text-decoration: none;
	color: #000000;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { 
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { 
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 3px solid #DDDCDC;
    padding: 10px;
    background: #FFFFFF; 
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
/* ====== END TABS =================================== */

.signup {
	float: left;
	width: 129px;
	height: 30px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
}
	
.signup a {
	display: block;
	width: 129px;
	height: 30px; 
	background: url(images/signupnow.gif) 0 0 no-repeat;
}
	
.signup a:hover {
	background: url(images/signupnow.gif) 0px -30px no-repeat;
}

.ourproducts {
	float: left;
	width: 129px;
	height: 30px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
}
	
.ourproducts a {
	display: block;
	width: 129px;
	height: 30px; 
	background: url(images/products.gif) 0 0 no-repeat;
}
	
.ourproducts a:hover {
	background: url(images/products.gif) 0px -30px no-repeat;
}

.hide {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #AAA;
	display: none;
}