/*
	CSS FOR THE MAIN TEMPLATE
*/

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #1a1a1a;
	font-family: Helvetica, Verdana, Arial, Serif;
	font-size: 12px;
	color: #939393;
	text-align: center;
}

#container {
	width: 922px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

h1 {
	text-indent: -9999px;
	font-size: 0.0001px;
	margin: 45px 0 0 0;
	padding: 0;
	width: 450px;
	height: 46px;
	float: left;
	background-image: url('../images/disenio/logo.jpg');
	background-repeat: no-repeat;
}

#menu {
	width: 320px;
	height: 26px;
	margin: 57px 0 0 0;
	padding: 0;
	float: right;
	text-align: center;
}

#menu ul {
	width: 320px;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 26px;
}

#menu ul li {
	float: left;
	display: block;
	margin: 0 6px 0 6px;
	_display: inline;
}

#menu ul li a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	height: 26px;
}

#menu ul li a:hover {
	text-decoration: none;
	background-position: 0 -26px;
}

#menu_home { background-image: url('../images/disenio/menu_home.jpg'); width: 48px; }
#menu_gallery { background-image: url('../images/disenio/menu_gallery.jpg'); width: 56px;  }
#menu_make { background-image: url('../images/disenio/menu_make.jpg'); width: 91px; }
#menu_contact { background-image: url('../images/disenio/menu_contact.jpg'); width: 74px; }

#ruler_top, #ruler_bottom {
	clear: both;
	margin: 0;
	padding: 0;
	width: 922px;
	display: block;
	background-repeat: no-repeat;
	float: left;
	border: 0;
}

#ruler_top {
	height: 2px;
	background-image: url('../images/design/ruler_top.jpg');
}

#ruler_bottom {
	height: 1px;
	background-image: url('../images/design/ruler_bottom.jpg');
}

/* GALLERY */

#gallery {
	width: 922px;
	display: block;
	margin: 25px 0 15px 0;
	padding: 0;
	float: left;
}

.nomar { margin: 0 0 15px 0 !important; }

.gallery_item {
	display: block;
	_display: inline;
	float: left;
	width: 295px;
	height: 224px;
	margin: 0 18px 15px 0;
	_margin: 0 17px 12px 0;
}

.gallery_item img { 
	border: 3px Solid #fff;
	padding: 2px;
}

#promo {
	width: 922px;
	height: 327px;
	margin: 25px 0 15px 0;
	display: block;
	float: left;
}

#promo img { border: 0; }

#featured_wallpapers {
	width: 285px;
	height: 26px;
	display: block;
	background-image: url('../images/disenio/spanish_20.jpg');
	text-indent: -9999px;
	font-size: 0.0001px;
	margin: 0;
	padding: 0;
	float: left;
}

/*CONTACT FORM*/

p {
	width: 622px;
	text-align: left;
	display: block;
	float: left;
	margin: 25px 0 0 0;
}

#contact {
	width: 700px;
	float: left;
	display: block;
	text-align: left;
	margin: 25px 0 0 0;
}

label {
	display: block;
}

.textinput, textarea {
	display: block;
	margin: 3px 0 15px 0;
	width: 300px;
}

textarea {
	height: 150px;
}

#message {
	width: 922px;
	display: block;
	float: left;
	margin: 10px 0 0 0;
	color: Red;
}

.warning { color: #fff !mportant; }
.success { color: #fff !mportant; }