/* CSS Document */

body {
background-color: #666666; text-align: center;
}

#container {
width: 900px; height: 680px; margin-top: 10px;
}

#header {
width: 900px; height: 77px; background: url('images/header.gif');
}

#bottomSEO {
wid900px; height: 40px; font-size: 9px; color: #999999; text-align: center; margin-top: 5px; text-transform:none; margin-left: -5px;
}

#header h1{
font-size: 10px; padding-top: 55px; padding-left: 10px; font-weight: normal; text-align: left; text-transform: none; margin: 0px; line-height: 10px;
}

#leftHome {
width: 244px; height: 512px; float: left;
}

#left {
width: 160px; height: 512px; float: left; background: url('images/leftNavbg.gif'); text-align: left;
}

#left p {
margin-left: 12px;
}

#contentHome {
width: 505px; height: 512px; float: left;
}

#content {
width: 740px; height: 510px; float: left; background-color: #999999; border-bottom: 2px solid white; text-align: left;
}

#rightHome {
font-size: 13px; width: 151px; height: 512px; float: left; background: url('images/aboutAbhaya.gif');
}

#rightHome table td{
text-align: left; padding-left: 10px; padding-right: 10px; text-transform: none;
}

#bottomNav {
width: 900px; height: 36px; background-color: #999999;
}

#thumbnailContainer {
width: 420px; height: 455px; text-align: justify; margin-top: 26px;
}

#thumbnailContainer_wide {
width: 570px; height: 445px; text-align: justify; margin-top: 26px;
}

#thumbnail {
width: 137px; height: 147px; float: left; text-align: center;
}

#photoContainer {
width: 425px; height: 325px; text-align: center; margin-top: 26px; padding-bottom: 5px;
}

#photoContainer img{
border: 0px;
}

#photoInfoContainer {
width: 425px; height: 115px; text-align: left; padding-left: 10px; text-transform: none;
}

#photoInfoContainerRugs {
width: 700px; height: 115px; text-align: left; padding-left: 10px; text-transform: none;
}

#photoInfoContainer strong{
font-size: 14px; text-transform: none;
}

#thumbnail a img {
border: 1px solid #727171;
margin: 0px;
}

#thumbnail a {
text-decoration: none;
}

#thumbnail a:hover {
text-decoration: none;
color: #660000;
}

.prevNext {
width: 740px; height: 33px;
}

.disabledlink{
visibility: hidden;
}

/* fonts */

*{
font-family: arial; font-size: 12px; text-transform: lowercase; color: white;
}

a.active, a.noactive { margin-left: 18px;}

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

a.noactive {text-decoration: none;}
a.noactive:hover {text-decoration: none; color: #999;}

/* links */

.btnHome a { display:block; width:57px; height: 36px; background: url('images/btnHome.gif'); float: left;}
.btnHome a:hover { background: url('images/btnHome_on.gif');}

.btnAbout a { display:block; width:73px; height: 36px; background: url('images/btnAbout.gif'); float: left;}
.btnAbout a:hover { background: url('images/btnAbout_on.gif');}

.btnShowroom a { display:block; width:90px; height: 36px; background: url('images/btnShowroom.gif'); float: left;}
.btnShowroom a:hover { background: url('images/btnShowroom_on.gif');}

.btnInventory a { display:block; width:77px; height: 36px; background: url('images/btnInventory.gif'); float: left;}
.btnInventory a:hover { background: url('images/btnInventory_on.gif');}

.btnNews a { display:block; width:57px; height: 36px; background: url('images/btnNews.gif'); float: left;}
.btnNews a:hover { background: url('images/btnNews_on.gif');}

.btnContact a { display:block; width:82px; height: 36px; background: url('images/btnContact.gif'); float: left;}
.btnContact a:hover { background: url('images/btnContact_on.gif');}

.btnNewsHome a { display:block; width:56px; height: 36px; background: url('images/btnNews_home.gif'); float: left;}
.btnNewsHome a:hover { background: url('images/btnNews_home_on.gif');}

.btnContactHome a { display:block; width:87px; height: 36px; background: url('images/btnContact_home.gif'); float: left;}
.btnContactHome a:hover { background: url('images/btnContact_home_on.gif');}


/* form */

form
	{
		padding-top:90px;
		padding-left:150px;
		width:415px;
		font-size: 14px;
	}
	textarea
	{
		width:415px;
		height:213px;
		border:1px solid #575757;
		color: black;
	}
	input.text
	{
		border:1px solid #575757;
		width:175px;
		padding-bottom:2px;
		color: black;
	}
	div.submit
	{
		width:415px;
		padding-top:2px;
	}
	div.submit a
	{
		float:left;
	}
		div.submit input
		{
			float:right;
			margin-top:10px;
		}
