/* css file
Developed by: Hassan Sheikh
http://www.nimbuswebdesigns.com
 */

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

body{
	background: url(../images/body_bg.gif) repeat-x #FFF;
	color: #554841;
}


/* containers */

#wrapper{
	width: 910px;
	margin: 0 auto;
	background: url(../images/wrapper_bg.gif) repeat-y;
	overflow: hidden;
}

#container{
	width: 900px;
}

#header{
	display: block;
	margin: 0 auto;
	border-bottom: 1px solid #49361f;	
}

#header h1{
	background: url(../images/header.jpg);
	width: 904px;
	height: 199px;
	text-indent: -10000px;
	margin-left: 3px;
}

#nav{
	list-style: none;
	float: right;
	height: 60px;
}

#nav li{
	display: block;
	float: left;
	padding-right: 2px;
}

#content{
	padding-top: 25px;
	display: block;
}

#right-side{
	display: block;
	float: right;
	width: 650px;
}

#design-box{
	top: 0;
	margin-left: 3px;
	float: left;
	margin-right:15px;
}

#design-box a{
	border: none;
	text-decoration: none;
}


#footer{
	background: url(../images/container_footer.gif) no-repeat;
	margin: 0 auto;
	width: 910px;
	height: 35px;
}

#pattern-box{
	float: left;
	margin-left: 3px;
	margin-top: 100px;
}

#copy-text{
	width: 910px;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}
/* end containers */

/* nav */

#nav li a{
	display: block;
	width: 108px;
	background: url(../images/link_active.gif) no-repeat;
	height: 26px;
	text-align: center;
	padding-top: 5px;
	font-size: 18px;
	text-decoration: none;
	color: #786c6c;
}

#nav li a:hover {
	display: block;
	width: 108px;
	background: url(../images/link_hover.gif) no-repeat;
	height: 26px;

}

/* end nav */

/* general */

.slogan{
	padding-top: 15px;
	text-transform: none;
}

p{
	padding: 10px;
}
	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #444;
		padding: 10px;
		width: 520px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #786c6c;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

/* form */

.cssform p{
width: 300px;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

h2{
	text-transform:  uppercase;
}