/* CSS Document */

* {
		margin: 0px;
		padding: 0px;
}

body {
		background-color: #2b353b;
		background-image: url('images/header_back.gif');
		font-family: Arial, Helvetica, sans-serif;
		background-repeat: repeat-x;
		width: 100%;
		height: 136px;
}

#wrapper {
		width: 744px;
		height: auto;
		margin: 0 auto;
}

#nav {
		color: #969b9e;
		font-size: 12px;
		padding-top: 6px;
}

#nav ul li {
		list-style: none;
		display: inline;
		margin-right: 20px;
}

#welcome_text {
		width: 482px;
		height: auto;
		float: left;
}

h4 {
		color: #969b9e;
		font-weight: lighter;
		margin-top: 10px;
		float: left;
		display: inline;
}

#header {
		width: 744px;
}

#welcomet p {
		font-size: 12px;
		color: #969b9e;
}

#featured {
		width: 744px;
		height: 102px;
		margin-top: 22px;
}

#featured1 {
		background-image: url('images/featured1.gif');
		background-repeat: no-repeat;
		width: 419px;
		height: 102px;
		float: left;
}

#featured2 {
		background-image: url('images/featured2.gif');
		background-repeat: no-repeat;
		width: 325px;
		height: 102px;
		float: right;
}

#work {
		margin-top: 11px;
		padding-left: 11px;
}

#ftext {
		width: 314px;
		font-size: 12px;
		color: #969b9e;
		margin-top: 30px;
}

#viewp {
		font-size: 12px;
		color: #969b9e;
		float: right;
		margin-right: 11px;
}

#welcome {
		float: left;
		width: 482px;
		height: auto;
		clear: both;
		display: inline;
}

#welcomet {
		font-size: 12px;
		color: #969b9e;	
		float: left;
		display: inline;
		width: 482px;
}

#login {
		background-image: url('images/login.gif');
		background-repeat: no-repeat;
		width: 243px;
		height: 146px;
}

#user {
		margin-top: 39px;
		font-size: 14px;
		color: #969b9e;
		border: none;
}

#pass {
		margin-top: 6px;
		color: #969b9e;
}

#go {
		width: 35px;
		height: 24px;
		float: right;
		margin-top: 5px;
}

#forgot {
		font-size: 10px;
		color: #969b9e;
		margin-top: 10px;
		padding-left: 16px;
}

#right_bar {
		margin-top: 10px;
		width: 243px;
		float: right;
		display: inline;
}

#right_bar div.offer {
		background-image: url('images/offer.gif');
		background-repeat: no-repeat;
		width: 243px;
		height: 205px;
		font-size: 12px;
		color: #FFFFFF;
		margin-top: 10px;
}

#offer_text {
		text-align: center;
		padding-top: 80px;
}

#latest {
		width: 482px;
		height: auto;
		float: left;
		margin-top: 5px;
		background-color: #2b353b;
}

#thumb1 {
		border: solid #364249 2px;
}

#thumb2 {
		border: solid #364249 2px;
		margin-left: 10px;
}

#thumb3 {
		border: solid #364249 2px;
		margin-left: 10px;
}

#thumb4 {
		border: solid #364249 2px;
		margin-left: 10px;
}

#thumb5 {
		border: solid #364249 2px;
		margin-left: 10px;
}

#thumb6 {
		border: solid #364249 2px;
}

#thumb7 {
		border: solid #364249 2px;
		margin-left: 10px;
}

#thumb8 {
		border: solid #364249 2px;
		margin-left: 10px;
}

#thumb9 {
		border: solid #364249 2px;
		margin-left: 10px;
}

#thumb10 {
		border: solid #364249 2px;
		margin-left: 10px;
}

.imgS {
		margin-top: 10px;
}

#footer_wrap {
		margin: 0 auto;
		height: auto;
		width: 744px;
}

#footer {
		padding-top: 10px;
		clear: both;
		font-size: 10px;
		color: #969b9e;
}

#nav a:active {
		text-decoration:none;
		color:#9ea3a5;
}

#nav a:link{
		text-decoration:none;
		color:#9ea3a5;
}

#nav a:hover{
		text-decoration:none;
		color:#9ea3a5;
}

#nav a:visited {
		text-decoration:none;
		color:#9ea3a5;
}