/*
STYLE SHEET FOR MAHARAJA TEXTILES LTD (UK) - www.maharaja-textiles.co.uk
Copyright c2005 - Build and maintained by Systemnet Ltd (Bradford)
Lead Developer Derek Cook (decook@digitalidiom.co.uk)
*/

	
/* ######## CONTAINER STYLES ######## */
body {
	/*background-color:#FFF;*/
	background: url(images/bg-grad.jpg) repeat-x;
	background-color:#eef5fd;
	color:#036;
	margin:0px;
	padding:0px;
	border:0px;
	font: 9pt/13pt Verdana, Arial, Helvetica, sans-serif;
}
#container {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: transparent url(images/bg-masthead.gif) repeat-x;
}

#logo {
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 270px;
	background:transparent url(images/title-maharaja-textiles-mai.gif) 0px 14px no-repeat;
	height:110px;
}

#content {
	padding: 0px;
	padding-right:20px;
	margin-left: 250px;
	margin-right: 30px;
	color:#036;
	width:450px;
	border-right:1px dashed #036;
	z-index:99;
}

#sidebar-left {
	position:absolute;
	top:0px; left:-1px;
	width: 250px;
	\width: 270px;
	w\idth: 250px;
	margin: 0;
	margin-right: 0px;
	padding: 0px;
}

#sidebar-right {
	position:absolute;
	top:0px; left:750px;
	width: 250px;
	\width: 270px;
	w\idth: 250px;
	margin: 0;
	margin-right: 0px;
	padding: 0px;
}

#footer {
	clear: both;
	border-top: 1px solid #CCC;
	padding-top: 4px;
	padding-bottom:14px;
	text-align:center;
	background-color:#39C;
	/* background-color:#FFF; */
	color:#EEE;
	font: 84% Verdana, Arial, Helvetica, sans-serif;
}
.hide {display:none;}



/* ######## TEXT STYLES ######## */
h1 {
	font-size:130%;
}

h2 {
	font-size:105%;
	margin:0px;
	padding:0px;
	color:#306;
}

p {
	margin:0px;
	padding:0px 0px 16px 0px;

}

.model_thumb {
	border: 1px solid #000033;
}


/* ######## LINK STYLES ######## */
a:link { color: #636; text-decoration:underline; }
a:visited { color: #636; text-decoration:underline; }
a:active { color: #636; text-decoration:underline; }
a:hover { color: #933; text-decoration:none;}

#footer a:link, #footer a:visited {
	color: #EEE; text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

