/*
   Hawks Electronics General Style Sheet

	Author: Mark Hawks
	Date:   4-27-12

	Filename:         main.css
	Supporting Files: left.jpg, right.jpg

*/


#head                  {position: absolute; top: 0px; left: 0px; width: 830px; height: 250px}

#links                 {position: absolute; top: 250px; left: 2px; width: 830px}
#links ul              {list-style-type: none; padding: 0px; margin: 0px}
#links li              {display: inline; float: left; font-size: 14px; margin-right: 0px;
                        background: url(images/links/right.jpg) no-repeat 100% 50%; color: white}

#links a               {display: block; color: white; text-decoration: none;
                        background: url(images/links/left.jpg) no-repeat 0% 50%; padding: 4px 15px}
#links a:hover         {color: rgb(108,164,223)}

#mainContent           {position: absolute; top: 300px; left: 20px; width: 790px; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif}
