/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body{
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
	background-position: center;
	font: 80%/normal Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	background:#000000 url(http://www.cryosonic-usa.com/graphics/images/bacground-greene-services.jpg) 0 0;
	background-repeat: repeat-x;
}

p { margin-bottom: 1.2em; }

h2, h3, h4, h5, h6 {
 font-weight: normal;
 letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Verdana,sans-serif;
	margin: 0px;
	padding: 0px;
	color: #0066cc;
}

h1{
	font-family: Arial,Verdana,sans-serif;
	font-size: 20px;
	color: #0066cc;
}

h2{
 font-size: 110%;
 color: #0066cc;
}

h3{
 font-size: 100%;
 color: #0066cc;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #0066cc;
}

h5{
 font-size: 100%;
 color: #0066cc;
}


a:link, a:visited {
	color: #333333;
	text-decoration: none;
}	

a:hover {
	color: #660000;
	text-decoration: none;
}					

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	width: 854px;
	background-position: center;
	margin: 5px auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	background-color:#ffffff
}


#header{
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
    background: url(/graphics/images/Greene-Cryosonic-logo.jpg) #000000; 
	background-repeat: no-repeat;
	height: 190px;
	width: 768px;
	text-align: right;
	font-size: 12px;
	
	
}

 #content {
	float: left;
	
}

#stdParagraph{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;	
}



.short_form {
        font-family: Arial, Helvetica, sans-serif;
        font-size: .9em;
        font-weight: normal;
}

INPUT {
	color: black;
	font-family: arial, verdana, ms sans serif;
	font-size: 1em;
	background-color: #E9E9E9;
}

TEXTAREA {
	background-color: #E9E9E9;
	font-family: arial, verdana, ms sans serif;
	font-size: 1em;
	font-weight: normal
}

#phone{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #660000;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

.smallgray
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #3B4851; 
}
.smallgray2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #3B4851; 
}
.box-bordering 
{
	background-color:#FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color:#8A939C;
	padding: 4px;
}
.padding-left
{
	padding-left: 10px;	
}

.padding
{

	padding-right: 5px;
	padding-top: 5px;	
}
.small-box
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  
	padding-left: 5px;
	padding-right: 5px;	
}


