body{
margin:0 auto;
padding:0;
line-height: 1.5em;
color: #333;
background: -moz-linear-gradient(top, #333333, #fff);
background: -webkit-gradient(linear, center top, center bottom, from(#333333), to(#fff));
background: #333333; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #333333 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #333333 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #333333 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #333333 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #333333 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

font-size: 90%
}


.main {
margin-bottom:0;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  position:relative;
  width:940px;
}

.main-h1 {
	margin-top:auto;
	padding:5px;
	}


.main-ul li {

  float:left;
  position:relative;
   width:15%;
  text-align:center;
  background:#DAF1F5;
  
}



.main-ul li a {
	
	display:block;
	padding-bottom:5px;
	padding-right:5px;
	padding-top:5px;
	padding-left:5px;
	 text-decoration:none;
	 position: relative;
	 z-index: 100;
	background-color: rgba(164, 164, 164, 0.2);
	  -webkit-transition: all 1s;
	  -moz-transition: all 1s;
	  -o-transition: all 1s;
	  transition: all 1s;
	  
 }
 
.main-ul li a span{
	display:block;
	padding-top:5px;
	font-weight:500;
	font-size: 14px;
	color: rgba(120, 120, 120, 0.9);
	text-transform:uppercase;
	font-family: 'Kotta One', serif;
}

.main-ul li:hover span{
	color: #fff;
	}

.main-ul li:nth-child(1):hover a{
	background-color: rgba(175,54,55,0.8);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);


}
.main-ul li:nth-child(2):hover a{
	background-color: rgba(199, 204, 73, 0.8);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.main-ul li:nth-child(3):hover a{
	background-color: rgba(213, 135, 11, 0.8);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.main-ul li:nth-child(4):hover a{
	background-color: rgba(51, 143, 144, 0.8);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.main-ul li:nth-child(5):hover a{
	background-color: rgba(117,18,98,0.8);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.main-ul li:nth-child(6):hover a{
	background-color: rgba(33, 136, 215, 0.8);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.main-ul li:nth-child(7):hover a{
	background-color: rgba(109, 109, 109, 0.8);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.main-ul li:nth-child(8):hover a{
	background-color: rgba(152, 120, 92, 0.8);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}



	
h1 {
	
	position:relative;
	padding-top:200px;
	font-family: 'Kotta One', serif;
	font-weight:300;
	font-size:28px;
	text-align:center;
	color:#097;
	text-shadow: 1px #ddd;
	

}

	
h2{
	text-align:center;
	}
	

h2 a{
	position:relative;
	font-family: 'Kotta One', serif;
	font-weight:300;
	font-size:20px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	color:#666;
	text-shadow: 0.5px #ddd;
	}
	
	

b{font-size: 0.8125em}
em{color: red;}

#topsection{

height: 200px; /*Height of top section*/
width:940px;
margin-top: 5px;
padding 0;
position: relative;
background-image:url(Header5.JPG);
}
#topsection_innertube {
position:absolute;
left:0px;
}

a:link {color:#0088B2;background-color:none;}    /* unvisited link */
a:visited {color:#0088B2;background-color:none;} /* visited link */
a:hover {background-color:none;}   /* mouse over link */
a:active {background-color:none;}  /* selected link */


#maincontainer {
width:940px;
margin: 0 auto;
background-color: #fff;
min-height:100%;
position:relative;
}


h1,h2,h3,h4 {color:#0088B2;}



#contentwrapper{
float: left;
width: 940px;
margin: 0 auto;
background-color: #fff;

}

#contentcolumn{
margin: 0 250px 0 165px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
text-align:justify;
}

#homecolumn{
margin: 20px 270px 0px 8px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
text-align:justify;
}


#leftcolumn{
float: left;
width: 160px; /*Width of left column*/
margin-left: -940px;
background: #F8F8F8;

}


#subscribe {
width:150px;
overflow:auto;
margin: 0;
padding: 5px 0 7px 7px;
    }

#rightcolumn{
float: left;
width: 250px; /*Width of right column*/
margin-left: -250px; /*Set left marginto -(RightColumnWidth)*/
background: #F8F8F8;
}

#faux1 {
position:relative;
float:left;
width: 230px;
overflow:auto;
margin-top:10px;
margin-bottom:10px;
}

#faux2 {
position:relative;
float:left;
width: 230px;
overflow:auto;
background-image: url(banner-background.jpg);
background-repeat:no-repeat;
margin-top:10px;
margin-bottom:10px;

}

#faux3 {

position:relative;
float:left;
width: 230px;
overflow:auto;
margin-top:10px;
margin-bottom:10px;
border:2px solid green;
border-style:outset;
}

#footer{
clear: left;
width: 940px;
text-align: right;
padding: 0;
margin:0;
height:30px;
font-size: 11px;
background-color:#F8F8F8;
}

#footer a{
color: #FFFF80;
}



.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


#handle {
    position: absolute;
    cursor: move;
    top: 0;
    z-index: 100;
    /* bespoke to your own solution */
    height: 17px;
    width: 181px;
}


hr {color: #993333;}

img {border : none;}


#top {
	background :#D6EBFF gradient repeat-x;
	height : 20px;
	visibility : visible;
}


#topMetaNavigation {
	float : right;
	height : 16px;
	line-height : 16px;
	text-align : right;
	width : auto;
	
}


#topMetaNavigation a {
	color : #767676;
	vertical-align : top;
}

#topMetaNavigation li {
	display : inline;
	float : right;
	font-size : 10px;
	font-weight : bold;
	margin-left : 5px;
	vertical-align : top;
}

#topMetaNavigation ul {
	list-style-type : none;
	margin-bottom : 0px;
	margin-right : 10px;
	margin-top : 0px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 145px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: 12px Verdana;
color: white;
background: #0088B2 url(arrow-stop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 5px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}
