/* STANDARD HTML ELEMENTS */
body{
	background-image:url('images/oldpaper.gif');
	font-family:Times New Roman,Times,serif;
	font-size:0.9em;
}
a{
	color:#333399;
	text-decoration:none;
}
p{
	margin:0 15px 15px;
}
ul{
	list-style:disc;
	list-style-position:inside;
	margin:0 20px 10px;
}
ul li p{
	margin:0 30px;
}



/* UNIVERSAL HTML ELEMENTS */
.left{
	float:left;
	text-align:left;
}
.right{
	float:right;
	text-align:right;
}
.center{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.header{
	font-weight:bold;
	font-size:1.2em;
	color:#990033;
	text-transform:uppercase;
	text-decoration:underline;
	list-style:none;
}
.highlight{
	font-weight:bold;
	color:#000;
	font-style:italic;
	text-transform:uppercase;
}
.note{
	font-size:0.8em;
	color:#3F3F3F;
	font-style:italic;
	line-height:1em;
	margin-bottom:0.1em;
}



/* TEMPLATE */
div#container{
	width:635px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	overflow:hidden;
}
div#header{
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	width:635px;
	font-weight:bold;
	line-height:1.2em;
	position:relative;
}
div#header img#header{
	border-bottom:1px solid #383838;
}
div#header div.menu{
	padding-right:5px;
	position:absolute;
	top:207px;
	left:144px;
}
div#header div.menu a:hover{
	background:#eee;
}
div.error{
	border-style:solid;
	border-width:1px 0;
	border-color:#000;
	background-color:#EFC659;
	font-size:0.8em;
	padding: 4px;
}
div.content{
	background-color:#d8d0c0;
	margin:0 10px;
	padding:0 10px;
	width:595px;
	line-height:1.5em;
	text-align:left;
	display:block;
}
div.content a{
	font-weight:bold;
	text-decoration:underline;
}
div.content a:hover{
	color:#990033;
}
div.content div.error{
	border:1px solid #fff;
}
div#footer{
	display:block;
	font-size:0.7em;
	color:#666;
	width:635px;
	margin-bottom:4px;
}
div#footer div.inner{
	padding:4px 10px;
}
div#footer a{
	color:#444;
}



/* IMAGE GALLERY */
div#pagination{
	text-align:center;
	font-size:1.4em;
	line-height:1.6em;
}
div#pagination a{
	text-decoration:none;
	margin:0 5px;
	float:left;
}
div#pagination span#pageSelected{
	font-size:1.2em;
	padding:0 6px;
	border:1px solid;
	float:left;
	margin-bottom:-2px;
}
div#imageGallery{
	text-align:center;
}
div#imageGallery img.gallery{
	margin:0 18px;
	width:112px;
}


/* PAGES */
div.content#index div#imageGallery{
	width:260px;
	text-align:center;
	float:left;
}
div.content#index div#imageGallery a{
	display:block;
	width:260px;
	clear:both;
}
div.content#index div#imageGallery img.gallery{
	clear:both;
	margin:0;
	width:auto;
}
div.content#index div#imageGallery a#backToMain{
	display:none;
}
div.content#index p{
	margin-left:270px;
}

div.content#products p{
	clear:both;
}
div.content#products div.moreInfo{
	margin:0 15px 15px 0;
	font-size:0.8em;
	clear:both;
	text-align:right;
}
div.content#vinyl ul{
	width:80%;
	margin-bottom:10px;
}
div.content#vinyl li.highlight{
	font-size:0.9em;
	text-align:center;
	list-style:none;
	border-bottom:1px solid #990033;
	margin-top:10px;
}
div.content#gallery div#imageGallery.featured img{
	width:auto;
	margin:0;
}

iframe { display:block; width:100%; border:none;  margin:0; padding:0; height:100%; }
iframe#templates2 {height:370px;}