﻿/* CSS Document */

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #747373;}
	
form, label, input {
		padding:0;
		margin:0;
		}
	
body{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#DFD3B5;
	}

td{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	}
	
h2
{
    font-size:18px;
    color: #cfaa48;
    padding:0 0 0 0;
    margin: 0 0 0 0;
}

h3
{
    font-size:14px;
    color: #cfaa48;
    padding:0 0 0 0;
    margin: 0 0 0 0;
}

a
{
    font-size:11px;
    color: #74655f;
    padding:0 0 0 0;
    margin: 0 0 0 0;	
}
	
.welcome{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#74653D;
	}
	
.call{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color:#1A1A18;
	}	

.body_bg{
	background-image:url(images/body_bg.gif);
	}

.bot_bg{
	background-image:url(images/bot.gif);
	}
	
.left_bg1{
	background-image:url(images/left_bg1.gif);
	}
	
.left_bg2{
	background-image:url(images/left_bg2.gif);
	}
	
.menu_div{
	background-image:url(images/menu_div.gif);
	}

.support_bg{
	background-image:url(images/support.gif);
 	}
	
.menu1 a
{
	font-size:14px;
	color:White;
	font-weight:bold;
	padding-left:40px;
	padding-top:15px;
	text-decoration:none;
}
.menu1 a:hover
{
	font-size:14px;
	color:Yellow;
	font-weight:bold;
	padding-left:40px;
	padding-top:15px;
	text-decoration:underline;
}
.td_on1{
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
.td_off1{	
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
.td_on2{
	background-image:url(images/recent_hover.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}

.td_off2{
	background-image:url(images/recent_normal.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
.td_on3{
	background-image:url(images/services_hover.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
.td_off3{
	background-image:url(images/services_normal.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
.td_on4{
	background-image:url(images/client_hover.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
.td_off4{
	background-image:url(images/client_normal.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}	

.td_on5{
	background-image:url(images/solution_hover.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
.td_off5{
	background-image:url(images/solution_normal.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}		
	
.td_on6{
	background-image:url(images/contact_hover.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
.td_off6{
	background-image:url(images/contact_normal.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}			
	
.bold_welcome{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color:#74653D;
	}
	
	
	
a.menu_link:link, a.menu_link:active, a.menu_link:visited{
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #74653D;
	text-decoration:none;
	}

a.menu_link:hover{
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #74653D;
	text-decoration:underline;
	}

/*-------------------------------
 MENU STYLES
-------------------------------*/
.menu_static_menu_item_style 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform:uppercase;
	color:White;
	text-decoration: none;
	text-align: left;
	cursor: pointer;	
}

.menu_static_menu_item_style A
{
	width: 100%;
	display: block;
	cursor: pointer;
	color:White;
}

.menu_static_menu_item_style A:hover
{
	width: 100%;
	display: block;
	cursor: pointer;
	color: #dcb974;
}

.menu_dynamic_menu_item_style
{
	height:24px;
	width: 100%;
	font-size:14px;
	display: block;
	cursor: pointer;	
	vertical-align:middle;
}

.menu_dynamic_menu_item_style A:hover
{
	height:24px;
	width: 100%;
	font-size:14px;
	display: block;
	cursor: pointer;	
	color: #dcb974;
	vertical-align:middle;
}

.menu_static_hover_style
{
	width:100%;
	cursor: hand;		
}
.menu_static_menu_style
{
	cursor: pointer;	
	width:100%;	
}