/* CSS Document for JR Carpets version 1.0
Created by thoughtspace.co.uk
Contact: info@thoughtspace.co.uk

Site colours
text : #333
links : #890101
link bg : #f6ecec
*/

body {
	text-align: center;
	font-size: 11px;
	font-family: "Century Gothic", Georgia, "Times New Roman", Times, serif;
	color: #890101;
	margin-top: 0px;
	background-color: #f8f8f8;
	}

			
					/*=LINKS*/


a:link, a:visited {
	text-decoration: none;
	color:#890101;
	border-bottom: 1px dotted #890101;
	}
a:hover, a:active {
	text-decoration: none;
	color:#890101;
	border-bottom: 1px dotted #890101;
	background-color: #f6ecec;
	}

						/*=CONTAINER*/

#midcontainer {
	border:1px solid #890101;
	width: 800px;
	
}

#container {
	width: 802px;
	margin: 0 auto;
	background-color: #ffffff;
	padding:2px;
	}
	
						/*=HEADER*/

#header {
	width: 800px;
	height: 65px;
	background:url(../images/redness.jpg);
	border:1px solid #890101;
	}

#header a {
	border: none;
	background-color: transparent;
	}

						/*=MENU*/
#navcontainer {
	float: right;
	text-align: center;
	width: 550px;
	margin-top: 20px;
	}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#navcontainer ul li {
	float: right;
	margin: 0;
	padding: 0;
	color: #fff;
	}
	
#navcontainer ul li a {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif ;
	font-size:12px;
	font-weight: bold;
	color:  #fff;
	display: block;
	padding: 0 10px;
	text-align: right;
	text-decoration: none;
	border-bottom: none;
	}
	
#logo {
	height:65px;
	float: right;
	text-align: center;
	margin-bottom: 0px;
}			

.logo1 {
	font-size:28px;
	color: #FFFFFF;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
		
}

.logo2 {
	font-size:14px;
	color: #FFFFFF;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	
}


					/*=CONTENT SECTION*/

#lhs_image {
	float: left;
	text-align:center;
	width: 498px;
	height: 420px;
	}
	
#lhs_images_fp {
	float: left;
	width: 498px;
	height: 420px;
	}
	
#lhs_image img{
	vertical-align: middle;
	padding-top: 26px;
	padding-left: 10px;
	/*margin-top: 40px;*/
	}
		
#content {
	float: left;
	width: 272px;
	height: 420px;
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.6em;
	padding-left: 10px;
	padding-right: 10px;
		}
	
#content h2{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	}

#content h2 img{
	vertical-align: top;
	padding-left: 7px;
	}
	
#content p{
	font-size: 12px;
	line-height: normal;
	}
	
#content li{
	font-size: 11px;
	line-height: normal;
	}
	
.tagline {
	padding-top: 1px;
	text-align: center;
	font-size: 10px;
	color: #890101;
	vertical-align:text-top;
	}
	
.lhs_image_fp{
	/*float: left;*/
	width: 235px;
	height: 195px;
	padding: 7px;
	}

.lhs_image_fp img{
	/*width: 230px;
	height: 215px;*/
	}	
	

					/*=PORTFOLIO*/
#portfolio {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

#portfolio p{
	margin: 0px;
	padding: 0px;
	}
	
.thumb {
	padding: 2px;
	}

#motioncontainer { /*image border color*/
	margin: 0px;
	padding: 0px;
	position:relative;
	width:270px;
	height:76px;
	overflow:hidden;
}

#motiongallery { /*image border color*/
	margin: 0px;
	padding: 0px;
	position:absolute;
	left:0;
	top:0;
	white-space: nowrap;
	overflow:hidden;
}

#motioncontainer a img{ /*image border color*/
	border: 1px solid #ccc;
	vertical-align: middle;
	}



#motioncontainer a:hover img{ /*image border hover color*/
	border: 1px solid #890101;
	}



#motioncontainer a:hover{
	color: red; /* Dummy definition to overcome IE bug */
	}
	


#statusdiv{
	position: absolute;
	padding: 2px;
	left: -300px;
	border: 1px solid gray;
	visibility: hidden;
	}
					/*=FOOTER*/

#footer {
	clear: both;
	width: 800px;
	text-align: center;
	font-size: 1.2em;
	color: #999;
	}

#author {
	text-align: right;
	font-size: 8px;
	margin:0px;
	padding: 1px;
	color:#999999;
	position:relative;
	left: 0px;
	top: 0px;
	display:none;
}

.clear {
	clear:both;
	height:0px;
	margin:0px;
	padding:0px;
}

.previous_block_link {
	color:#999999;
}

.next_block_link {
	color:#999999;
}

next_block_link a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color:#999999;
	border-bottom: 1px dotted #999999;
	}
	
previous_block_link a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color:#999999;
	border-bottom: 1px dotted #999999;
	}

/* extras */
.blueblock {
color:black;
}
.blueblock a {
color:#0000FF;
font-weight:bold;
}
.pagelinks a {
color:#0000FF;
font-weight:bold;