/*
Credit: http://www.redtone.com
*/

body {
	margin: 0 auto;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em;
	background-color: #EFEFEF;
}

a, a:link, a:visited {
	color: #F90;
	text-decoration: none;
}

a:hover {
	color: #F00;
	text-decoration: underline;
}

p { margin: 0px; padding: 0 0 10px 0; }
img {
	border: none;
	margin: 0px 0 0 0px;
}

h1, h2, h3 { font-weight: normal; }

h1 { font-size: 40px; color: #333; margin: 0 0 30px 0; padding: 5px 0; }
h2 { font-size: 24px; color: #000; margin: 0 0 20px 0; padding: 0; }
h3 {
	font-size: 21px;
	color: #F60;
	margin: 0 0 20px 0;
	padding: 0;
}
h4 { font-size: 18px; color: #fff; margin: 0 0 10px 0; padding: 0; }
h5 { font-size: 16px; color: #fff; margin: 0 0 10px 0; padding: 0; }
h6 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
	position: relative;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }




.float_r {
	float: right;
}


.button {

	/*background:	url(../images/redtone_button.png) no-repeat;*/
	color: #000000;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	border: 1px solid #006486;
	margin-top:0px;
	padding: 2px;
}
/*
.button a {
	clear: both;
	display: block;
	width: 92px;
	height: 24px;
	padding: 5px 0 0 0;
	background:	url(../images/redtone_button.png) no-repeat;
	color: #AAAAAA;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}
*/
.button a:hover {	
	/*background: url(../images/redtone_button_hover.png) no-repeat;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	text-decoration: none;*/
}

.redbackground {
	background-color:
#f0000f;
}

/* header */

#redtone_header_wrapper {
	width: 1080px;
	height: 90px;
	margin: 0 auto;

}

#redtone_header {
	width: 1020px;
	height: 100px;
	margin: 0 auto;
	/*		border-top: 1px solid #FFFFFF;*/

}

#redtone_header  #site_title {
	float: left;
	width: 900px;
	padding: 20px 0 6px 40px;
	/*background-color: #E10000;*/
}

#redtone_header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#redtone_header  #site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}



/* end of header */

/* menu */

#redtone_menu_wrapper {
	width: 100%;
	height: 30px;
	/*background: url(../images/redtone_menu.gif);*/
	margin: 0 0 0 0;
	background-color: #FF0000;
}

#redtone_menu {
	width: 1020px;
	height: 110px;
	margin: 0 auto;
	/*background: url(../images/redtone_menu.jpg) repeat-x;*/
	
}

#redtone_menu ul {
	margin: 0;
	padding: 1px 20px 0px 20px;
	list-style: none;
}

#redtone_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#redtone_menu ul li a {
	float: left;
	display: block;
	width: 120px;
	height: 95px;	
	padding: 15px 0 0 0;
	margin-right: 5px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: #163142;	
	font-weight: bold;
	outline: none;
	background: url(../images/redtone_menu_item.jpg) no-repeat;
}

#redtone_menu li a:hover, #redtone_menu li .current {
	color: #000000;
	background: url(../images/redtone_menu_hover.jpg) no-repeat;
}

#redtone_menu ul li a .home {
	display: block;
	height: 20px;
	padding: 55px 0 0 0;
	background: url(../images/home_48.png) no-repeat center top;
}

#redtone_menu ul li a .aboutus {
	display: block;
	height: 20px;
	padding: 55px 0 0 0;
	background: url(../images/questionmark_48.png) no-repeat center top;
}

#redtone_menu ul li a .services {
	display: block;
	height: 20px;
	padding: 55px 0 0 0;
	background: url(../images/star_48.png) no-repeat center top;
}

#redtone_menu ul li a .news {
	display: block;
	height: 20px;
	padding: 55px 0 0 0;
	background: url(../images/newspaper_48.png) no-repeat center top;
}

#redtone_menu ul li a .gallery {
	display: block;
	height: 20px;
	padding: 55px 0 0 0;
	background: url(../images/computer_48.png) no-repeat center top;
}

#redtone_menu ul li a .contact {
	display: block;
	height: 20px;
	padding: 55px 0 0 0;
	background: url(../images/mail_48.png) no-repeat center top;
}

/* end of menu */


/* end of header */

/* slider */

#redtone_slider_wrapper {
	width: 100%;
	height: 200px;
	background: url(../images/redtone_slider.jpg) repeat-x;
}

#redtone_slider {
	width: 910px;
	height: 180px;
	margin: 0 auto;
	padding: 10px;
}

/* end of slider */

/* top row */


#redtone_top_row {
	width: 960px;
	padding: 0 20px;
}




/* end of top row */

/* main */
/* content*/

#redtone_content_wrapper {
	clear: both;
	padding: 10px 20px;
	margin: 0 auto 0 auto;
	_height: 480px;
	min-height: 400px;
	width: 1120px;

}

#redtone_left_sidebar {
	float: left;
	margin-right: 10px;
	width: 180px;
}


#redtone_content {
	float: left;
	min-width: 880px;
	display: block;
}


.news_box {
	clear: both;
	margin-bottom:20px;
}
	
.news_box h3{
	font-size: 14px;
	margin: 0 0 10px 0;
}


.redtone_box {
	margin-bottom: 10px;
	background: url(../images/redtone_box_body.jpg) repeat-y right;
}

.redtone_box .body {
	padding: 3px;
}

.redtone_box h2 {
	position: relative;
	height: 25px;
	margin: 0;
	padding: 8px 15px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	background: url(../images/redtone_box_tr.gif) no-repeat top right;
}

.redtone_box h2 span {
	position: absolute;
	width: 10px;
	height: 35px;
	top: 0;
	left: 0;
	background: url(../images/redtone_box_tl.gif);
}

.redtone_box .box_bottom {
	position: relative;
	height: 12px;
	background: url(../images/redtone_box_br.jpg) top right;
}

.redtone_box .box_bottom span {
	position: absolute;
	width: 10px;
	height: 12px;
	top: 0;
	left: 0;
	background: url(../images/redtone_box_bl.jpg);
}

.side_menu {
	list-style: none;
	padding: 0px;
	margin: 0 0 0 0;
}

.side_menu li {
	padding: 0;
	margin: 5px 0;
}

.side_menu li a {
	display: block;
	color: #666;
	padding: 0px 15px;
	font-weight: normal;
	text-decoration: none;
	background: url(../images/redtone_menu_list.png) left center no-repeat;
}

.side_menu li a:hover {
	color: #F00;
}


/* gallery */


/* end of main */

/* footer */

#redtone_footer_wrapper {
	clear: both;
	width: 100%;
	display: block;
	position : relative;
	bottom : 0px;  
}


/* end of footer */

/* copyright */

#redtone_copyright_wrapper {
	width: 100%;
	background: #f0000f;
	/*border-top: 1px solid #000;*/
	position: relative;
	bottom: 0px;
}

#redtone_copyright {
	width: 100%;
	padding: 15px 20px;
	text-align: center;
	color: #FFF;
}

#redtone_copyright a {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
/* end of copyright */
#logo {
	float: left;
	width: 321px;
	background-image: url(../images/bg_topbar.png);
	height: 85px;
	background-repeat: no-repeat;
}

.image_menu {
	float:inherit;
	margin:0;
	vertical-align: center;
}
#active a {
	color:#F00;
	background: url(../images/redtone_menu_list_over.png) center left no-repeat;
	font-weight: bold;
}


/*Table
-------------------------------------- */
table {
	float: center;
	font-family: "Trebuchet MS", Lucida,Geneva, Arial, Helvetica, SunSans-Regular, sans-serif,Tahoma;
	font-size: 11px;
	padding: 0px;
	border: solid 1px #000000;
	margin-top: 5px;
	margin-left: 5px;
}
th {
	background: #CCC;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

tr {	
background: #F4FCFF;
text-align: center;
}
tr.trleft {	
text-align: left;
background: #CCC;
}
tr.trright {	
text-align: right;
background: #CCC;
}

tr.highligh {
background: #CD9BFF;
}

tr.notify {
background: #FFCCFF;
}

tr.row_link {
text-align: right;
}
tr.row_A {	
background: #F4FCFF;
}
tr.row_B {	
background: #EBEBEB;
}
tr.row_C {	
background: #FFCCFF;
}


tr.row_A_left {	
text-align: left;
padding-left: 5px;
}
tr.row_B_left {	
background: #EBEBEB;
text-align: left;
padding-left: 5px;
}
tr.row_A_right {	
background: #F4FCFF;
text-align: right;
padding-right: 5px;
}
tr.row_B_right {	
background: #EBEBEB;
text-align: right;
padding-right: 5px;
}
tr.row_B_right_bold {	
text-align: right;
padding-right: 5px;
font-weight: bold;
}
tr.row_end {
text-align: right;
background: #CCC;
}

tr.blacklist {
color:#000000;
text-align: left;
background: #FFCCFF;
}
td {
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 0px 1px 0px 1px;
	min-width: 20px;
}
td.right {
text-align: right;
}
td.left {
text-align: left;
}

td.center {
text-align: center;
}

td.bold {
text-align: right;
font-weight: bold;
}

td.bold_left {
text-align: left;
font-weight: bold;
}


td.blue {
text-align: right;
color:#6600FF;
font-weight: bold;
}

td.red {
text-align: right;
color:#FF0000;
font-weight: bold;
}

td.payment_left{
text-align: left;
background-color: #99FF99;
min-width: 250px;

}
td.payment_right{
text-align: right;
background-color: #99FF99;
min-width: 250px;
}

td.int_left{
text-align: left;
background-color: #00CCFF;
min-width: 250px;
}
td.int_right{
text-align: right;
background-color: #00CCFF;
min-width: 250px;
}

td.tax_left{
text-align: left;
background-color: #FFCCFF;
min-width: 250px;
}
td.tax_right{
text-align: right;
background-color: #FFCCFF;
min-width: 250px;
}

fieldset {

margin: 0px;
margin-left: 5px;
margin-top:5px;
padding:  20px;
width: 800px;
border: #555555 solid 2px;
border-left: #555555 solid 1px;
border-top: #555555 solid 1px;
text-align: left;
line-height: 25px;
padding-left: 20px;
background-color: #FFFFCC;

}

label{
width: 180px;
margin-top:0px;
float: left;
clear: left;
text-align: right;
}

input{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top:2px;
	margin-bottom: 4px;
}
.mdtory{
	background-color: #FFDDFF;
	border: 1px solid #555555; 
	color: #000000;
	font-size: 12px; 
}
/*

textarea:focus, textarea:hover {
background-color: #ffffff;
border: 1px solid #006486;
margin-top:0px;
}

input:focus{
background-color: #EEEEEE;
border: 1px solid #006486;

}

input:hover{
color: #000000;
background-color: #EEEEEE;
border: 1px solid #006486;
}
*/

#hiddentxt{

background-color: #EFEFEF;
color: #EFEFEF;
}




/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #ACD6F5;
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}
