/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color:#fff;
}

* {
	font-family:Verdana, Tahmoa, Arial;
	font-size:x-small;
	color:#575656;
	text-decoration:none;
}

#category {
	text-align:justify;
}

a, a:link {
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-family:Verdana, Tahoma, Arial;
	font-size:medium;
	color:#000000;
	margin-bottom:4px;
	font-weight:bold;
}

h2 {
	font-family:Verdana, Tahoma, Arial;
	font-size:small;
	color:#FC7509;
	margin-bottom:4px;
	font-weight:bold;
}


#orange_bold {
	color:#ff8002;
	font-weight:bold;
}
#black_bold{
	color:#000;
	font-weight:bold;
}
#orange_bold:hover {
	text-decoration:underline;
}
#div_box {
	margin:10px;
	text-align:justify;
	
}
/*  home sections  */

/* general */
#header_temp {
	background-image:url('../images/header_temp.jpg');
	background-repeat:no-repeat;
	width:794px;
	height:311px;	
}
	
.bg_left {
	background-image:url('../images/bg_left.gif');
	background-repeat:repeat-x;
	height:311px;
}
.bg_right {
	background-image:url('../images/bg_right.gif');
	background-repeat:repeat-x;
	height:311px;
}

/* mid column */
#h_welcome{
	background-image:url('../images/h_welcome.gif');
	background-repeat:no-repeat;
	width:300px;
	height:42px;	
}

#sub_welcome{
	background-image:url('../images/sub_welcome.gif');
	background-repeat:no-repeat;
	width:300px;
	height:42px;	
}
#h_news{
	background-image:url('../images/h_news.gif');
	background-repeat:no-repeat;
	width:253px;
	height:42px;	
}
#h_box {
	margin:10px;
	margin-top:-12px;
}
#h_box table tr td p {
	margin:0px;
	margin-top:10px;
	margin-bottom:5px;
}
#h_rdesigns{
	background-image:url('../images/h_rdesigns.gif');
	background-repeat:no-repeat;
	width:211px;
	height:42px;	
}
#h_bg_news{
	background-image:url('../images/h_bg_news.gif');
	background-repeat:repeat-y;
	width:253px;	
}
#h_bg2_news{
	background-image:url('../images/h_bg2_news.gif');
	background-repeat:no-repeat;
	width:253px;
	height:252px;	
}
#h_news_under {
	background-image:url('../images/h_news_under.gif');
	background-repeat:repeat-y;
	width:253px;	
}
#h_news_under_box {
	width:100%;
	height:38px;
}
#bg_coulor {
	background-color:#fbfafa;
}
#h_foot_news {
	background-image:url('../images/h_foot_news.gif');
	background-repeat:no-repeat;
	width:253px;
	height:23px;	
}
#im_centered {
	width:211px;
	height:190px;
	text-align:center;
}



/*  footer */
#f_mline {
	background-image:url('../images/f_mline.gif');
	background-repeat:no-repeat;
	width:764px;
	height:5px;
	overflow:hidden;
}

#f_links {
	font-size:xx-small;
	color:#4e4e4e;
	text-decoration:none;
	text-align:justify;
	line-height:15px;
	padding-right:8px;
	padding-left:8px;
}
#f_links:hover {
	color:#000;
	text-decoration:underline;
}

#f_webfeet {
	text-decoration:none;
	text-align:justify;
	line-height:15px;
	margin-top:12px;
	padding-left:8px;
}
#f_bbox {
	text-align:center;
	display:inline;
	float:right;
	width:220px;
	height:51px;
}
#b_im_margin {
	margin-right:20px;
}


#sub_content_back {
	border-right:#cfcfcf 1px solid;
}

#sub_top11 {
	background-image:url('../images/top_sub11.jpg');
	background-repeat:no-repeat;
	width:536px;
	height:110px;
}

#top_customer_login_back {
	background-image:url('../images/login_back.jpg');
	background-repeat:no-repeat;
	width:228px;
	height:110px;
}

/*  customer login  */
#customer_login {
	font-size:11px;
	margin:0px;
	margin-top:3.2em;
	margin-left:10px;
	text-align:left;
	width:200px;
}

#customer_login p, #customer_login p b{
	margin:0px;
	padding:0px;
	color: white;
	margin-bottom:1em;
}

#customer_login p a {
	color: white;
	align:center;
}

#customer_login #input {
	background-color:#fff;
	border:#b1b1b1 1px solid;
	width:150px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	float:left;
}

#customer_login #sumbit {
	background:transparent url('../images/login_sumbit.gif');
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	cursor:pointer;
	border:0px;
	display:inline;
	margin-left:10px;
}