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

AIKO | Gallery

copyright 2007

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

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

PAGE

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

#page {

}

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

CONTENT

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

#content {
	height: 777px;
}

#name {
	position: absolute;
	margin: 270px 0 0 430px;
	text-indent: -5000px;
	z-index: 40;
}

#phone {
	position: absolute;
	/*margin: 270px 0 0 680px;*/
	margin: 520px 0 0 630px;
	z-index: 40;
}

#dimensions {
	position: absolute;
	width: 180px;
	/*margin: 270px 0 0 680px;*/
	margin: 270px 0 0 630px;
	z-index: 40;
}

#intro {
	position: absolute;
	margin: 470px 0 0 580px;
	z-index: 40;
}

#intro p {
	width: 170px;
}

.measures th, .measures td {
	padding: 2px 5px 2px 5px;
	font-size: 14px;
	font-weight: normal;
}

.measures .alternative th, .measures .alternative td {
	background-color: #3d0101;
	padding: 2px 5px 2px 5px;
}

.measures th {
	width: 50px;
	text-align: left;
	color: #ed1065;
}

.measures td {
	width: 30px;
}




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

SUBNAVIGATION

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

#subnavigation {
	position: absolute;
	margin: 210px 0 0 55px;
	z-index: 25;
}

#subnavigation li {
	float: left;
	padding: 0 4px 0 4px;
	background: url("../images/subnavigation-pipe-bg.gif") left center no-repeat;
}

#subnavigation li.first {
	padding: 0 5px 0 0;
	background: none;
}

#subnavigation a, #subnavigation a:visited, #subnavigation a:hover, #subnavigation a:active {
	display: block;
	padding: 0 3px;
	color: #ffffff;
	text-transform: uppercase;
}

#subnavigation a.current, #subnavigation a.current:visited, #subnavigation a.current:hover, #subnavigation a.current:active {
	color: #ed1166;
	background-color: #ffffff;
}

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

GRID

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

#main table {
	border-collapse: collapse;
	/*background-color: #490202;*/
	background: transparent url("../images/gallery-bg.jpg") 0 0 no-repeat;
}

#main table td {
	/*padding: 12px;*/
	width: 144px;
	height: 164px;
	text-align: center;
}

#main table a, #main table a:visited {
	display: block;
	position: relative;
	width: 120px;
	height: 140px;
	margin: 0 auto;
	/*background:  url("../images/gallery-thumb.gif") 0 0 no-repeat;*/
}

#main table a:hover, #main table a:active {
	border: 1px solid yellow;
	/*#ED1065*/
	/*background-position: 0 -164px;*/
}

#main table a img {
	/*position: absolute;
	width: 120px;
	height: 140px;
	top: 12px;
	left: 12px;*/
}

