
/* CSS Document */


/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn,  img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }






/* -------------------------------------------------------------- 
  
VCOM CSS
   
-------------------------------------------------------------- */



body {
	margin: 0;
	text-align: center;/*correct IE bug */
 	background-color: #dfdfdf;
	color: #333333;
	font-family:Helvetica, Arial;
	font-size:12px;
	height: 100%;
}

/* -------------------------------------------------------------- 
  
ACCESSIBILITY
   
-------------------------------------------------------------- */

span#hide {/*back to graphic version on the text only version - hide on the graphic version*/
	position: absolute;
	top: -1000px;
}



/* -------------------------------------------------------------- 
common tag
 -------------------------------------------------------------- */



a {
	color:#000000;
	text-decoration: none;
}

a:hover {
	color:#c02a2a;
	text-decoration: underline;
}
h1{
	color:#000000;
	font-size: 35px ;
	line-height:normal;
	margin-bottom:1em;
}
h2{
	color:#c02a2a;
	font-size: 25px ;
	line-height:normal;
	margin-top:1em;
}
h3{
color:#000000;
font-size:16px;
margin-bottom:0.5em;
font-weight:bold;
}



/* -------------------------------------------------------------- 
general class for images
 -------------------------------------------------------------- */

.imgAlignMiddle {
	vertical-align: middle;
}
.imgAlignTop {
	vertical-align: top;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.imgLeftMargin{
	margin-right: 1em;
	margin-bottom: 1em;
	float: left;
}
.wideImg{
	margin-top: 1em;
}
.imgRightMargin{
	float:right;
	margin-left:2em;
	margin-top:0em;
}

/* -------------------------------------------------------------- 
general class 
 -------------------------------------------------------------- */

.clearAll{
clear:both;
}

.alignRight{
text-align:right;}

/* -------------------------------------------------------------- 
MAIN STRUCTURE
 -------------------------------------------------------------- */


div#container{/* includes everything:  main div  and footer*/
 	margin: auto;
	width: 76em;/* page size */
	text-align: left;
	background-image: url(../Resources/bkgd_container.gif);
	background-repeat: repeat-y;
	display: table;/* necessary to work with height 100%*/
	padding-bottom:20px;
}

div#header {
	background:url(../Resources/bkgd_header.jpg) no-repeat;
	width: 73em;
	display:block;
	border: 0;
	margin: 0;
	padding: 19.7em 1em 0.4em 2em;
}
div#main_nav {
	width: 73em;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
}

div#main_content{
	position:relative;
	overflow:auto;
	width: 75.9em;
	background-image:url(../Resources/bkgd_main_content.gif);
	background-repeat:no-repeat;
	background-position:top;
	}

div#column_nav {
	float:left;
	width: 17.3em;
	display:block;
	border: 0;
	margin: 20px 20px;
	padding:0px;/* 30px 20px 0px 20px;*/
	background-color:#cccccc;
	min-height:460px;
}
div#column_content_whole{ /*When no clumn_nav necessary*/
	float:left;
	width:65em;
	display:block;
	border: 0;
	margin: 0;
	padding: 0 40px 0 80px;
}

div#column_content{
	float:left;
	width:50em;
	display:block;
	border: 0;
	margin: 0;
	padding: 0;
}

div#footer{
	width: 73em;
	display:block;
	border: 0;
	margin: 0px 3px 0px 6px;
	padding: 30px 10px;
	border-top:1px  #CCCCCC solid;
	
}

/* -------------------------------------------------------------- 
HEADER
 -------------------------------------------------------------- */


/* -------------------------------------------------------------- 
MAIN NAVIGATION
 -------------------------------------------------------------- */
#main_nav ul li{
	display:inline;
}
#main_nav ul li a{
	text-transform: uppercase;
	color:#FFFFFF;
	font-size:15px;
	margin: 0px 30px;
}
#main_nav ul li a:hover{
	text-decoration:none;
	color:#c02a2a;
}
#main_nav ul li a#selected{
	background-image:url(../Resources/bkg_tab.gif);
	background-repeat:no-repeat;
	color:#c02a2a;
}
#main_nav ul li a#selectedBig{
	background-image: url(../Resources/bkg_tab-02.gif); /*big tab*/
	background-repeat:no-repeat;
	color:#c02a2a;
}

/* specific to the home tab*/
#main_nav ul li a.home{
	padding: 10px 40px 10px 30px;
}
#main_nav ul li a.home:hover{
	background-image:url(../Resources/bkg_tab.gif);
	background-repeat:no-repeat;
}

/* specific to the about tab*/
#main_nav ul li a.about{
	padding: 10px 30px 10px 18px;
}
#main_nav ul li a.about:hover{
	background-image:url(../Resources/bkg_tab.gif);
	background-repeat:no-repeat;
}

/* specific to the product tab*/
#main_nav ul li a.product{
	padding: 10px 15px 10px 15px;
}
#main_nav ul li a.product:hover{
	background-image: url(../Resources/bkg_tab-02.gif); /*big tab*/
	background-repeat:no-repeat;
}

/* specific to the contact tab*/
#main_nav ul li a.contact{
	padding: 10px 40px 10px 30px;
}
#main_nav ul li a.contact:hover{
	background-image: url(../Resources/bkg_tab-02.gif);
	background-repeat:no-repeat;
}


/* -------------------------------------------------------------- 
COLUMN NAVIGATION
 -------------------------------------------------------------- */
div#column_nav ul{
padding:0.5em;
}
div#column_nav ul li{
list-style:none;
line-height:2.3em;
border-bottom:1px #999999 dotted;
}
div#column_nav ul li a{
font-size:14px;
}
div#column_nav ul li a:hover{
text-decoration:none;
}
/* -------------------------------------------------------------- 
COLUMN CONTENT GLOBAL
 -------------------------------------------------------------- */
div#column_content p, div#column_content_whole p{
margin-bottom:20px;
}
div#column_content ul{
margin-left:50px;
margin-bottom:30px;
}
div#column_content ul li{
list-style:square  outside;
}
table.form td{
padding: 10px 5px;
}
table.form input, table.form textarea {
width:300px;
height:20px;
border:1px solid #333333;
font-size:14px;
color:#333333;
background-color:#CCCCCC;
}
#button{
width:150px;
background-color:#000000;
color:#FFFFFF;}



.productTable{
width:600px;
border-collapse:collapse;
border-top:1px solid #999999;
border-left:1px solid #999999;
margin:10px 0px;
}
.productTable tr.tableHeader{
background-color:#CCCCCC;
font-weight:bold;
}
.productTable td{
border-bottom:1px solid #999999;
border-right:1px solid #999999;
padding:5px;
}
.productTable tr.lightBkgd{
background-color:#ebebeb;
}
/* -------------------------------------------------------------- 
COLUMN CONTENT page without column_nav
 -------------------------------------------------------------- */

#no{
	float:left;
	font-size:10em;
	font-weight: bolder;
	color:#999999;
	letter-spacing:-0.1em;
}
ul#listNo {
	margin-top:2.8em;
}
ul#listNo li {
	list-style:none;
	color:#e2171a;
	font-size:2.4em;
	line-height:0.8em;
}
ul#listNo li span{
display:none;}

#textHome img{
float:right;
}

/*homepage */
ul.commonList{
margin-bottom:2em;
}
ul.commonList li{
color:#000000;
list-style:none;
}
.newFlag{
vertical-align:middle;
float:left;}

#newText{
float:left;
color:#000000;
display:block;
}

/* -------------------------------------------------------------- 
COLUMN CONTENT with column Nav
 -------------------------------------------------------------- */




/* -------------------------------------------------------------- 
FOOTER
 -------------------------------------------------------------- **/
#footer p{
	font-size:11px;
	color:#999999;
	float:left;
}
#logoOther{
	float:right;
}
#logoOther img{
	margin-right:0.5em;
}





