/* Copyright Synapsys Technosolutions Pvt. Ltd. www.synapsys.co.in
--------------------------------------------------------------------------------------- */ 

/* CSS Document - Table of Contents:
------------------------------------
 * HTML Tags
 * Generics
 * Page Layout
 * Header
 * Content
 * Footer

--------------------------------------------------------------------------------------- */

/* HTML Tags
--------------------------------------------------------------------------------------- */
html {
color : #000;
background : #fefefe;
}
body {
color : #333;
font-family : "lucida grande", tahoma, verdana, helvetica, arial, sans-serif;
font-size : 13px;
margin : 0;
padding : 0;
}	
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
margin : 0;
padding : 0;
}
table {
border-collapse : collapse;
border-spacing : 0;
}
fieldset, img {
border : 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
font-style : normal;
font-weight : normal;
}
li {
list-style : none;
}
caption, th {
text-align : left;
}
h1, h2, h3, h4, h5, h6 {
font-size : 100%;
font-weight : normal;
}
q:before, q:after {
content : '';
}
abbr, acronym {
border : 0;
font-variant : normal;
}
sup {
vertical-align : text-top;
}
sub {
vertical-align : text-bottom;
}
input, textarea, select {
font-family : inherit;
font-size : inherit;
font-weight : inherit;
}
legend {
color : #000;
}
table {
font-size : inherit;
}
strong {
font-weight : bold;
}

/* Generics
--------------------------------------------------------------------------------------- */
.b {
font-weight : bold;
}
.i {
font-style : italic;
}
.s {
text-decoration : line-through;
}
.u {
text-decoration : underline;
}
.floatr {
float : right;
}
.floatl {
float : left;
}
.clearr {
clear : right;
}
.clearl {
clear : left;
}
.block {
display : block;
}
.inline {
display : inline;
}
.hidden {
display : none;
}
.loading_box {
text-align : center;
}

/* Page Layout
--------------------------------------------------------------------------------------- */
.wrapper {
margin : 0 auto;
width : 900px;
}

/* Header
--------------------------------------------------------------------------------------- */
#header {
border-bottom : 5px solid #555;
height : 85px;
padding : 10px 0;
}

/* Content
--------------------------------------------------------------------------------------- */
#trailer {
background-color : #555;
}
#trailer P {
color : #ddd;
}
#body {
font-size : 15px;
line-height : 25px;
padding : 20px;
}
#news_updates {
background-color : #f4f9fd;
border : 1px dashed #aaa;
height : 90px;
margin : 15px 0;
}
#news_updates P {
padding : 30px 0 30px 25px;
line-height : 30px;
margin-left : 80px;
font-size : 15px;
}
#our_applications TABLE {
width : 850px;
}
#our_applications UL {
padding-left:20px;
}
#our_applications LI {
list-style-type: disc;
list-style-position: outside;
margin: 20px 0;
line-height:30px;
}
/* Footer
--------------------------------------------------------------------------------------- */
#footer P {
border-top : 1px dotted #333;
font-size : 12px;
margin-top : 25px;
text-align : right;
padding : 5px;
}