/*
 * GENERAL 
 */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
}
body {
	background-color: #414041;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 18px;
}

ul {
	margin: 0px 0px 10px 22px;
	padding: 0;
}

.normal, p{
	padding: 5px 0px 5px 0px;
}

a, a:visited {
	text-decoration: none;
	color: #006699;
}

a:hover, a:active {
	text-decoration: underline;
}

h1 {
	color: #4F4F4F;
	font-size: 20px;
	margin: 0px;
}

h2 {
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	margin: 0px;
	font-size: 14px;
	font-weight: 400;
}

h1.bullet {
	background: url(../graphics/bullet.gif) top left no-repeat;
	padding-left: 14px;
}

h1.header {
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: 400;
}

h2.bullet {
	background: url(../graphics/bullet.gif) top left no-repeat;
	padding: 0px 0px 11px 15px;
	margin-left: 5px;
}

h2.header {
	font-size: 22px;
	font-weight: 400;
}

p.bullet {
	background: url(../graphics/bullet.gif) top left no-repeat;
	padding: 3px 0px 0px 15px;
	margin: 1px 0px 10px 5px;
}

p.bullet_check {
	background: url(../graphics/bullet_check.gif) top left no-repeat;
	padding: 5px 0px 0px 30px;
	margin: 1px 0px 15px 5px;
}

li.bullet {
	background: url(../graphics/bullet.gif) top left no-repeat;
	padding: 3px 0px 0px 15px;
	margin: 1px 0px 10px 5px;
}

.blue {
	color: #496F9D;
}

.green {
	color: #4C6E09;
}

.light_green {
	color: #7FF675;
}

.lime
{
color: #669933 ;
}

.gray {
	color: #6C6C6C;
}

.white {
	color: #ffffff;
}

/*
 * HEADER 
 */
#header {
	background: #FFFFFF url(../graphics/header_bg.gif) top left repeat-x;
	height: 94px;
	min-width: 1003px;
	overflow: hidden;
}

#header #top-left {
	float: left;
	margin-top: 5px;
}

#header #logo {
	float: left;
	height: 88px;

}

#header #slogan {
	float: left;
	padding-top: 5px;
	height: 88px;
}

#header #slogan img {
	padding: 2px 5px 0px 10px;
}

#header #slogan h2 {
	color: #666;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif, Verdana;
	font-size: 15px;
	font-weight: normal;
	display: inline;
}

#header #top-right {
	float: right;
	background: url(../graphics/header_top-right.gif) top right no-repeat;
	height: 44px;
}

#header #top-right #text {
	font-weight: bold;
	font-size: 12px;
	float: right;
	height: 30px;
	margin: 10px 20px 0 0;
	width: 255px;
}
/*
#header #top-right #text {
	float: right;
	margin-top: 12px;
	margin-right: 30px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
*/

#header #top-right #corner {
	float: right;
	margin-top: 12px;
	text-align: center;
	width: 135px;
}

#header #top-right #corner a {
	color: #FFFFFF;
	font-weight: bold;
}

#header #special {
	clear: right;
	float: right;
	padding-top: 10px;
	height: 40px;
	text-align: right;
	margin-right: 5px;
}

/*
*CONTAINER
*/

#container {
	background: #ffffff;
}

.tab_content {
	height: 100px;
	width: 950px;
	visibility: hidden;
	overflow-x:auto;
	overflow-y:no;
	position: absolute;
	padding: 0px;
	margin: 0px;
}

/*
 * MENU 
 */
#menu {
	height: 42px;
	background: #000000 url(../graphics/menu_bg.gif) top left repeat-x;	
	width: 1003px;	
	text-align: center;
}

#menu #menu_left {
	background: #FFFFFF;
	width: 5px;
	height: 42px;
	float: left;
}

#menu #menu_right {
	background: #FFFFFF url(../graphics/menu_right.gif) top left no-repeat;	
	width: 16px;
	height: 42px;
	float: right;
}

#menu a {
	float: left;
	background: url(../graphics/menu_item_bg.gif) top left no-repeat;	
	display: block;
	height: 34px;
	width: 130px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	padding-top: 8px;
	font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif
}

#menu a:hover, #menu a.selected {
	background: url(../graphics/menu_item_bg_hover.gif) top left no-repeat;	
}

#menu a.left {
	background: url(../graphics/menu_item_home_bg.gif) top left no-repeat;	
	width: 132px;
}

#menu a.left:hover, #menu a.left_selected, #menu a.left_selected:hover {
	background: url(../graphics/menu_item_home_bg_hover.gif) top left no-repeat;	
	width: 132px;
}

/*
 * CONTENT 
 */
#content {
	width: 995px;
	padding: 0 8px 15px;
}

/*
 * FOOTER
 */
#footer {
	background: url(../graphics/footer_bg.gif) top left repeat-x;
	height: 70px;
	min-width: 1003px;
}

#footer #footer_menu {
	float:left;
	background:#FFFFFF;
	margin-left: 5px;
}

#footer #footer_menu_left {
	float: left;
	background: url(../graphics/footer_menu_left_bg.gif) bottom left repeat-x;
	width: 9px;
	height: 10px;
	margin-top: 9px;
	/*+margin-top: 5px;*/
}

#footer #footer_menu_right {
	float: left;
	background: url(../graphics/footer_menu_right_bg.gif) bottom left repeat-x;
	width: 9px;
	height: 10px;
	margin-top: 9px;
	/*+margin-top: 5px;*/
}

#footer #footer_menu a {
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 11px;
	color: #444444;
	background: url(../graphics/footer_menu_item_bg.gif) top left no-repeat;
}

#footer #footer_menu a.left {
	background: none;
	padding-left: 4px;
}

#footer #footer_right {
	float: right;
	width: 370px;
}

#footer #copyright {
	width: 350px;
	color: #C7C7C7;
	font-size: 11px;
	margin-top: 14px;
	text-align: right;
	padding-right: 5px;
}


/*
 * SPECIAL
 */

/* Widebar default */  
.widebar {
	background: url(../graphics/widebar_bg.gif) top left repeat-y;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	text-align: left;
}

.widebar_top {
	background: url(../graphics/widebar_top_bg.gif) top left no-repeat;
	height: 9px;
}

.widebar_bottom {
	background: url(../graphics/widebar_bottom_bg.gif) bottom left no-repeat;
	height: 15px;
}

div.widebar_content_text {
	padding: 5px 25px 5px 15px;
}

.box_a {
	background: url(../graphics/box_a_bg.gif) top left no-repeat;
	height: 98px;
	width: 224px;
	float: left;
	margin-left: 7px;
	margin-right: 7px;
}
 
/* Inverse tab default (and darkblue, green, darkgreen, black and gray) */ 
a.inverse_tab, a.inverse_tab_selected,
a.inverse_tab_darkblue, a.inverse_tab_darkblue_selected,
a.inverse_tab_green, a.inverse_tab_green_selected,
a.inverse_tab_darkgreen, a.inverse_tab_darkgreen_selected,
a.inverse_tab_black, a.inverse_tab_black_selected,
a.inverse_tab_gray, a.inverse_tab_gray_selected {
	float: left;
	background: url(../graphics/inverse_tab_bg.gif) top left no-repeat;	
	display: block;
	height: 31px;
	width: 165px;
	text-align: center;
	color: #2E4C71;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right:1px;
}

a.inverse_tab:hover,
a.inverse_tab_darkblue:hover,
a.inverse_tab_green:hover,
a.inverse_tab_darkgreen:hover,
a.inverse_tab_black:hover,
a.inverse_tab_gray:hover {
	background: url(../graphics/inverse_tab_bg_hover.gif) top left no-repeat;
	text-decoration: none;
} 
 
a.inverse_tab_selected, a.inverse_tab_selected:hover,
a.inverse_tab_darkblue_selected, a.inverse_tab_darkblue_selected:hover,
a.inverse_tab_green_selected, a.inverse_tab_green_selected:hover,
a.inverse_tab_darkgreen_selected, a.inverse_tab_darkgreen_selected:hover,
a.inverse_tab_black_selected, a.inverse_tab_black_selected:hover,
a.inverse_tab_gray_selected, a.inverse_tab_gray_selected:hover {
	background: url(../graphics/inverse_tab_bg_hover.gif) top left no-repeat;
	text-decoration: none;	
}

/* Inverse tab darkblue (details) */
a.inverse_tab_darkblue, a.inverse_tab_darkblue_selected {
	background: url(../graphics/inverse_tab_bg_darkblue.gif) top left no-repeat;	
	color: #FFFFFF;
}

a.inverse_tab_darkblue:hover {
	background: url(../graphics/inverse_tab_bg_darkblue_hover.gif) top left no-repeat;
} 

a.inverse_tab_darkblue_selected, a.inverse_tab_darkblue_selected:hover {
	background: url(../graphics/inverse_tab_bg_darkblue_hover.gif) top left no-repeat;
}

/* Inverse tab green (details) */
a.inverse_tab_green, a.inverse_tab_green_selected {
	background: url(../graphics/inverse_tab_bg_green.gif) top left no-repeat;	
	color: #4C6E09;
}

a.inverse_tab_green:hover {
	background: url(../graphics/inverse_tab_bg_green_hover.gif) top left no-repeat;
} 

a.inverse_tab_green_selected, a.inverse_tab_green_selected:hover {
	background: url(../graphics/inverse_tab_bg_green_hover.gif) top left no-repeat;
}

/* Inverse tab darkgreen (details) */
a.inverse_tab_darkgreen, a.inverse_tab_darkgreen_selected {
	background: url(../graphics/inverse_tab_bg_darkgreen.gif) top left no-repeat;	
	color: #FFFFFF;
}

a.inverse_tab_darkgreen:hover {
	background: url(../graphics/inverse_tab_bg_darkgreen_hover.gif) top left no-repeat;
} 

a.inverse_tab_darkgreen_selected, a.inverse_tab_darkgreen_selected:hover {
	background: url(../graphics/inverse_tab_bg_darkgreen_hover.gif) top left no-repeat;
}

/* Inverse tab black (details) */
a.inverse_tab_black, a.inverse_tab_black_selected {
	background: url(../graphics/inverse_tab_bg_black.gif) top left no-repeat;	
	color: #FFFFFF;
}

a.inverse_tab_black:hover {
	background: url(../graphics/inverse_tab_bg_black_hover.gif) top left no-repeat;
} 

a.inverse_tab_black_selected, a.inverse_tab_black_selected:hover {
	background: url(../graphics/inverse_tab_bg_black_hover.gif) top left no-repeat;
}

/* Inverse tab gray (details) */
a.inverse_tab_gray, a.inverse_tab_gray_selected {
	background: url(../graphics/inverse_tab_bg_gray.gif) top left no-repeat;	
	color: #6C6C6C;
}

a.inverse_tab_gray:hover {
	background: url(../graphics/inverse_tab_bg_gray_hover.gif) top left no-repeat;
} 

a.inverse_tab_gray_selected, a.inverse_tab_gray_selected:hover {
	background: url(../graphics/inverse_tab_bg_gray_hover.gif) top left no-repeat;
}

/* Button big default */
a.button,
a.button_darkblue,
a.button_darkblue2,
a.button_green,
a.button_darkgreen,
a.button_gray {
	float: inherit;
	width: 202px;
	height: 63px;
	line-height: 63px;
	background: url(../graphics/button.gif) top left no-repeat;
	display: block;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
}

a.button:hover,
a.button_darkblue:hover,
a.button_darkblue2:hover,
a.button_green:hover,
a.button_darkgreen:hover,
a.button_gray:hover {
	background: url(../graphics/button_hover.gif) top left no-repeat;
	text-decoration: none;
}

/* Button big darkblue (details) */
a.button_darkblue {
	background: url(../graphics/button_darkblue.gif) top left no-repeat;
}

a.button_darkblue:hover {
	background: url(../graphics/button_darkblue_hover.gif) top left no-repeat;
}

/* Button big darkblue2 (details) */
a.button_darkblue2 {
	background: url(../graphics/button_darkblue2.gif) top left no-repeat;
}

a.button_darkblue2:hover {
	background: url(../graphics/button_darkblue2_hover.gif) top left no-repeat;
}

/* Button big green (details) */
a.button_green {
	background: url(../graphics/button_green.gif) top left no-repeat;
}

a.button_green:hover {
	background: url(../graphics/button_green_hover.gif) top left no-repeat;
}

/* Button big darkgreen (details) */
a.button_darkgreen {
	background: url(../graphics/button_darkgreen.gif) top left no-repeat;
}

a.button_darkgreen:hover {
	background: url(../graphics/button_darkgreen_hover.gif) top left no-repeat;
}

/* Button big gray (details) */

a.button_gray {
	background: url(../graphics/button_gray.gif) top left no-repeat;
}

a.button_gray:hover {
	background: url(../graphics/button_gray_hover.gif) top left no-repeat;
}

/* Button small */ 
a.button_small {
	float: inherit;
	width: 118px;
	height: 23px;
	background: url(../graphics/button_small.gif) top left no-repeat;
	display: block;	
	color: #FFFFFF;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
}

a.button_small:hover {
	background: url(../graphics/button_small_hover.gif) top left no-repeat;
	text-decoration: none;
}

/* Button select */ 
a.button_select {
	width: 65px;
	height: 20px;
	line-height: 20px;
	background: url(../graphics/button_select.gif) top left no-repeat;
	display: block;

	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

a.button_select:hover {
	text-decoration: none;
}

/* Tables */
table.pricing {
	background: #ffffff;
	border-bottom: solid 1px #BEBBBB;
	border-right: solid 1px #BEBBBB;
	text-align: center;
	margin: 0;
}

.pricing tr.heading td {
	/*background: #cfee95;*/
	background: #347AA9 url(../graphics/tr_heading_bg.gif) top left repeat-x;
	color:#FFFFFF;
	border-left: solid 1px #ffffff;
}

.pricing tr.heading td p{
	color: #ffffff;
	font-size: 14px;
}

.pricing tr.select td {
	color:#FFFFFF;
	border-bottom: solid 3px #bebbbb;
	
}

table.pricing td {
	width: 115px;
	border-top: solid 1px #BEBBBB;
	border-left: solid 1px #BEBBBB;
}

table.pricing td.left {
	border-top: solid 1px #BEBBBB;
	border-left: solid 1px #BEBBBB;
	font-weight: bold;
	text-align: left;
	width: 180px;
}

table.pricing td.wide {
	width: 220px;
}

.pricing tr.dark{
	background: #F9F9F9;
}

.pricing th
{
	background: #777777;
	color: #fff;
	font-size: 12px;
	width: 100%;
}

table.gallery {
	text-align: center;
}

table.gallery td {
	border: solid 1px #ccc;
}

table.gallery a img{
	text-decoration: none;
	border: 0 none;
}



/* Extras... */

.floatl { clear: left; float: left !important; }
.floatr { clear: right; float: right !important; }
.clear { clear: both !important; }

div.clear { clear: both !important; height: 0; }


.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.justify {
	text-align: justify;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bullet {
	background: url(../graphics/bullet.gif) top left no-repeat;
	padding-left:15px;
}

/* SITE SEARCH */

#menu #search {
	float: left;
	width: 160px;
	height: 31px;
	padding-top: 11px;
	padding-left: 34px;
	background: url(../graphics/menu_search.gif) top left no-repeat;
}

#menu #search input {
	border: 0px;
	width: 150px;
	background: none;
	color: #727272;
	font-size: 11px;
}

.sitesearch_area {
}

.sitesearch_field{
}

#sitesearch_query {
}

/* END SITE SEARCH */
