/* CSS Document */

body {	
	background-image: url('images/background.jpg'); 
	background-repeat: no-repeat; 
}
fieldset
{
     border: 5px solid #000000;	
}

 /*LOGIN PAGE DIVS*/
.CUSTOMER_content {
       position: relative;
       top: 10px;
       left: 0px;
       width:  885px;
       height: 400px;
       background-color: #000000;
   }
   
  #CUSTOMER_left-col  {
     position: relative;
     float: left;
     width:   300px;
     height: 400px;
	 text-align:left;
     background-color: #000000;  
	
	
  } 
  
  #CUSTOMER_right-col {
     position: relative;
     top: auto;
     float: right;
     width:   400px;
     height: 400px;
	 text-align:right;
     background-color: #000000;   
    
  }   
 /*END LOGIN PAGE*/
 
 /*NETSUITE PAGE DIVS*/
  .NET_content {
       position: relative;
       top: 10px;
       left: 1px;
       width:  885px;
       height: 500px;
       background-color: #853e1b;
   } 
 
 /*END NETSUITE*/
   
 /*SOLUTIONS DIVS*/
.SOLUTIONS_content {
       position: relative;
       top: 10px;
       left: 0px;
       width:  885px;
       height: 400px;
       background-color: #000000;    
   }  

  #SOLUTIONS_left-col  {
     position: relative;
     float: left;
     width:   60%;
     height: 400px;
	 text-align:left;
	
  } 
  
  #SOLUTIONS_right-col {
     position: relative;
     top: auto;
     float: right;
     width:   40%;
     height: 400px;
	 text-align:right;
  }  

#SOLUTIONS_bottom-col {
      position: relative;     
      width:   100%;
	  height: 400px;      
  } 
  
	/*SOLUTIONS LIST*/
	
	#navcontainer { 		
		width: 100%; 
	}

	#navcontainer ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
	}

	#navcontainer a
	{
		display: block;
		padding: 3px;
		width: 100%;
		height:25px;
		background-image: url('includes/back_over.jpg'); 
		background-repeat: repeat-none;
		color:#000000;
		text-decoration: none;
		font:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
	}

/*
	#navcontainer a:link, #navlist a:visited
	{
		color: #EEE;
		text-decoration: none;
	}
*/
	#navcontainer a:hover
	{
		display: block;
		padding: 3px;
		width: 100%;
		height:25px;
		background-image: url('includes/back_over.jpg'); 
		background-repeat: repeat-none;
		color:#666666;
		text-decoration: none;
		font:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
	}	

	/*END SOLUTIONS LIST*/

/*END SOLUTIONS*/

/*CONTACT DIVS*/
.CONTACT_content {
       position: relative;
       top: 10px;
       left: 0px;
       width:  885px;
       height: 950px;
       background-color: #000000;    
   } 
   
   
  #CONTACT_left-col  {
     position: relative;
     float: left;
     width:   40%;
     height: 400px;
	 text-align:left;
	 background-color:#000000;
	
  } 
  
  #CONTACT_left-topleft  {
     position: relative;
     float: left;
     width:   45%;
     height: 70px;
	 text-align:left;
	 border-right: 1px solid #999999;	
	
  }  

	#CONTACT_left-topright  {
     position: relative;
     float: right;
     width:   40%;
     height: 70px;
	 text-align:left;
	
  } 
  	#CONTACT_left-bottom  {
     position: relative;
     float: right;
     width:   100%;
     height: auto;
	 text-align:left;
	
  } 
  
  #CONTACT_right-col {
     position: relative;
     top: auto;
     float: right;
     width:   50%;
     height: 400px;
	 text-align:left;	
  }  

#CONTACT_bottom-col {
      position: relative;     
      width:   100%;
	  height: 400px;      
  } 

/*END CONTACT*/

 
/*FORM ELEMENTS*/

form
{
	margin-bottom: 3em;
}

/*BEGIN HORIZONTAL FORM ELEMENTS*/

#horizontalForm fieldset
{
	display: block;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
	height: 20px;	
	color: #CCCCCC;
}

#horizontalForm fieldset input
{
	clear: both;
	float: left;	
	padding: 0 1em 1em 1em;
	color: #CCCCCC;
	background-color: #999999;
}



#horizontalForm fieldset.radio
{
	margin: 1em 0 2em 0;
	padding: 0 1em 1em 1em;
}

#horizontalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
	padding: 0 1em 1em 1em;
}

#horizontalForm fieldset.radio label
{
	font-weight: normal;
}

#horizontalForm input
{
	display: block;
	background-color: #000000;
}

#horizontalForm select
{
	display: block;
	background-color: #000000;
}


#horizontalForm input.submit
{
	clear: both;
}

#horizontalForm label
{
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
}

#horizontalForm select
{
	display: block;
}

/*END HORIZONTAL FORM ELEMENTS*/

/*BEGIN VERTICAL FORM ELEMENTS*/

#showForm{
	display: block;
}

#hideForm{
	display: none;
}


#verticalForm fieldset
{
	display: block;
	width: 17em;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
}

#verticalForm fieldset.radio
{
	width: 15em;
	margin: 1em 0 2em 0;
}

#verticalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#verticalForm select
{
	display: block;
	background-color: #000000;
	color:#CCCCCC
}


#verticalForm fieldset.radio label
{
	font-weight: normal;
}
#verticalForm textarea {
 	color:#CCCCCC;
	 font-family: Verdana; 
	 font-weight: bold; 
	 font-size: 10px; 
	 background-color: #000000; 
}

#error{
	text-align:left;
	width: 200px;
	color:#FF0000;
	font-family: Verdana; 
	font-weight: normal; 
	font-size: 9px; 
	background-color: #000000; 
	display: none;
}

#error_firstname{
	text-align:left;
	width: 200px;
	color:#FF0000;
	font-family: Verdana; 
	font-weight: normal; 
	font-size: 9px; 
	background-color: #000000; 
	display: none;
}

#error_lastname{
	text-align:left;
	width: 200px;
	color:#FF0000;
	font-family: Verdana; 
	font-weight: normal; 
	font-size: 9px; 
	background-color: #000000; 
	display: none;
}

#error_address1{
	text-align:left;
	width: 200px;
	color:#FF0000;
	font-family: Verdana; 
	font-weight: normal; 
	font-size: 9px; 
	background-color: #000000; 
	display: none;
}

#error_city{
	text-align:left;
	width: 200px;
	color:#FF0000;
	font-family: Verdana; 
	font-weight: normal; 
	font-size: 9px; 
	background-color: #000000; 
	display: none;
}

#error_state{
	text-align:left;
	width: 200px;
	color:#FF0000;
	font-family: Verdana; 
	font-weight: normal; 
	font-size: 9px; 
	background-color: #000000; 
	display: none;
}

#error_zipcode{
	text-align:left;
	width: 200px;
	color:#FF0000;
	font-family: Verdana; 
	font-weight: normal; 
	font-size: 9px; 
	background-color: #000000; 
	display: none;
}



#error_phone{
	text-align:left;
	width: 200px;
	color:#FF0000;
	font-family: Verdana; 
	font-weight: normal; 
	font-size: 9px; 
	background-color: #000000; 
	display: none;
}

#error_country{
	text-align:left;
	width: 200px;
	color:#FF0000;
	font-family: Verdana; 
	font-weight: normal; 
	font-size: 9px; 
	background-color: #000000; 
	display: none;
}
#error_email{
	text-align:left;
	width: 200px;
	color:#FF0000;
	font-family: Verdana; 
	font-weight: normal; 
	font-size: 9px; 
	background-color: #000000; 
	display: none;
}

#verticalForm input
{
	display: block;
	/*width: 15em;*/
	 color:#CCCCCC;
	 font-family: Verdana; 
	 font-weight: bold; 
	 font-size: 12px; 
	 background-color: #000000; 
}

#verticalForm label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

#verticalForm label.first
{
	padding-top: 1em;
}

#verticalForm select
{
	display: block;
}

/*END VERTICAL FORM ELEMENTS*/
/*BEGIN MARGINAL FORM ELEMENTS*/

#marginForm fieldset
{
	display: block;
	margin: 2 0 2 0;
	/*border: 0 solid #FFFFFF;
	border-top: 1px solid #000000;*/
	padding: 0 1em 0em 1em;
}

#marginForm input
{
	position: relative;
	top: -1.4em;
	left: 4em;
	display: block;
	color: #999999; 
	font-family: Verdana; 
	font-weight: bold; 
	font-size: 12px; 
	background-color: #000000; 
	font-size:12px;
	margin-left:40px;
}

#marginForm input label
{
	clear: both;
	float: left;
	display: block;
	width: 15em;
	margin-top: -1em;
	font-weight: bold;
}

#marginForm input.submit
{
	clear: both;
	top: 0;
	margin-left:10px;
}

#marginForm label
{
	clear: both;
	float: left;
	display: block;
	width: 15em;
	margin-top: -1em;
	font-weight: bold;
}

#marginForm label.first
{
	margin-top: 1em;
}

#marginForm select
{
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
}


/*END MARGINAL FORM ELEMENTS*/
 
 /*END FORM ELEMENTS*/



 /*END FORM ELEMENTS*/
