﻿/* A3 IT Solutions */
/* Initial Build: INITIAL HERE DATE HERE */
/* Revisions:
   INITIAL HERE DATE HERE
*/

/***************/
/* Link Styles */
/***************/
/* Default Link Styles */
a:link, a:visited, a:active{ 
  font-family:Arial, Helvetica, Sans-Serif; 
  font-size:12px;
  font-weight:normal;
  color:#c41230;
  text-decoration:none;
}

a:hover{
  text-decoration:underline;
}

/* Main Navigation Link Styles */
#Nav a:link, 
#Nav a:visited, 
#Nav a:active{ 
  font-weight:bold;
  color:#000000;
  text-decoration:none;
  text-transform:uppercase;
  text-align:center;
  line-height:22px;
}

#Nav a:hover{
  text-decoration:none;
  color:#000000;
}

/*****************/
/* Header Styles */
/*****************/
/* Page Header Styles */
h1{
  font-size:16px;
  color:#c41230;
  margin:0 0 0 0;
  padding:0 0 5px 0;
}

h1 span{
  color:#847B77;
}

h2{
  font-size:14px;
  color:#c41230;
  margin:0 0 0 0;
  padding:10px 0 5px 0;
}

h3{
  font-size:12px;
  color:#c41230;
  margin:0 0 0 0;
  padding:0 0 0 0;
}

/***************/
/* Text Styles */
/***************/
/* Main Text Styles */
html{ 
  font-family:Arial, Sans-Serif;
  font-size:12px;
  font-weight:normal;
  color:#847b77;
}


/* Footer Text Styles */
#Footer{  
  color:#847b77;
  line-height:20px;
  text-align:center;
}

/**********************/
/* Testimonial Styles */
/**********************/
#Content #Testimonial{
  font-size:16px;
}

/***************/
/* Home Styles */
/***************/
#Home .services-box{
  font-size:14px;
  color:#847b77;
  line-height:18px;
}

#Home .services-box h1{
  font-size:25px;
  font-weight:bold;
  color:#847b77;
  line-height:30px;
  margin:0;
  padding:15px 0 15px 0;
}

#Home .services-box h1 span{
  font-size:16px;
  font-weight:normal;
  color:#bfb6a3;
  padding:0 0 0 2px;
  text-transform:uppercase;
}

#Home .testimonial em{
  font-size:13px;
}

/***************/
/* Form Styles */
/***************/
/* Legend Styles */
fieldset legend{
  
}

/* Styling All the Labels */
fieldset div label{
  
}

/* Styling the Input Elements */
fieldset div input,
fieldset div select,
fieldset div textarea{
  font-family:Arial, Helvetica, Sans-Serif;
  font-size:12px;
  color:#000000;
}

/* Required Field Marker Styles */
fieldset .error{
  font-family:Arial, Helvetica, Sans-Serif;
  font-size:12px;
  color:#cc0000;
}

/* Submit / Reset Form Elements */
fieldset div#FormControls input{
  font-family:Arial, Helvetica, Sans-Serif;
  font-size:12px;
  color:#000000;
}