/* Global Elements */

body{
background: #fff;
font-family: verdana;
color: #000;
font-size: 10px;
margin: 0;
padding: 0;
}

img{
border: 0;
}

a:link,
a:active,
a:visited{
color: #1e1e1e;
font-weight: bold;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

#container{
width: 872px;
margin: 0px auto 0px auto;
}

/* Header */
.header_bg{
background: url(images/header_bg.gif) repeat-x;
height: 123px;
}

/* Content */
.latestnews{
text-align: left;
padding-top: 10px;
padding-left: 38px;
font-family: tahoma;
font-size: 12px;
color: #1a1a1a;
text-spacing: 1px;
}

.latestnews a:link,
.latestnews a:active,
.latestnews a:visited{
color: #1e1e1e;
font-weight: bold;
text-decoration: none;
}

.latestnews a:hover{
text-decoration: underline;
}

.specialoffers{
text-align: left;
padding-left: 38px;
}

/* Expandable Box */
.box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 20px;
	padding: 0;
	text-align: left;
	width: 100%;				
	background-color: #F3F3F3;
	}
	
.box_tl, .box_tr, .box_bl, .box_br
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

.box_tl
	{
	background-image:url(images/box_tl.gif);
	background-position: 0% 0%;
	}

.box_tr
	{
	background-image:url(images/box_tr.gif);
	background-position: 100% 0%;
	}
	
.box_bl
	{
	background-image:url(images/box_bl.gif);
	background-position: 0% 100%;
	}

.box_br
	{
	background-image:url(images/box_br.gif);
	background-position: 100% 100%;
	}

.box_b, .box_t
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
.box_t
	{
	background-image:url(images/box_t.gif);
	background-position: 0% 0%;
	}

.box_b
	{
	background-image:url(images/box_b.gif);
	background-position: 50% 100%;
	}
	
.box_r
	{
	background-image:url(images/box_r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

.box_l
	{
	background-color: #F3F3F3;
	background-image:url(images/box_l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
	
.whyus{
padding-left: 25px;
padding-top: 14px;
padding-bottom: 10px;
}	

.clientlogin{
padding-left: 25px;
padding-top: 14px;
padding-bottom: 24px;
}

.clientlogin input{
border: 1px solid #cccccc;
}

.clientlogin input:hover{
border: 1px solid #ada9a9;
}

/* Footer */
.footer_bg{
background: url(images/footer_bg.gif) repeat-x;
height: 80px;
}

.footer_text{
font-family: tahoma;
font-size: 12px;
color: #66ccff;
}

.footer_text a:link,
.footer_text a:active,
.footer_text a:visited{
color: #66ccff;
text-decoration: none;
}

.footer_text a:hover{
text-decoration: underline;
}
