/* @override 
	http://lookinggood.gtdabtesting.com/design/css/screen.css
	http://www.lookinggooddresses.co.uk/design/css/screen.css
	http://lookinggooddresses.co.uk/design/css/screen.css
*/

body {
	background: #f3f3f3 url('/images/mainbgimg.jpg') repeat-x fixed left bottom;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

a img {
	border-style: none;
}

.logo {
	margin-top: 64px;
	position: absolute;
	margin-left: 40px;
}

#main1 {
	width:950px;
}

#main2 {

	min-height:820px;
	-height:820px;
	width:950px;
}

#leftpanel {
	float:left;
	width:340px;
	padding-top: 240px;
}

#leftpanel div {
	margin-left:45px;
	width:300px;
}

#leftpanel p.lefttitle {
	padding-left: 12px;
	color:  #222;
	background-color: #EEE;
	display: block;
	width:  235px;
	padding-top:10px;
	padding-bottom: 7px;
	border-bottom: 1px solid #AAA;
	margin-bottom: 1px;
}

#leftpanel ul {
	margin:0;
	padding:0;
}

#leftpanel ul li {
	display: inline;
}

#leftpanel ul li a {
	display: block;
	border-bottom: 1px solid #A0A0A0;
	color: #333;
	text-transform: uppercase;
	font-size: 0.8em;
	text-decoration: none;
	padding: 7px 3px 6px 13px;
	width:  230px;
	margin-left: 1px;
}

#leftpanel ul li a:hover {
	display: block;
	border-bottom: 1px solid #A0A0A0;

	text-transform: uppercase;
	font-size: 0.8em;
	text-decoration: none;
	padding: 7px 3px 6px 13px;
	width:  230px;
	margin-left: 1px;
	background-color: #EFEFEF;
}


#leftpanel ul li a.sub_category_nav {
	padding-left: 43px;
	width:  200px;
	font-style: italic;
	
}

#rightpanel {
	float:right;
	padding-right:5px;

	width:604px;
	zoom:1;
}

#topmenu {

	margin-top:30px;
	padding-bottom: 10px;
	height: 25px;

}

#topmenu a {
	background:#b99999;
	color:white;
	display:block;
	float:right;
	height:35px;
	line-height:35px;
	margin:0 0 0 4px;
	padding:2px 13px 0px 13px;
	text-decoration:none;
	text-transform:uppercase;
}

#topmenu a:hover, #topmenu a.selected {
	background:#f2dfdf;
	color:#444;	
}

#content {
	clear:both;
	font-size: 0.8em;
	line-height: 1.7em;
	padding: 20px 15px 15px 15px;
	color: #666;
	border-top: 1px solid #DDD;
	margin-top: 10px;
	background-color: #FFF;
}

#content h1 {
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 12px;
}

#content h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 4px;
}

#content a {
	color: #333;
	text-decoration: underline;
}

#content a:hover {
	color: #333;
	text-decoration: none;
}

#content p {
	margin-top: 0px;
	margin-bottom: 14px;
}

#content blockquote {
	margin: 0px 0px 15px 0px;
	border:  1px solid ;
	padding: 15px;
	background-color: #eee
}

#content cite {
  	font-weight: bold;
}


#footer {
	font-size:0.7em;
	text-align:left;
	margin-top:15px;
	border-top: 1px solid #DDD;
	padding-top: 9px;
	padding-bottom: 15px;
	line-height: 1.4em;
}

#footer a {
	color:  #777;

	padding-left: 4px;
	padding-right: 4px;
	border-right: 1px solid #DDD;
}

#footer a:hover {
	color:  #444;

	padding-left: 4px;
	padding-right: 4px;
	border-right: 1px solid #DDD;
}

.right {
	float: right;
	padding: 5px;
	border: 1px solid #c2c2c2;
	margin-left: 6px;
}

.right img {
	
}


// Homepage 

#homepagepanel {
	overflow:hidden;
	zoom:1;
}

#homepagepanel img.topimage {
	margin:5px 0;
	width:100%;
}

#homepagepanel img.leftimage {
	float:left;
	margin-right:4px;
	border-bottom: 43px solid #000;
}

#homepagepanel object {
	margin-top: 5px;
	margin-bottom: 5px;
}


#homepagepanel div.topmessage {
	background:#575757;
	color: #CCC;
	font-size:0.8em;
	height:170px;
	margin-bottom:5px;
	overflow:hidden;	
	padding:15px 14px 8px 14px;
	line-height: 1.6em;
}

#homepagepanel div.topmessage p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#homepagepanel div.topmessage h1 {
	font-size: 1.3em;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: normal;
	color:  #FFF;
}


#homepagepanel div.bottommessage {
	background:#ddd9da;
	color:#5f5d5e;
	font-size:0.8em;
	height:115px;
	margin-bottom:8px;
	overflow:hidden;	
	padding:15px 10px 7px 10px;
	line-height: 1.6em;
}

#homepagepanel div.bottommessage p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#homepagepanel div.bottommessage h1 {
	font-size: 1.3em;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: normal;
	color:  #333;
}

.bottommessage img {
	margin-top: 8px;
}

#homepagepanel div.bottommessage a {
	clear:both;
	float:right;
}

#homepagepanel p.title {
	font-size:1.2em;
	margin:0 0 5px 0;
	text-transform:uppercase;
}

#catalog_chain 
{
  margin-bottom:5px;
  background-color: #EEE;
  border: 1px solid #CCC;
  padding: 4px 3px 3px 7px;
}

#catalog_chain a
{
  text-decoration:underline;
  color:#666;
}

.pager 
{
  margin-bottom:5px;
  background-color: #EEE;
  border: 1px solid #CCC;
  padding: 4px 3px 3px 7px;
}

#catalog_choose {
	
}

.catalog_choose_el {
  margin-bottom:10px;
  background-color: #EEE;
	border: 1px solid #CCC;
margin-bottom: 5px;
padding-right: 10px;
}

.catalog_choose_el img {
}

.catalog_choose_el_text {
	width:  390px;
	float: right;
	padding-top: 20px;
	padding-right: 3px;
}

.catalog_item {
	background-color: #EEE;
	border: 1px solid #CCC;
margin-bottom: 5px;
padding-right: 10px;
}

#content .catalog_item h2 {
	margin-top: 18px;
	margin-bottom: 8px;
	font-size: 1.3em;
}

#content .catalog_item p {
	margin-top: 0px;
	margin-bottom: 10px;
}

.cat_img {
	width:  150px;
	float: left;
	margin-right: 18px;
}

.cat_img_full {

	width: 250px;
	border: 1px solid #CCC;
	padding: 3px;
	margin-right: 10px;

}

.full_product_text {
	width: 300px;
	float: right;
	padding-top: 10px;
}

div.newsrow {
	background-color: #EEE;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	margin-right: 10px;
	padding: 14px 10px 14px 10px;
}

div.newsrow div.title2_r
{
 color:#999;
 font-style:italic;
 border-bottom: 1px solid #CCC;
 padding-bottom: 4px;
 margin-bottom: 3px;
}

div.newsrow div.title1
{
 color: #444;
 font-size: 1.3em;
}

#content .more a
{
display: block;
 font-size: 1.1em;
 text-align: center;
 color: #DDD;
 text-decoration: none;
 margin-top: 0px;
 background-color: #666;
 padding: 4px 10px 2px 10px;
text-transform: uppercase;
margin-bottom: 0px;


}

#content .more a:hover
{
display: block;
 font-size: 1.1em;
 text-align: center;
 color: #FFF;
 text-decoration: none;
 margin-top: 0px;
 background-color: #666;
 padding: 4px 10px 2px 10px;
text-transform: uppercase;
margin-bottom: 0px;
}

#content .more2 a
{
display: block;
 font-size: 1.1em;
 text-align: center;
 color: #DDD;
 text-decoration: none;
 margin-top: 0px;
 background-color: #666;
 width: 120px;
 float: right;
 padding: 4px 10px 2px 10px;
text-transform: uppercase;
}

#content .more2 a:hover
{
display: block;
 font-size: 1.1em;
 text-align: center;
 color: #FFF;
 text-decoration: none;
 margin-top: 0px;
 background-color: #666;
 width: 120px;
 float: right;
 padding: 4px 10px 2px 10px;
text-transform: uppercase;
}

#content .more3 a
{
display: block;
 font-size: 1.1em;
 text-align: center;
 color: #DDD;
 text-decoration: none;
 margin-top: 0px;
 background-color: #666;
 width: 90px;
 float: right;
 padding: 4px 10px 2px 10px;
text-transform: uppercase;
}

#content .more3 a:hover
{
display: block;
 font-size: 1.1em;
 text-align: center;
 color: #FFF;
 text-decoration: none;
 margin-top: 0px;
 background-color: #666;
 width: 90px;
 float: right;
 padding: 4px 10px 2px 10px;
text-transform: uppercase;
}

#content .more4 a
{
display: block;
 font-size: 1.1em;
 text-align: center;
 color: #DDD;
 text-decoration: none;
 margin-top: 0px;
 background-color: #666;
 width: 140px;
 float: right;
 padding: 4px 10px 2px 10px;
text-transform: uppercase;
}

#content .more4 a:hover
{
display: block;
 font-size: 1.1em;
 text-align: center;
 color: #FFF;
 text-decoration: none;
 margin-top: 0px;
 background-color: #666;
 width: 140px;
 float: right;
 padding: 4px 10px 2px 10px;
text-transform: uppercase;
}

.price {
	font-size: 1.3em;
	clear: both;
}

.price2 {
	font-size: 1.3em;
	
}

.images_right2 {
	
	
	display: block;
	background-color: #888;
	color:  #FFF;
	width: 160px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	height: 23px;
	text-transform: uppercase;
	font-size: 0.9em;
	margin-bottom: 10px;
}

#content .full_product_text .images_right2 a {
	color: #DDD;
	text-decoration: none;
}

#content .full_product_text .images_right2 a:hover {
	color: #FFF;
	text-decoration: none;
}

#contact {
	background-color: #EEE;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	margin-right: 10px;
	padding: 22px 10px 14px 25px;
}

.contact_form dd {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#contact input {
	width:  490px;
}

#contact select {
	width:  490px;
}

#contact textarea {
	width:  494px;
	height: 100px
}


