@charset "UTF-8";
/* 
Date: June 16 2008

Company: PHOTOMAR STUDIO
web: www.photomar.com
email: photomarstudio[at]yahoo.com

Author: John Molina
Email: info[at]johnba.com
Web: www.johnba.com
*/


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

body, html{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #ff9933 url(../images/tacomex-bg.jpg) no-repeat center top;
}

img{
	border:0px;
}

div#wrapper{
	width: 100%;
	background: url(../images/tacomex-container-bg.gif) repeat-y center;
}

div#header{
	height: 265px;
	background: url(../images/tacomex-header-bg.png) no-repeat center;
}

div#header h1{
	padding:0px;
	margin:0px auto;
	height: 220px;
	width: 250px;
}

div#header h1 a{
	text-indent: -9999px;
	overflow: hidden;
	height: 220px;
	width: 250px;
	display:block;
}

div#header-content{
	width:800px;
	margin-right: auto;
	margin-left: auto;	

}

/*Footer styles*/
div#footer{
	background:  url(../images/tacomex-footer-bg.png) no-repeat center;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	font: 11px "Times New Roman", Times, serif;
}

ul#footermenu {
	/*background: url(../images/elpaisa-footermenu-spacer.jpg) no-repeat left center;*/
	margin: 160px 0px 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#footer a,
div#footer a:link,
div#footer a:visited{
	color: #660000;
	text-decoration: none;	
}
div#footer a:hover,
div#footer a:focus{
	color: #660000;
	border-bottom: 1px dotted #333333;
	text-decoration: none;
}

ul#footermenu li{
	display: inline;
	list-style: none;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	background: url(../images/elpaisa-footermenu-spacer.jpg) no-repeat right center;
}

ul#footermenu li a,
ul#footermenu li a:link,
ul#footermenu li a:visited{
	font: 13px "Times New Roman", Times, serif;
	color: #660000;
	text-decoration: none;	

}
ul#footermenu li a:hover,
ul#footermenu li a:focus{
	color: #000000;
	border-bottom: 1px dotted #333333;
	text-decoration: none;
}
/*End footer styles*/

/*copy*/
div#powered-by-photomar-studio{
	background: #FF9933;
	margin-right: auto;
	margin-left: auto;
	width:872px;	
}
div#powered-by-photomar-studio p{
	text-align: center;
	font-size: 12px;
	color: #996633;
	margin-bottom: 10px;
}
div#powered-by-photomar-studio a,
div#powered-by-photomar-studio a:link,
div#powered-by-photomar-studio a:visited{
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 40px;
	width: 150px;
	background: url(../images/powered-by-photomar-studio.png) no-repeat center top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

div#powered-by-photomar-studio a:hover,
div#powered-by-photomar-studio a:visited{
	border-style: none;
}
/*End Copy*/

/*Mainmenu styles*/
div#mainmenu ul{
	padding:0px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width:740px;
	height:32px;
}

div#mainmenu ul li{
	text-align: center;
	list-style: none;
	float:left;
	padding: 0px;
	margin:0px 0px 0px 25px;
	height:32px;
}

div#mainmenu ul li a,
div#mainmenu ul li a:link,
div#mainmenu ul li a:visited{
	font: 16px "Times New Roman", Times, serif;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: #003399 url(../images/menu-en-home.gif) no-repeat;
	height:32px;
}

div#mainmenu ul li a:hover,
div#mainmenu ul li a:focus{
	/**/
}
/*end maimenu styles*/

/*language button*/
div#language-button,
div#language-button{
	margin-top: 0px;
	margin-left: 200px;
	float:left;
	position:relative;
}

div#language-button a#btn-spanish,
div#language-button a#btn-spanish:link,
div#language-button a#btn-spanish:visited{
	display: block;
	height: 68px;
	width: 68px;
	text-indent: -9999px;
	overflow: hidden;	
	background: url(../images/btn-espanol.png) no-repeat;	
}

div#language-button a#btn-spanish:hover,
div#language-button a#btn-spanish:focus{
	background: url(../images/btn-espanol-over.png) no-repeat;	
}
/*end language button*/



/*coupon*/
div#coupon-content{
	background: url(../images/tacomex-en-coupon-bg.jpg) no-repeat;
	height: 450px;	
	text-align:left;
}

div#coupon-content h2{
	text-indent: -9999px;
	overflow: hidden;
}

div#coupon-content p{
	font: 15px "Times New Roman", Times, serif;
	padding-right: 55px;
	padding-left: 55px;
	text-align: left;
	padding-bottom: 10px;
}

div#coupon-content p.coupon-text{
	margin-top: 140px;
}

div#coupon-content a#coupon-click,
div#coupon-content a#coupon-click:link,
div#coupon-content a#coupon-click:visited{
	display:block;
	height: 30px;
	width: 220px;
	text-indent: -9999px;
	overflow: hidden;
}

div#coupon-content form{
	padding: 0px 0px 0px 55px;
	margin: 0px;
	text-align:left;
}
div#coupon-content form label{
	display:block;
	font-size: 12px;
	color: #993300;
}
input.form-coupon-field{
	color: #000;
	background: #FFFFFF;
	margin: 0px 0px 7px;
	padding: 1px;
	font-size: 12px;
	border: 1px solid #996633;
	width:222px;
}
input.form-buttom{
	clear: both;	
}

div#print-coupon-content {
	text-align:center !important;
}

div#print-coupon-image img{
	border: 1px solid #000000;
}

/*end coupon*/



div.clearer{
	clear:both
}

p#credit-cards{
	background: url(../images/icon-credit-cards.gif) no-repeat center 20px;
	height: 60px;	
}

div#content{
	width:770px;
	clear:both;	/*border: 1px dotted #333333;*/
	margin: 25px auto;
}

/*newsletter from and content phplist*/
div#newsletter{
	text-align:left;
	padding-left: 35px;
	padding-bottom:35px;
}

div#newsletter form{
	
}

div#newsletter label{
	display:block;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

div#newsletter input.form-text{
	font: 13px Arial, Helvetica, sans-serif;
	border: 1px solid #333333;
	padding: 4px;
	width: 250px;
	margin-bottom: 8px;
	color: #CC3300;
}

div#newsletter-content{
	/*width:600px;*/
	clear:both;	/*border: 1px dotted #333333;*/
	margin: 25px auto;
	padding:30px 0px;
	text-align:left;
}
div#newsletter-content h1{
	font-size:18px;
}
div#newsletter-content h2{
	font-size:16px;
}
div#newsletter-content h3{
	font-size:14px;
}
div#newsletter-content p{
	font-size:12px;
}
/*end newsletter form*/

/*home section*/
div#column-home-1{
	width:360px;
	float:left;
	margin-right: 30px;
}
div#column-home-2{
	width:360px;
	float:left;
}

div#column-home-1 h2,
div#column-home-2 h2{
	font: bold 18px "Times New Roman", Times, serif;
	text-align: left;
	margin-bottom: 12px;
	margin-top: 20px;
}

div#column-home-1 p,
div#column-home-2 p{
	font: normal 13px "Times New Roman", Times, serif;
	text-align: left;
}
/*end home section*/


/*menu section*/
div#column-menu-1{
	width:350px;
	float:left;
	margin-right: 20px;
}

div#column-menu-2{
	width:390px;
	float:left;
}

div#column-menu-1 h2{
	height:45px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 10px;
}

div#column-menu-1 ul{
	padding-left: 20px;
}

span.red-text{
	color:#990000;
}

div#column-menu-1 ul li{
	list-style: none;
	text-align: left;
	font-size: 13px;
	margin-bottom: 7px;
}
/*end section*/

/*location seciton*/
div#column-location-1{
	width:370px;
	float:left;
	margin-right: 25px;
}
div#column-location-2{
	width:370px;
	float:left;
}
div#column-location-1 iframe{
	border: 2px solid #996633;
}

div#column-location-1 p{
	font-size: 16px;
	color: #660000;
	margin-top: 20px;
}

div#column-location-1 a{
	color:#996633;
	text-decoration: none;
}
/*end location section*/

/*Gallery content*/
div#gallery-content{
	background: url(../images/gallery-bg.jpg) no-repeat center top;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 110px;
	height: 1070px;
}

/*end gallery content*/

/*Contact Form Styles*/
div#contact-form{
	text-align: left;
	width: 400px;
	margin: 50px auto;
}

div#contact-form label{
	display:block;
	font-size: 14px;
	color: #993300;
}
input.form-field,
div#contact-form textarea{
	color: #000;
	background: #FFFFFF;
	margin: 0px 0px 10px;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #996633;
	width:400px;
}

input.form-buttom{
	clear: both;	
}

div#contact-map{
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 70px;
}

div#contact-map a:link,
div#contact-map a:visited{
	color:#FFFFFF;

}

div#contact-map p{
	margin-bottom: 8px;
}

p.msg_ok{
	font-size: 16px;
	font-weight: bold;
	color: #006633;
	margin: 0px 0px 8px;
	padding: 3px;
	text-align: left;
	width:404px;
}

p.msg_error{
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	margin: 0px 0px 8px;
	padding: 3px;
	text-align: left;
	width:404px;
}
p.msg_coupon_ok{
	font-size: 16px;
	font-weight: bold;
	color: #006633;
	margin: 0px 0px 8px;
	padding: 3px;
	text-align: center;
}

p.msg_coupon_error{
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	margin: 0px 0px 8px;
	padding: 3px;
	text-align: center;
}

/*end contact forms*/
















