@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: georgia;
	background-image: url(imgs/arden-bg.jpg);
	background-repeat: repeat;
}
ul,li{
	margin:0;
	padding:0;
}
li{
	list-style:none;
	float:left;
	display:inline;
	margin-right:0;
	font-size:11px;
	text-align:center;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size:11px;
	text-align:center;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333;
	font-style: italic;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #030;
}
a:active {
	text-decoration: none;
	color: #030;
}

#mainContent {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

#container {
	width: 823px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(imgs/access-gates-bg_15.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 100%;
}

#topLogo {
	background-repeat: no-repeat;
	margin-left: 50px;
	height: 71px;
	width: 247px;
	float: left;
}
#header {
	clear: both;
	height: 71px;
	width: 823px;
	margin: 0;
	padding: 0;
}

#topMenu {
	height: 48px;
	width: 341px;
	float: right;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 11px;
	padding-bottom: 12px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.oneColFixCtr {
	width: 823px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#smallmenu {
	background-image:url(imgs/small-menu-bg.gif);
	width: 801px;
	height: 54px;
	margin-left: 11px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	display: block;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* carosel css */

#my-glider {
	width: 801px;
	height: 330px;
	padding: 0px 11px;
	margin: 20px 0px;
	z-index: 1;
}
#arrowleft  {
	background-repeat: no-repeat;
	height: 76px;
	width: 76px;
	position: absolute;
	z-index: 1;
	margin-top: 120px;
	margin-left: 50px;
	}



#preview {
	position:absolute;
	border: 0;
	background: url(imgs/carousel-images/trans.png) repeat;
	padding:10px;
	display:none;
}
	

#homepageText {
	width: 823px;
	height: 113px;
	background-image: url(imgs/access-home-text.jpg);
	background-repeat: no-repeat;
	z-index: 1;
	background-position: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.hometext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	padding: 20px;
	z-index: 0;
	font-size: 15px;
	width: 500px;
	display: none;
}

.categories {
	width: 160px;
	height: 259px;
	margin:10px;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
p {
	letter-spacing: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footertext {
	background-image:url(imgs/access-gates-footer-text_56.jpg);
	background-repeat: no-repeat;
	height: 57px;
	width: 726px;
	margin-right: 48px;
	z-index: 1;	
}

.catsrow {
	width: 720px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 275px;
	clear: both;
	margin-left: 50px;
}
#pagefooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #102917;
	height: 200px;
	width: 751px;
	padding-right: 36px;
	padding-left: 36px;
	text-align: center;
	margin-top: 30px;
	line-height: 26px;
}

/* menu items */
#menuhome {
	float: left;
	background: url(imgs/home.jpg) no-repeat 0 0;
	height: 48px;
	width: 114px;
}

#menuhome:hover {
	background: url(imgs/home.jpg) 0 -48px;
}
#menuhome span {
	display: none;
}
#menuabout {
	float:left;
	margin-left: 0px;
	background: url(imgs/about.jpg) no-repeat 0 0;
	height: 48px;
	width: 114px;
}

#menuabout:hover {
	background: url(imgs/about.jpg) 0 -48px;
}
#menuabout span {
	display: none;
}
#menucontact {
	margin-left: 0;
	float:left;
	background: url(imgs/contact.jpg) no-repeat 0 0;
	height: 48px;
	width: 113px;
}

#menucontact:hover {
	background: url(imgs/contact.jpg) 0 -48px;
}
#menucontact span {
	display: none;
}
/* menu items end*/


/* lightbox 2 */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../imgs/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../imgs/nextlabel.gif) right 15% no-repeat; }

#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*  Lightbox2 */

.smallmenutext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 8px;
	margin-bottom: 7px;
}
.gatecontainer {
	height: 390px;
	width: 733px;
	margin-top: 15px;
	margin-right: 45px;
	margin-bottom: 15px;
	margin-left: 45px;
}
.gatetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCC;
	background-image: url(imgs/gates-titles_box.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 34px;
	width: 725px;
	margin-bottom: 3px;
	padding-left: 8px;
	line-height: 33px;
}
.gatedetails {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333;
	background-color: #ebebeb;
	padding: 4px;
	height: 298px;
	border: 1px solid #a4a4a4;
	clear: both;
	line-height: 17px;
}
.gateprice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCC;
	background-image: url(imgs/gates-titles_price.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	clear: left;
	float: right;
	height: 34px;
	width: 132px;
	padding-right: 8px;
	margin-top: 4px;
	line-height: 33px;
}
.textdetails {
	float: right;
	height: 285px;
	width: 225px;
	padding: 5px;
}
.mainimg {
	float: none;
	height: 295px;
	width: 480px;
	padding-right: 126px;
	padding-left: 126px;
}
.info {
	background-image: url(imgs/gates-titles_info.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 99px;
	width: 34px;
	margin-right: 5px;
}
#infocontainer {
	height: auto;
	width: 733px;
	margin-top: 15px;
	margin-right: 45px;
	margin-bottom: 25px;
	margin-left: 45px;
}
#infobox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	background-color: #ebebeb;
	border: 1px solid #a4a4a4;
	height: auto;
	width: 676px;
	float: right;
	padding: 8px;
	display: block;
	margin-bottom: 1px;
}
#pageslinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	word-spacing: 3mm;
	clear: both;
	height: 30px;
	width: 717px;
	margin-top: 10px;
	margin-right: 45px;
	margin-bottom: 10px;
	margin-left: 45px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
}

#arrowright {
	background-repeat: no-repeat;
	height: 76px;
	width: 76px;
	position: absolute;
	z-index: 1;
	margin-top: 120px;
	margin-left: 670px;
}
