/* CSS Document */

body {
    margin:0;
    padding: 0;
    text-align: center;
}

#container {
    margin-left: auto;
    margin-right: auto;
    width: 775px;
    text-align: left;
}


#main {
	background-color:#ffffff;
	padding:0 5px 0 5px;
}

#header {
	width:100%;
}

#headerleft {
	width:533px;
	margin:0;
	padding:0;
	float:left;
}

#logo {
	width:307px;
	float:left;
}

#otherspace {
	width:226px;
	float:right;
}

#headerright {
	width:232px;
	margin:0;
	padding:0;
	float:right;
}

#nav {
	width:765px;
	margin:0 0 1px 0;
}

#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#nav li {
	float:left;
	padding:5px 10px 5px 10px;
	/*border-right:1px solid #ffffff;*/
} 

#nav a {
	text-transform:uppercase;
	font-weight:bold;
	font-size:9pt;
}

#nav a:link {text-decoration:none;}
#nav a:visited {text-decoration:none;}
#nav a:hover {text-decoration:underline;}

#midbanner {
	margin:0;
	padding:0; 	
}

.clear {clear:both; height:0px; margin:0; padding:0; overflow:hidden;}

#pagetitle {
	padding:5px 0 5px 10px;
	font-size:11pt;
	letter-spacing:-1px;
	margin:1px 0 1px 0;
}

#contentarea {
	width:765px;
}

#leftcontent {
	width:446px;
	float:left;
	padding:20px 40px 20px 4px;
}

#leftcontent h1 {
	margin:0;
	padding:0 0 10px 0;
	font-size:18pt;
	letter-spacing:-1px;
	font-weight:normal;
}

#leftcontent h2 {
	font-size:11pt;
	margin:0;
	padding:0;
	display:inline;
}

#homenogadgets {
	padding:20px 20px 20px 4px;
}

#homenogadgets h1 {
	margin:0;
	padding:0 0 10px 0;
	font-size:18pt;
	letter-spacing:-1px;
	font-weight:normal;
}

#homenogadgets h2 {
	font-size:11pt;
	margin:0;
	padding:0;
	display:inline;
}

#rightgadgets {
	width:275px;
	float:right;
}

/*---------------------- HOMEPAGE GADGETS----------------------------------------*/

.gadgetcontainer {
	padding:4px 8px 0 8px;
	font-size:8pt;
	height:138px;
	position: relative;
}

.gradhome .maingd {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.gadgetcontainer * {
  margin: 0px;
  position: relative;
  z-index: 1;
}

* html .gradhome .maingd {
  display: none;
}
* html .gadgetcontainer {
	position:static;
}



.gadicon {
	width:21px;
	height:20px;
	float:left;
	padding:0 0 0 3px;
	position: relative;
	
}

.gadarrow .gdarrow {
  left: 0px;
  position: absolute;
  top: 0px;
  width:21px;
  height:20px;
}

.gadicon * {
  margin: 0px;
  position: relative;
}

* html .gadarrow .gdarrow {
  display: none;
}
* html .gadicon {
	position:static;
}






.gtitle {
	font-size:20px;
}

.gcontent {	
	width:100%;
	padding-top:8px;
}

.gimg {
	width:95px;
	float:left;
}

.gimage {
	border:none;
}

.gtext {
	width:150px;
	float:right;
}

.glink {
	margin:12px 0 0 0;
}

.gadlink {
	margin:0;
	padding:6px 0 0 10px;
	font-size:8pt;
	width:265px;
	height:24px;
	margin:0 0 4px 0;
}
	

a.gadgetlink {
	color:#996600;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
}
	
a.gadgetlink:link {text-decoration:none;}
a.gadgetlink:visited {text-decoration:none;}
a.gadgetlink:hover {text-decoration:underline;}


/*------------------------------------------------------------------------------------------------*/

#footer {
	clear:both;
	text-align:center;
	padding:10px 0 0 0;
	margin:0 0 20px 0;
}

#footernav {
	margin:0;
	padding:10px 0 0 0;
	list-style-type:none;
}

#footernav li {
	display:inline;
	padding:0 6px 0 6px;
}

#footernav a:link {text-decoration:none;}
#footernav a:visited {text-decoration:none;}
#footernav a:hover {text-decoration:underline;}

.errortext {color:#990000; font-weight:bold;}

/*----------------------------------------------- DETAIL PAGE------------------------------------------*/


#leftcontentStyle2 {
	width:500px;
	float:left;
	padding:10px 0 20px 0;
}

#nogadcontent h2 {
	font-size:11pt;
	margin:0;
	padding:0;
	display:inline;
}

#leftcontentStyle2 h2 {
	font-size:11pt;
	margin:0;
	padding:0;
	display:inline;
}

#rightgadgetsStyle2 {
	width:255px;
	float:right;
}

#subnav {
	width:130px;
	float:left;
	padding:0 0 0 0;
	margin:0;
}

.subnavtitle {
	display:block;
	font-weight:bold;
	margin:0;
	padding:0 0 8px 14px;
}

#subnav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#subnav li {
	width:110px;
	margin:0;
	padding:0 0 8px 10px;
	float: left;
}

#subnav a {
	font-size:9pt;
	padding:0 0 0 15px;
	display:block;
}

#subnav a:link {text-decoration:none;}
#subnav a:visited {text-decoration:none;}
#subnav a:hover {text-decoration:underline;}


.line {
	width:130px;
	height:1px; 
	display:block;
	position: relative;
	margin:0 0 8px 0;
	padding:0;
}

.sep .subnavline {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.line * {
  margin: 0px;
  position: relative;
  z-index: 1; 
}

* html .sep .subnavline {
  display: none;
}
* html .line {
	position:static;
}



.icon {
	width:8px;
	height:7px;
	float:left;
	margin:3px 0 0 0; 
	padding:0;
	position: relative;
}

.arrow .subnavarrow {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.icon * {
  margin: 0px;
  position: relative;
  z-index: 1;
}

* html .arrow .subnavarrow {
  display: none;
}
* html .icon {
	position:static;
}





#pagecontent {
	width:360px;
	float:right;
}

#pagecontent h1 {
	font-size:18pt;
	font-weight:normal;
	margin:0;
	padding:0;
}

#nogadcontent {
	width:600px;
	float:right;
	padding:10px 20px 30px 0;
}

#nogadcontent h1 {
	font-size:18pt;
	font-weight:normal;
	margin:0;
	padding:0;
}



.gadgetcontainers2 {
	width:239px;
	height:178px;
	font-size:8pt;
	padding:4px 8px 0 8px;
	margin:0 0 2px 0;
	position: relative;
}

.grad .othergd {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.gadgetcontainers2 * {
  margin: 0px;
  position: relative;
  z-index: 1;
}

* html .grad .othergd {
  display: none;
}
* html .gadgetcontainers2 {
	position:static;
}





.gimages2 {margin:4px 0 0 0;}

.gimgs2 {
	width:241px;
	height:68px;
	margin:5px 0 5px 0;
}

.glinks2 {
	margin:12px 0 0 0;
}

.galthumb
{
  float: left;
  width: 90px;
  height:90px;
  margin: 0 10px 15px 0;
  border: 1px solid #333333;
}

.errorbox {
	background-color:#FFC4C4;
	border: 1px solid #FF8282;
	display:block;
	padding:2px 0 2px 5px;
	font-weight:bold;
	color:#750000;
}

/*------------------------------- LIGHTBOX GALLERY STYLES --------------------------------------*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	display: block;
	}
#prevLink {left: 0; float: left;}
#nextLink {right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {}
#nextLink:hover, #nextLink:visited:hover {}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/*---------------------------------------- USER CREATED FORM STYLES -----------------------------------*/

#usercreatedform label {
	font-weight:bold;
}
