/* CSS Document */
#page_wrap {
	margin: 0 auto;
	width:1000px;
	overflow:hidden;
}

div {
	border:0px solid red;
	margin:0px;
	padding:0px;
}

body {
	background-color:#333333;
}
img {
	border:0px none;
}
h1,h2,h3,h4,h5 {
	line-height:100%;
}
h1 {
	font-size:25px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:16px;
	line-height:120%;
}
#header {
	height:500px;
	width:1000px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}
/*CELl BORDERS START*/
table, td, th {
	border-color: #be1a3a;
	border-style: solid;
}
table {
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
}
td, th {
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;
	vertical-align:top;
}

/*CELl BORDERS END*/
#myflash {
	margin:0px;
	width:340px;
	height:340px;
	margin-top:70px;
	float: right;
	margin-right: 60px;
	overflow:hidden;
	padding:0px;
}
#logo {
	margin:0px;
	width:175px;
	height:150px;
	margin-left: 390px;
	margin-top: 80px;
	overflow:hidden;
}

#banner {
	margin-top:180px;
	width:500px;
	height:80px;
	overflow:hidden;
	margin-left:60px;
	border:0px solid red;
	color:#BE1A3A;
}
#content {
	width:1000px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px;
	padding:0px;
	overflow:auto;
	background-image:url(images/white_bg.jpg);
	background-repeat:repeat-y;
}
#contentinner {
	padding:2px;
	width: 880px;
	margin: 0px auto;
	overflow:auto;
}
#contentinner_left {
	width: 500px;
	position:relative;
	margin-top:0px;
	float: left;
	overflow:auto;
	font-size:12px;
	line-height:170%;
	border:0px solid red;
}
#contentinner_right {
	width: 300px;
	font-size: 14px;
	position:relative;
	margin-top:0px;
	height:480px;
	
	float: right;
	overflow:auto;
	border:0px solid red;
}
#contentinner_right ul {
	margin:0px;
	padding:0px;
	margin-top:50px;
	margin-left: 50px;
	list-style-type:none;
}
#contentinner_right li {
	padding:3px;
	border-bottom:1px solid #BE1A3A;
	width: 180px;
	padding-left: 10px;
}
#contentinner_right li a {
	color:#000000;
	text-decoration:none;
}
#contentinner_right li a:hover {
	color:#BE1A3A;
}

#contentinner_right ul ul { padding:0px 0 0 25px; margin:0px;  }
#contentinner_right ul ul li {  padding-top:6px;font-size:12px;list-style-type:circle; padding-left:0px; border-bottom:0px none; }
#contentinner_right ul ul li a { color:#444; }
#designers{
	width: 495px;
	height:400px;

}

#designers_right{
	width:319px;
	height:400px;
	float:right;
	padding-left: 10px;
}

#designers_left{
	width:166px;
	height:400px;
	float:left;
}

#telephone {
	color:#BE1A3A;
	padding-top:30px;
	font-size: 18px;
	font-weight:300;
	padding-left: 60px;
	}
#footer {
	height:240px;
	width:1000px;
	margin-top:-70px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	font-size:11px;
	color:white;
}
#footer_inner {
	padding-top:165px;
	padding-left:60px;
}
#footer_inner  a {
	color:#ffffff;
	text-decoration:none;
}
#footer_inner a:hover {
	color:#f4f4f4;
}
#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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; }