﻿@charset "utf-8";
/* CSS Document */

/*  
Site Name: boxxtech.com
Description: boxxtech Style Sheet
Version: 1.0
Author: Cindy Zablockis
Author URI: http://www.czdesigns.com/
*/

/* GLOBAL CHROME STYLES */
#chrome { height:75px; background:#000;}
#chrome #chromeWrapper { position:relative; width:1080px; margin:0 auto; }

/* MAIN SITE */
#chrome.mainSite #chromeWrapper { position:relative; width:1000px; margin:0 auto; }
#chrome.mainSite #chromeWrapper a.BoxxLogo { position:absolute; left:17px; top:0px; display:block; background: url('../img/template/logo.jpg') no-repeat; width: 165px; height: 65px; }
#chrome.mainSite #chromeWrapper a.BoxxLogo:hover { background-position:0 0; }
#chrome.mainSite #chromeWrapper p {
	text-align:right;
	color: #FFFFFF;
	font-weight: bold;
}
#chrome.mainSite #chromeWrapper ul {
	display:inline;
}

#chrome.mainSite #chromeWrapper ul li a, a:link, a:visited {
	color:046dfd;
}

#chrome.mainSite #chromeWrapper ul li a:hoover {
	color:ccc;
}
