/*Reset everything*/

* {
  	margin: 0;
  	padding: 0;
}

/* html {height:100%}
body {min-height:101%} fix for Firefox, Opera scrollbar jump*/

body {
	font: 76%/1.6 Arial, Helvetica, sans-serif;
	min-width: 900px;
	background: #20323C;
	text-align: center;
}

/*
body { overflow: -moz-scrollbars-vertical; } alternative fix for Firefox scrollbar jump*/

/*Main layout elements*/

#wrapper {
	width: 940px;
	margin: 50px auto 0;
	text-align: left;
	background: #FFF url(../images/bull-eye-2.jpg) no-repeat left top;
	height: 510px;
}

#header {
	height: 85px;
	padding: 10px 20px 0px 15px;
	background: #fff url(../images/solicitors-you-can-count-on.gif) no-repeat right center;
	border-bottom: 2px solid #3688BA;
}

#column1 {
	width: 600px;
	float: left;
	list-style: none;
	background-color:#FFF;
	margin-left: 0px;
	display: none;
}

#content {
	width: 345px;
	float: right;
}

#mainContent {
	width: 330px;
	margin: 0px;
	float: left;
	padding-top: 25px;
}

#message {
	position: absolute;
	border: 0px solid #56DEE9;
	padding: 5px 9px 0px 10px;
	width: 420px;
	text-align: justify;
	color: #FFF;
	top: 121px;
	left: 50%;
	margin-left: -210px;
}

.messagep {
	/*color: #919699;*/
	color: #FFF;
	margin-top: 144px;
}

#footer {
	clear: both;
	padding: 17px 1px 20px 25px;
	color: #FFFFFF;
	position: absolute;
	width: 944px;
	top: 508px;
} 

.copy {
	font-size: 90%;
	color: #1BABB8;
}

#footerlinks {
	width: 500px;
	text-align: right;
	position: absolute;
	left: 413px;
	bottom: 20px;
}

/*#strap {
	text-transform: uppercase;
	color: #1BABB8;
	text-align: center;
	position: absolute;
	top: 300px;
	left: 290px;
	font-size: 140%;
	font-weight: bold;
}
*/

/*--- Link styles ---*/

a {
	margin-left: 10px;
}

.copylink {
	margin-left: 0px;
}

a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover, a.copylink:visited {
	color: #1BABB8;
}

a:active {
	color: #FFF;
	text-decoration: none;
}

#home a.home, #about a.about, #contact a.contact, #printsales a.print {
	color: #19ABB8;
}


/*--- Navigation ---*/

#menu2 {
        width: 200px;
        margin: 10px;
}

#menu2 ul {
	list-style: none
}

#menu2 li a {
	height: 24px;
	text-decoration: none;
}

#menu2 li a:link, #menu2 li a:visited {
        color: #3688BA;
        display: block;
        background: url(../images/menu2.gif);
        padding: 8px 0 0 30px;
}

/* hover and current page, visited styles for current page */
#menu2 li a:hover, #home li.home a:link, #home li.home a:visited, #commercial li.commercial a:link, #commercial li.commercial a:visited, #conveyancing li.conveyancing a:link, #conveyancing li.conveyancing a:visited, #litigation li.litigation a:link, #litigation li.litigation a:visited, #wills li.wills a:link, #wills li.wills a:visited, #contact li.contact a:link, #contact li.contact a:visited { 
    color: #3688BA;
    padding: 8px 0 0 32px;
	background: url(../images/menu2.gif) 0px -32px;	
}

/*Paddings*/

#column1 {
  padding-top: 25px;
}

#column1 * {
  padding-left: 15px;
  padding-right: 20px;
}

#column1 * * {
  	padding-left: 0;
  	padding-right: 0;
}

/*--- Headings ---*/

h1, h2, h3 {
	font-weight: normal;
	border-bottom: 1px solid #EDEDE5;
	padding-bottom: 5px;
}

h1, h2, h3, p {
  	margin: 1em 0;
}

h1 {
  	font-size: 1.6em;
	margin-top: 0;
}

h2 {
  	font-size: 1.4em;
}

h3 {
font-size: 1.2em;
}

/*--- Main div styles ---*/

p, li {
  	font-size: 1em;
}


#header h1 {
  	margin: 0;
}


#column1 h2 {
	color: #808080;
	font-size: 120%;
	margin-top: 0px;
	line-height: 1.1em;
	border-bottom: 1px solid #EDEDE5;
	padding-bottom: 5px;
}

#column1 strong {
	color: #000;
}

#mainContent p {
	line-height: 1.4em;
	font-size: 100%;
}

#content li {
	margin-left: 20px;
	color: #919699;
	list-style: none;
}

#address {
	margin-left: 25px;
	margin-right: 25px;
	border-top: 4px solid #EDEDE5;
	border-right: 1px solid #EDEDE5;
	border-bottom: 4px solid #EDEDE5;
	border-left: 1px solid #EDEDE5;
	padding-top: 10px;
	margin-bottom: 25px;
}


/* ---Paragraphs ---*/

.p1 {
	font-weight: bold;
	text-decoration:none;
	color:#217898;
	margin-top: 0px;
}

.p2, .section p {
	text-decoration:none;
	color: #707070;
}

.subdued {
	color: #7C7C7C;
}


/* ---Images ---*/

img {
    border: none;
}
.logo {
	margin-left: 182px;
	margin-top: 20px;
}


.featured {
	margin-top: 1em;
	border: 5px solid #EDEDE5;

}

/*--- Others ---*/

.cvw {
}

.cvw a:link, .cvw a:visited {
	color: #CCC;
	text-decoration: none;
}

.fleft {
	float: left;
	margin-right: 10px;
}

hr {
	background:#A3CCE4;
	height:1px;
	color:#A3CCE4;
	border:none;
	margin-top: 0.5em;
	width: 275px;
}

.fright {
	float: right;
	margin-left: 10px;
}

/*Image gallery styles*/

#thumbnail {
	list-style: none;
	margin-bottom: 20px;
	height: 60px;
	width: 100%;
}

#thumbnail li {
	display: inline;
	list-style: none;
	float: left;
}

#large {
	width: 570px;
	float: left;
	height: 450px;
	background: url(../images/ajax-loader.gif) no-repeat 40% 50%;
}

#buttons {
	
}

.prev, .next {
	padding: 0.25em;
	background-color: #FFF;
	background-repeat: repeat-x;
	color: #19ABB8;
	font-size: 75%;
	cursor: pointer;
	border-top: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #CCC;
	margin-left: 20px;
}

#strap {
	height: 25px;
	width: 940px;
	position: absolute;
	left: 50%;
	top: 360px;
	margin-left: -470px;
	text-align: center;
	vertical-align: middle;
	padding-top: 50px;
	padding-left: 9px;
	z-index: 100;
}

#strap a {
	display: block;
	height: 25px;
	outline: none;

	/*text-indent: -9999px;*/
}

#strap a span{
}

#strap .movie {
	/*margin-top: 70px;*/
}

.print-sales-message {
	text-align: center;
	width: 100%;
	font-weight: normal;
	background: #16B5C2;
	color: #FFF;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom: 0px;
}
