﻿/*main*/
body
{
    padding-top: 0px;
    background: #FFF;
    font-size: 80%;
    font-family:Arial;
    /*text-align: center;*/
    width: 100%;
    height: 100%;
    margin: 0px;
    color: #666666;
    font-weight:normal;
}

input.btn { 
	border: 1px solid #006;
    background: #cccccc;
	} 
input.btn:hover { 
	border: 1px solid #006;
    background: #ccf;
	} 

body img
{  border-style: none;
}

body a
{
    color: #666666;
    /*font-weight:normal;*/
}

div#maincontainer
{
    position:relative;
    clear:both;
    /*border-style: double;*/
    min-width: 900px;
    margin: 0 auto;       
    width:auto !important;
    width:100%;
}

#topsection
{
    background:#005e9f; 
    display:block;
    margin-left: auto;
    margin-right: auto;
    height: 141px; /*Height of top section*/
    padding-top:0px;
	width:100%;
	text-align:center;
}

#topsection h1
{
    margin: 0;
    padding-top: 15px;
    text-align:center;
}

#contentwrapper
{
    float: left;
    width: 100%;
	text-align:center;
}

#contentcolumn
{
    margin: 0 25% 0 30%; /*Margins for content column. Should be 0 RightColumnWidth 0 LeftColumnWidth*/
    text-align:justify;
    font: Arial;  
    margin-top:3%;
}

#contentcolumn img
{
    display:block;
    margin-left: auto;
    margin-right: auto;
}

#contentcolumn h1
{
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align:left;
    font-size:small;
}

#largecontentcolumn
{   
    margin: 3% 2% 0 2%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
    
	text-align:center;
	text-align: -moz-center;
    font-family: Arial;
    color: #666666;    
    /*min-height:600px;*/
    min-width:950px;
    width:auto !important; /*IE Hack*/
    width:950px;
}

#default
{   
    margin: 0 1% 0 1%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
    text-align:center;
    text-align: -moz-center;
    font-family: Arial;
    color: #666666;    
    min-height:600px;
    margin-top:2%;
    min-width:950px;
    width:auto !important; /*IE Hack*/
    width:950px;
}

#largecontentcolumn a
{
    color: #666666;
	text-decoration:none;
}

#largecontentcolumn h1
{
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: Left;
    font-size: medium;    
}

#leftcolumn
{
    float: left;
    width: 30%; /*Width of left column in percentage*/
    margin-left: -100%;
    /*background: #C8FC98;*/
    text-align:justify;
    font-family: Arial;
    color: #666666;
    margin-top:1.5%;
}

#leftcolumn h1
{
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left:10px;
    text-align: Left;
    font-size: medium;    
}

#leftcolumn a
{
    color: #666666;
}

#largeleftcolumn
{
    float: left;
    width: 46%; /*Width of left column in percentage*/
    margin-right: -100%;
    /*background: #C8FC98;*/
    text-align:justify;
    font-family: Arial;
    color: #666666;
    margin-top: 2%;
    margin-left:2%;
}

#largerightcolumn
{
    float: right;
    width: 49%; /*Width of right column in pixels*/
    margin-left: -50%; /*Set margin to that of -(RightColumnWidth)*/
    /*background: #FDE95E;*/
    text-align:justify;
    font-family: Arial;
    color: #666666;
    margin-top: 2%;
    margin-right:2%;
}

#rightcolumn
{
    float: left;
    width: 25%; /*Width of right column in pixels*/
    margin-left: -25%; /*Set margin to that of -(RightColumnWidth)*/
    /*background: #FDE95E;*/
    text-align:justify;
    font-family: Arial;
    color: #666666;
    margin-top:1.5%;
}

#rightcolumn img
{
    display:block;
    margin-left: auto;
    margin-right: auto;
}

#rightcolumn h1
{
    margin: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    text-align:center;
    font-size:small;
    font-weight:lighter;
}

#rightcolumn a
{
    color: #666666;
}

#footer
{
    clear: left;
    width: 100%;
    background: #005e9f;
    color: #FFF;
    text-align: center;
    padding: 4px 0;
}

#footer a
{   
    text-align:center;
    color: #FFFF80;
}

.innertube
{
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}

.Important 
{      
    font-size: large;      
    color: Red; 
}

/*#hovercontainer {
width: 250px;
font-size:12px;
font-family:Geneva, Arial, Helvetica, sans-serif;
background-color:#FFFFCC;
}*/
/*#hovercontainer a {
color: #000;
text-decoration: none;
}*/
#hovercontainer a .box {
display: none;
}
#hovercontainer a:hover .box {
display: block;
/*width: 200px;*/
border: 1px #000;
background: #aaa;
position: absolute;
background-color:#CCCCCC;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
padding-top: 15px;
margin-top: -100px;
margin-left:5%;
text-decoration:none
} 

#marqueecontainer{
position: relative;
width: 100%; /*marquee width */
height: 250px; /*marquee height */
background-color: white;
overflow: hidden;
border: none;
padding: 2px;
padding-left: 4px;
z-index:-1;
}

/*detail/spec menu*/

ul#specminitabs
{
    list-style: none;
    margin: 0;
    padding: 7px 0;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}
ul#specminitabs li
{
    display: inline;
    margin: 0 3px;
}
ul#specminitabs a
{
    text-decoration: none;
    padding: 0 0 3px;
    border-bottom: 4px solid #FFF;
    color: #999;
}
ul#specminitabs a#currentc
{
	border-color: #000000;
	color: #666666;
}
ul#specminitabs a:hover
{
	border-color: #000000;
	color: #666;
}
/*end of spec menu*/