@import url(connollys_forms.css);

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #FFFFFF;
	background: #212121 url(../images/global/body-background.gif) repeat-x top;
	text-align: center;
}

p {
	clear: both;
}

a:link,
a:visited {
	color: #d00;
}

img, a img, :link img, :visited img {
	border: none;
}

#layout {
	width: 980px;
	text-align: left;
	margin: 10px auto;
}

#header {
	width: 980px;
	height: 106px;
	position: relative;
	text-align: center;
	overflow: hidden;
    background: url(../images/global/header.gif) #1f1f1f no-repeat 0 0;
}

#maintitle {
	position:relative; 
	left:330px; 
	top:30px; 
	padding:5px; 
	font-size:26px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	width: 640px;
}

#subtitle {
	position:absolute; 
	width: 400px;
	left:460px; 
	top:62px; 
	padding:5px; 
	height:20px; 
	font-size:16px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
}

/* NAVIGATION */

#header a:link,
#header a:visited,
#header a:hover,
#header a:active {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 106px;
}

#nav-main ul {
	width: 978px;
	font-size:13px;
	margin: 0 1px 0 0;
	background: #252525 url(../images/nav-backgrounds/nav-main.gif) repeat-x center center;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	overflow: hidden;
}

#nav-main li {
	display: inline;
}

#nav-main li a:link,
#nav-main li a:visited {
	height: 2.2em;
	line-height: 2.2em;
	display: block;
	float: left;
	color: #959595;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 7px;
	text-transform: capitalize;
	border-right: 1px solid #191919;
	background: #2D2D2D url(../images/nav-backgrounds/nav-main.gif) repeat-x center center;
}

#nav-main li a:hover {
	background: #444 url(../images/nav-backgrounds/nav-main-hover.gif) repeat-x center center;
	color: #fff;
}

body#home li.home a,
body#concrete li.concrete a,
body#metallics li.metallics a,
body#stains li.stains a,
body#spray li.spray a,
body#dyes li.dyes a,
body#texture li.texture a,
body#epoxies li.epoxies a,
body#quartz li.quartz a{
	color: #fff;
	background: #d00 url(../images/nav-backgrounds/nav-main-on.gif) repeat-x center center;
}

/* HEADING TAGS */

h1, h2, h3, h4, h5, h6 {
 font-size: 1.6em;
 color:#d00;
 margin: 20px 10px;
 line-height: 24px;
}



#content {
	float: left;
	width: 978px;
	background-color: #000;
	position: relative;
	left:2px;
}

#contenthome {
	float: left;
	width: 100%;
	background-color: #000;
	position: relative;
}

#content-main {
	width: 978px;
	margin-right: 1px;
	float: right;
	overflow: hidden;
}

#content-nav-sub {
	float: left;
	width: 185px;
	text-align: right;
}


#content-main p,
#content-main ul {
	margin: 0px 10px 15px 10px;
}

#content-main ul.list-dots {
	margin-top: -15px;
	margin-bottom: 20px;
	float: left;
}
#content-main ul.list-dots li {
	padding: 0px 10px 0px 17px;
	background: url(../images/global/listbox-red.gif) no-repeat 5px 55%;
}


#content-main ul.list-dots-2col {
	margin: -15px 0px 30px 10px;
	float: left;
	width: 284px;
}
#content-main ul.list-dots-2col li {
	padding: 0px 10px 0px 17px;
	background: url(../images/global/listbox-red.gif) no-repeat 5px 55%;
}

#content-main ul.list-dots-2col li.list-description {
	padding: 0;
	background: none;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 1.2em;
}

#content-main  ul.list-parquetry-thumbs li {
	display: block;
	margin-right: 15px;
	float: left;
	margin-bottom: 15px;
}
#content-main  ul.list-parquetry-thumbs li img {
	border: 1px solid #808080;
}

/* CONTENT IMAGES */

.left-images {float:left; padding: 20px 0px 20px 20px;}
.right-images {float:right; padding: 20px 20px 20px 0px;}
.left-only-images {float:left; padding: 20px;}
.right-only-images {float:right; padding: 20px;}
.left-text {float: left; padding: 20px 10px 0px 5px;}
.right-text {float: right;}

/*gallery styles*/
#content-main p.gallery-layout img {
	float: left;
	margin: 0 15px 5px 0;
	border: none;
}

/*** special offers ***/
#content-main p.special-offers {
	font-size: 1.2em;
	overflow: auto;
}
#content-main p.special-offers strong {
	color: #d00;
	font-weight: bold;
}
#content-main p.special-offers img {
	border: 1px solid #d00;
	margin-right: 10px;
	float: left;
}

#content-home {
	width: 95%;
	margin-right: 20px;
	float: right;
	overflow: hidden;
}

#content-nav-sub {
	float: left;
	width: 185px;
	text-align: right;
}
 
 
#content-home p,
#content-home ul {
	margin: 0px 10px 15px 10px;
}

#content-home ul.list-dots {
	margin-top: -15px;
	margin-bottom: 20px;
	float: left;
}
#content-home ul.list-dots li {
	padding: 0px 10px 0px 17px;
	background: url(../images/global/listbox-red.gif) no-repeat 5px 55%;
}


#content-home ul.list-dots-2col {
	margin: -15px 0px 30px 10px;
	float: left;
	width: 284px;
}
#content-home ul.list-dots-2col li {
	padding: 0px 10px 0px 17px;
	background: url(../images/global/listbox-red.gif) no-repeat 5px 55%;
}

#content-home ul.list-dots-2col li.list-description {
	padding: 0;
	background: none;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 1.2em;
}

#content-home  ul.list-parquetry-thumbs li {
	display: block;
	margin-right: 15px;
	float: left;
	margin-bottom: 15px;
}
#content-home  ul.list-parquetry-thumbs li img {
	border: 1px solid #808080;
}

/*gallery styles*/
#content-home p.gallery-layout img {
	float: left;
	margin: 0 15px 5px 0;
	border: none;
}

/*** special offers ***/
#content-home p.special-offers {
	font-size: 1.2em;
	overflow: auto;
}
#content-home p.special-offers strong {
	color: #d00;
	font-weight: bold;
}
#content-home p.special-offers img {
	border: 1px solid #d00;
	margin-right: 10px;
	float: left;
}


#content-nav-sub ul {
	margin-left: 1px;
	margin-bottom: 10px;
}
#content-nav-sub li a {
	display: block;
	height: 2.2em;
	line-height: 2.2em;
	padding-right: 10px;
	text-decoration: none;
	color: #555;
	text-transform: capitalize;
}
body#home #content-nav-sub  li.home a,
#content-nav-sub li a.selected {
	background-color: #191919;
	color: #fff;
	background-image: none;
}

#content-nav-sub li a:hover {
	background-color: #800;
	color: #fff;
}

#content-nav-sub p {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #888;
}

#footer {
	clear: both;
}
#footer a {
	display: block;
	height: 2em;
	line-height: 2em;
	border: 1px solid #000;
	background-color: #800;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#footer a:hover {
	background-color: #d00;
}

#copyright {
	position: relative;
	overflow: auto;
}

#copyright img.boral {
	position: absolute;
	left: 10px;
	top: 2px;
}
#copyright .boral {
float:left;
padding:3px 0px 0px 5px;
}
#copyright .gunns {
float:right;padding:3px 5px 0px 0px;
}
#copyright img.gunns {
	position: absolute;
	top: 7px;
	right: 10px;
}
#copyright p {
	text-align: center;
	font-size: 0.9em;
	color: #555;
}
#copyright a:link,
#copyright a:visited {
	color: #777;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
px;
	top: 2px;
}
#copyright img.gunns {
	position: absolute;
	top: 7px;
	right: 10px;
}
#copyright p {
	text-align: center;
	font-size: 0.9em;
	color: #555;
}
#copyright a:link,
#copyright a:visited {
	color: #777;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
