/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Techstar Molding  */
/* Date : 27th Nov. 2007 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
font-size: 11px;
}

.no-border {
border-style: solid;
border-width: 0px;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
margin-top: 20px;
margin-bottom: 20px;
}

.full-size-table {
width: 779px;
height: 100;
}

.row1 {
height: 2%;
vertical-align : top;
}

.row2 {
height: 93%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

.pad {
padding-left: 25px;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.nav-tile {
background-image: url("images/nav-tile.jpg");
background-repeat : repeat-x;
}

.top-img {
background-image: url("images/img.jpg");
background-repeat : no-repeat;
}

.slideshow-tile {
background-image: url("images/slideshow-tile.jpg");
background-repeat : repeat-x;
background-position: bottom;
}

.address-tile {
background-image: url("images/address-tile.jpg");
background-repeat : repeat-x;
}


.h-dot-line {
background-image: url("images/h-dot-line.jpg");
background-repeat : repeat-x;
background-position: center center;
}

.v-dot-line {
background-image: url("images/v-dot-line.jpg");
background-repeat : repeat-y;
background-position: center center;
}

/* links */

.nav a {
font-family: arial;
color: #a13439;
font-size: 11px;
text-decoration: none;
font-weight: bold;
display: block;
}

.nav a:hover{
color: #000;
}

.top-nav a {
font-family: arial;
color: #fff;
font-size: 11px;
text-decoration: none;
font-weight: bold;
padding: 4px 45px 5px 45px;
display: block;
}

.top-nav a:hover{
color: #fff;
background-color: #ab1f19;
}

/* background colours */

.white {
background-color: #fff;
}

.gray {
background-color: #dcdde1;
}

.graya {
background-color: #8c8f9b;
}

.grayb {
background-color: #c5c7cd;
}

/* borders */

/* navbar */
/* Menu position that can be changed at will */

#menu {
position: relative;
top:0px;
left:0px;
z-index:100;
width: 100%; /* precision for Opera */
}
#menu dl {
float: left;
width: 12em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background-image: url("images/nav-tile.jpg");
background-repeat : repeat-x;
border: 1px solid gray;
margin: 1px;
}


/* submenus */

#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: gray;
}
#menu li a, #menu dt a {
font-family: arial;
color: #ffffff;
font-size: 12px;
text-decoration: none;
font-weight: bold;
display: block;
height: 100%;
border: 0 none;
}


/* navbar hover color */ 

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #ab1f19;
}


#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 0px; 
}


/* End Navbar */

/* text */

.blue-txt {
color: #404b5f;
}

.red-txt {
color: #ab1f19;
}

.gray-txt {
color: #8c8f9c;
}

.company-txt {
color: #6B697B;
}

.services {
color: black;
font-size: 14px;
font-weight: bold;
}

.pagetitle {
color: black;
font-size: 16px;
font-weight: bold;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
}

h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 14px;
}

h4 {
font-size: 12px;
}

/* Span */

.address {
color: black;
font-size: 14px;
font-weight: normal;
}

.phone {
color: black;
font-size: 16px;
font-weight: bold;
}

.faqline {
color: black;
font-size: 14px;
font-weight: bold;
font-style: italic;
}

.ptitle {
color: black;
font-size: 13px;
font-weight: bold;
}

.3rt {
color: black;
font-size: 10px;
}