@charset "UTF-8";
/* CSS Document */

img, div, a, td { behavior: url(css/iepngfix.htc) }

a:link img,
a:visited img {
		border:0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #53473d;
	background-color:#9e8d7e;
	width:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:8pt;
	line-height:15pt;
}

#backgroundWrapper {
	min-width:900px;
	max-width:1536px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../layout/DesignWise_Home_background.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

#subPageBackgroundWrapper {
	min-width:900px;
	max-width:1536px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../layout/subPageBackground.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

#wrapper {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#backgroundColorDiv {
	width:100%;
	background-color:#F6F2E2;
	background-image:url(../layout/backgroundGradient.jpg);
	background-repeat:repeat-x;
}

#header {
	width:900px;
	height:135px;
}

#footer {
	background-color:#9e8d7e;
	width:100%;
	height:100%;
	text-align:center;
}

#insideFooter {
	background-color:#9e8d7e;
	background-image:url(../layout/footer.gif);
	background-repeat:no-repeat;
	width:950px;
	height:43px; /* 103px*/
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;
}

.nav {
	color:#FFFFFF;
	text-align:center;
	font-size:8pt;
	padding-top:100px;
	height:35px;
}

.nav a, .nav a:Visited {
	color:#FFFFFF;
	text-decoration:none;
}

.navActive {
	background-image:url(../layout/transpBlack10.png);
	color:#FFFFFF;
}

#leftHandSideColumn {
	background-color:#ded7cc;
	height:100%;
	width:100%;
	padding-top:50px;
	padding-left:25px;
	padding-right:20px;
	padding-bottom:20px;
}

#rightHandSideColumn {
	background-color:#ece5d9;
	min-height:320px;
	margin-color:#ece5d9;
	padding-top:40px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:40px;
}

#paginationBox {
	background-color:#ded7cc;
	width:100%;
	padding:5px;
	text-align:center;
	clear:both;
}

.thumbnailPictures {
	cursor:pointer;
}


#bt-previous {
	width:15px;
	float:left;
	margin-right:10px;
}

#bt-next {
	width:15px;
	float:right;
	margin-left:10px;
}