/* CSS Document */

/* images styling*/
#images {
	padding-top: 		10px;
	padding-bottom:		30px;
	/*padding-left:       10px;*/
	margin: 			0 auto;
	height: 			100%;
	width: 				500px;
	/*border-left: 		3px solid #c30161;*/
	text-align: 		center;
	
}
#images ul {
	list-style:			none;
	padding: 			0px;
	margin: 			0px;
}
#images ul li {
	display: 			inline;
}
#images ul li img {
	border: 			none;
	padding: 			0 10px 10px 0;
	}
	
#images ul li img:hover {
	
}


img.floatRight { 
    float: right; 
    margin: 4px; 
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}


/* This bit of styling is for the page */
body,td,th {
	font-family: 		Helvetica, Ariel, sans-serif;
	font-size: 			14px;
	color: 				#fff;
	height:100%;
}

html,body {
	background: 		#510029 url("../images/bgstripe.jpg") repeat-x scroll;
	height:				100%;
	text-align: 		center;
}

#container{ background: none;
	text-align: 		center;
	margin: 			0 auto;
	width: 				1020px;
	height:				auto;
	/*border: 			3px solid #fff;*/
	/*overflow: 			hidden;*/
}

#mainnav{
float:right;
	background:transparent;
	margin-left: -50px;
	margin-top: 30px;
	text-align: center;
	color: #FFFFFF;
	width: 600px;
	height: 30px;
	z-index: 100;
	/*border: 1px white solid;*/
}

#sidebar{
	float:left;
	height: 			auto;
	width: 				400px;
	text-align: 		center;
	background: 		transparent;
	/*border: 			1px solid black;*/
	padding: 	  		0px;
	margin: 			0px;
	z-index: -1;
	overflow:hidden;
	
	
	}
	
	
#logo{
	background: 		url("../images/logo.jpg") no-repeat;
	padding: 			0px;
	margin: 			0px;
	/*border: 			1px black solid;*/
	height:				237px;
	width: 				402px;
	z-index: -2;
	}

#smallbox{
	background: 		url("../images/sidebar.jpg") no-repeat;
	padding: 			0px;
	margin: 			0px;
	/*border: 			1px black solid;*/
	width: 				100%;
	height: 			auto;
	overflow: hidden;
	
}
	
#sidetext{
	background: 		transparent;
	text-align:			right;
	padding-top: 		25px;
	padding-right: 		50px;
	padding-left:		135px;
	padding-bottom:		50px;
	margin: 			0px;
	width: 55%;
	height: auto;
	/*border: 			1px black solid;*/
	overflow: hidden;
	
}

#header{
	float:				right;
	width: 				600px;
	height: 			110px;
	/*border: 			2px solid #000;*/
	margin-top: 50px;
}

#content{
	float: 				left;
	/*padding-top:		30px;*/
	background: 		url("../images/mainboxbg.jpg") no-repeat;
	text-align: 		center;
	margin-top: 		20px;
	margin-left: 		0px;
	width: 				618px;
	height:				450px;
	/*overflow: 			hidden;*/
	/*border: 		    2px solid #000;*/
}

#maintxt{
	background: 		transparent;
	text-align:			left;
	padding-top: 		25px;
	padding-right: 		25px;
	padding-left:		25px;
	padding-bottom:		50px;
	margin: 			0px;
	width: 90%;
	height: auto;
	/*border: 			1px black solid;*/
}

#info{
width: 590px;
height: 150px;
padding-top: 20px;
margin-bottom: 		25px;
}

#desc{
float: left;
border: 1px solid #c73982;
width: 96%;
padding: 5px;
margin-bottom: 		5px;
}

#tools{
float: left;
border: 1px solid #c73982;
width: 47%;
padding: 5px;
margin-bottom: 		15px;
}


#view{
float: left;
border: 1px solid #c73982;
width: 47%;
padding: 5px;
margin-bottom: 		15px;
}


#contactleft{
float: left;
width: 250px;
}
#contactright{
float: left;
width: 290px;
}
#email{
float: left;
width: 100%;
}


.newContainer{
float: left;
width: 170px;
/*border: 2px solid #fff;*/
text-align: 		center;
padding-bottom: 		15px;
padding-top: 		15px;
margin-left: 10px;
}

.newImg{
/*float:left;
width: auto;*/
padding-bottom: 		15px;
}

.newTitle{
/*float: left;
width:200px;*/
}


ul{
list-style-type:none;
}


#clear{
clear:both;
}
/*navigation rollover effect*/

/*Normal state for navigation links*/
#home, #about, #web, #illustration, #photo, #contact{
	display:inline-block;
	width: 95px;
	height: 28px;
	background: url("../images/nav.gif") no-repeat;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	padding:0px;
	padding-top:6px;
	margin-left:0px;
	font-variant: small-caps;
	z-index: 99;
}
/*Rollover state for navigation links*/
#home:hover, #about:hover, #web:hover, #illustration:hover, #photo:hover, #contact:hover{
	background: url("../images/navhover.gif") no-repeat;
	color:#fff;
	text-decoration:none;
}

a:link {
	color: 				#c73982;
	text-decoration: 	none;
}
a:visited {
	text-decoration: 	none;
	color: 				#c73982;
}
a:hover {
	text-decoration: 	none;
	color: 				#fff;
}
a:active {
	text-decoration: 	none;
	color: 				#FFF;
}

.sidenav {
	/*border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #fff;*/
	list-style:none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-top: 5px;
	width:			200px;
	float:right;
}

.sidenav li{
	border-bottom-width: 1px;
	border-top-width:1px;
	border-bottom-style: dotted;
	border-top-style: dotted;
	border-bottom-color: #fff;
	border-top-color: #fff;
	line-height: 24px;
	text-indent: 4px;
	width:			200px;
}

.sidenav li a{
	color: #fff;
	text-decoration: none;
	display:block;
	font-weight: bold;
	font-size: 14px;
	border: 0;
}

.sidenav li a:hover{
	text-decoration: none;
	background-color: #c73982;
	color: #fff;
}


h1{
	color:				#fff;
	font-size:			26px;
}

h2 {
	color:				#c73982;
	font-size:			18px;
}
