			/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
					G  L  O  B  A  L  
			   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html, body {
	background-color: #000;
	text-align: center;
	
}

#wrapper {
	margin: 0 auto;
	text-align: center;
}

#logo {			/* 	used this div only for example */
	background: url(logo.jpg) no-repeat;
	width: 535px;
	height: 120px;
	margin: 250px auto 15px auto;
}


			/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
					N  A  V  I  G  A  T  I  O  N 
			   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#divNav {
	height: 50px;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	width: 600px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 90px;
}

#nav {
	position: relative;
	height: 80px;
	width: 800px;
	margin-top: 50px;
}

#nav li ul, #nav li ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#nav a {
	text-decoration: none;
}

#nav li { /*float the main list items*/
	margin: 0;
	float: left;
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0px;
}

#nav li ul {
	display: none;
}

#nav li.off ul, #nav li.on ul  { /*put the subnav below*/
	position: absolute;
	top: 25px;
	padding-top: 5px;
	background: #000;
	height: 28px;
}

#nav li.on ul {
	background: #000;
}

#nav li.on:hover ul, #nav li.over ul { /*for IE*/
	background: #000;
}

#nav li a {
	color: #fff; /* changes the color for main navigation */
	font-weight: bold;
	display: block;
	width: 800px; /* Width of main navigation */
	padding: 0;
	margin: 0;
	text-align: center;
}

#nav li.on a {
	color: #999;
}

#nav li.on ul a, #nav li.off ul a {
	float: left; /*IE doesn't inherit the float*/
	color: #fff;
	width: auto;
	margin: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

#nav li.on:hover ul a, #nav li.over ul li a { /*for IE - the specificity is necessary*/
	background: #000;
}

#nav li.on ul {
	display: block;
}

#nav li.off:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
}

#nav li.off a:hover {
	color: #999;
}

#nav li.on a:hover {
	color: #fff;
}

#liHome a, #liProducts a, #liFab a, #liProjects a, #liCustomBuilds, #liMedia a, #liAbout a, #liContact a, #liLinks a {
	display: block;
	position: relative;
	height: 26px;
	background-color: #000;
	color: #fff;
	border-right: 1px solid #222;
}

#liHome a {
	border-left: 1px solid #222;
}

#liProducts ul li, #liFab ul li, #liProjects ul li {
	padding: 0;
	border-right: 1px solid #222;
	background-color: #00FF00;
}

#liProducts ul li.subLeftBorder, #liFab ul li.subLeftBorder, #liProjects ul li.subLeftBorder {
	border-left: 1px solid #222;
}





/*subnav formatting*/

#nav li.off ul a, #nav li.on ul a {
	display: block;
	background: #000;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
}		

#nav li.on ul a {
background: #000;
}
#main #photoGalleryMain #wrapper #divNav #mainnav #MoveNav {
	margin-left: 70px;
}
.Darius {
	background-image: url(/Images/CustomBuilds/Darius/Avatar.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
}
#CusomBuildsList {
	margin-right: 30px;
}
#CustomBuildBio {
	text-align: left;
	padding-left: 10px;
}
#CustomBuildBio h2 {
	text-align: left;
	text-indent: 10px;
}
#CustomBuildBio h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}

.style1 {
	font-style: italic;
	font-weight: lighter;
	font-size: 12px;
}
