﻿/* @override http://localhost/billdavisroofing.css */

/* @group RESET */

table {
	border-collapse: collapse;
}

a {
	outline: none;
}

img {
	border: none;
}

/*ul {
	list-style: none;
	list-style-position: outside;
}*/

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

hr {
	display: none;
	height:1px;
}

/* @end */

/* @group STYLES */

body {
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #2D4589;
}
#main {
	background-color:#fff;
}
p {
	font-size: 12px;
	/*text-align: justify;*/
}

.bodytext {
	font-size: 12px;
}


.bluebld {
	font-family: "Times New Roman";	
	font-size: 12px;
	font-weight: bold;
	color: #2D4589;
}
.bluebold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #2D4589;
	text-decoration: none;
}

.thumbnail {
	text-align: center;
}

.thumbnail img {
	width: 60px;
	height: 46px;
	border: none;
}

.style1 {
	color: #2C3E7C;
}

/* @end */

/* @group LINKS */

a.bodylinks {
	font-family: "Times New Roman";
	font-weight: bold;
	color: #2D4589;
	text-decoration: underline;
	font-size: 12px;
}

a.bodylinks:hover {
	color: #000000;
	font-size: 12px;
}


a:link.sublinks, a:visited.sublinksd {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #2D4589;
	text-decoration: underline;
}
a:hover.sublinks, a:active.sublinks {
	font-size: 12px;
	color: #000000;
}

/* @end */

/* @group GALLERY */

/************************************/

/*-------- GALLERY DESIGN ----------*/

/************************************/

#wrapper {
	/*width:700px;*/
	/*height:100%;*/
	/*overflow:auto;*/
	position:relative;
	margin: 5% auto;
	/*margin: 12.5% auto;*/
	/*border:1px solid #ccc;*/
}
#wrapper h3 {
	margin: 0;
	padding: 0;
	color: #2D4589;
	font-style: italic;
	font-weight: normal;
}
#gallery {
	width:700px;
	/*height:350px;*/
	position:relative;
	margin:50px auto;
	color:#2D4589;
}

#photo {
	padding: 3px;
}

img#photo {
	/*width:600px;
	height:450px;*/
	display:block;
	margin: auto; 
	border: 3px ridge #e5e5e5;
}
#back {
	position:absolute;
	left:0;	
	top: 200px;
}

#next {
	position:absolute;
	right:0;
	top: 200px;
}


div#gallery a {
	text-decoration:none;
	font-weight:bold;
	font-size:60px;
	cursor:pointer;
}
a:link.button, a:visited.button {
	color:#2D4589;
}

a:hover.button, a:active.button {
	color:brown;
}

/* @end */
