@import url('reset.css');
@import url('clearfix.css');

body{
	background:url(../images/bg-body.jpg);
	color:#898989;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p{
	margin-bottom:10px;
	line-height:19px;
}

a {
	color:#61727a;
	text-decoration:none;
}

a:hover{
	color:#34373b;
}

p a:hover{
	color:#34373b;
	background:#CCC;
}

h1 {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-top:20px;
	margin-bottom:15px;
	font-style:normal;
	font-weight:normal;
}

h2 {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	font-weight:normal;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	font-weight:normal;
	color:#666;
	padding-top:3px;
	line-height:25px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#999;
	padding:15px 0;
}

#container{
	width:840px;
	margin:0px auto 0 auto;
}

#header{
	height:130px;
	width:100%;
	background:#fff;
	border-top:#002596 4px solid;
	border-bottom:#cecece solid 4px;
}

#logo {
	height:105px;
	width:191px;
	margin-left:20px;
	float:left;
}

#menu {
	text-align:right;
	float:right;
	margin:96px 20px 0 0;
}

#menu li {
	display:inline;
	padding:0;
}

#menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#999;
 	float:left;
	padding:10px 15px 10px 15px;
	border-left:1px solid #ccc;
}
#menu li a:hover {
	color:#11349d;
}

.home a {
}
.home a:hover {
}
.ourWork a {
}
.ourWork a:hover {
}
.contact a {
}
.contact a:hover {
}

#contentContainer{
	width:100%;
	background:#fff;
}

#galleryContent {
	width:100%;
	border-bottom:#cecece solid 4px;
}

.galleryWrap {
	width:624px;
	float:left;
	height:260px;
	overflow:hidden;
}

#myGallery {
	height:308px; 
	overflow:hidden;
}

.imageElement {
	background:url(..../images/bg-grey-stripe.gif);
}

#leftContent{
	width:260px;
	float:left;
	clear:left;
	padding:15px;
}
#rightContent{
	width:520px;
	float:left;
	clear:right;
	padding:15px;
}

#footer{
	height:59px;
	background:url(../images/bg_footer.gif) repeat-x;
	padding:45px 7px 40px 7px;
	
}

#footerBar {
	background:url(../images/bg_bottomNav-middle.gif) #fff repeat-x;
	padding:0 8px;
	height:28px;
	line-height:27px;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#bcbcbc;
	letter-spacing:1px;
	border-left:3px solid #e4e4e4;
	border-right:3px solid #e4e4e4;
	margin-bottom:13px;
}
#footerBar a {
	color:#bcbcbc;
}
#footerBar a:hover {
	color:#666;
}

#copyright{
	float:left;
	clear:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}

#siteBy{
	float:right;
	clear:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}
#siteBy a {
	color:#fff;
}
#siteBy a:hover {
	color:#555;
}

.twoColList {
	float:left;
	padding-right:20px;
}

.tickList ul {
	margin-bottom:15px;
}
.tickList li {
	list-style:url(../images/tick.gif) outside;
	margin-left:30px;
	line-height:22px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
}

#galleryMenu {
	background:url(../images/bg-grey-stripe.gif);
	width:216px;
	height:260px;
	overflow:hidden;
	float:left;
}



#subMenu li a {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#8d8d8d;
	letter-spacing:1px;
	text-transform:uppercase;
	display:block;
	padding:0px 15px;
	margin:0;
	height:19px;
	line-height:20px;
}

#subMenu li a:hover {
	background:url(../images/list-hover.gif) repeat-x;
	color:#444;
}

.modelImage{
	width:188px;
	height:93px;
  	border:#d4d4d4 solid 1px;
	padding:3px;
	margin:10px;
	background:url(../images/horse-fencing-thumb.jpg) no-repeat 3px 3px #eee;
}
.modelImage img {
	width:188px;
}

#imgTransition {
	width:100%;
	height:308px;
	border-bottom:#cecece solid 4px;
	background:url(../images/home01.jpg) no-repeat;
}




/*  FORMS  */

#formStyle {
	width:300px;
	margin:0;
	padding:0;
}

#formStyle label {
	float:left;
	width:100%;
	margin:10px 0 2px 0;
}

#formStyle input,
#formStyle textarea {
	float:left;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:#dad1c3 1px solid;
	color:#827b6f;
	background:#f1efe7;
	padding:3px 0;
}

#formStyle input.button {
	background:none;
	border:none;
	cursor:pointer;
	padding:5px;
	margin:10px 0 10px 0;
	overflow:hidden;
	height:60px;
	width:115px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#formStyle input:hover.button {
	color:#11349d;
}

.invalid {
	color:#FF0000;
}

/*  End Form styles  */


.horiMargin {
	background:url(../images/bg_footer.gif) repeat-x;
	height:20px;
}

#oneColContent {
	clear:right;
	margin:0;
	padding:0;
	border-bottom:#cecece solid 4px;
}

.invalid{
	color: #FF0000;
}

.image img {
	border:1px solid #CCC;
	padding:2px;
	margin:10px 0;
}