body {
	margin: 0;
	padding: 0;
	background:url(/images/background_gradient.jpg) top left repeat-x;
	background-color:#691917;
	font:70% Georgia,"Times New Roman",Times,serif;
	background-image: url(/images/background_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
p {
 text-align: left;
 margin: 15px;
 line-height: 1.5em;
 color: #666666;
 }
#nomargin {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


/* default links */

a:link {background-color: transparent;
text-decoration: underline;
color: #756762;
}
a:hover {background-color: transparent;
text-decoration: none;
color: #463534;
}
a:visited {background-color: transparent;
text-decoration: underline;
color: #756762;
}

/* headers here */

h1 {margin: 0;
padding: 0;
font-size: x-large;
color: #691917;
}

h2 {font-size: 100%;
margin: 0 0px 0 0px;
padding: 0px;
 text-align: left;
 color: #666666;
 font-weight: normal;
}

/* and then these h3 statements, unique to whichever section has been attached above, will give the headers the appropriate background color */

h3 {
margin: 17px 0 10px 0;
font-size: 115%;
color: #666666;
font-weight: normal;
text-align: left;
margin: 15px;
line-height: 1.5em;
}
h4 {
margin: 17px 0 10px 0;
font-size: 120%;
color: #4b5b68;
font-weight: normal;
text-transform: uppercase;
}
h5 {
font-size: 90%;
margin: -5px 20px 30px 50px;
color: #88807b;
font-weight: normal;
}
h6 {
	margin: 17px 0 10px 0;
	font-size: 100%;
	color: #756762;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
}
.cal h2 {
margin: 2px 15px 10px 15px;
padding: 0;
font-weight: normal;
text-transform: uppercase;
font-size: 0.9em;
color: #845f16;
background: transparent;
display:block;
}


.cal h3 {
font-size: 1.1em;
margin: 0 5px ;
padding: 2px 15px;
color: #29527b;
display:block;
font-weight: bold;
text-align: right;
}

.cal h4 {
margin: 30px 15px 0 15px;
padding: 0 15px 3px 15px;
font-weight: bold;
text-transform: uppercase;
font-size: 0.9em;
color: #29527b;
background: url(/images/calendar.gif) no-repeat top left;
border-bottom: #ccc 1px solid;
}
.cal p {
 margin: 0 0 0 30px;
 padding: 0;
 }
#subnavigation {
	position: relative;
	left: 0;
	width: 199px;
	height: auto;
	background-color: #ab2520;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 90%;
}
#subnavigation ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	border: none;
	align: right;
}
#subnavigation li {
	color: #333;
	border-bottom: solid 1px #fffbd3;
	padding: 10px 10px 10px 10px;
	letter-spacing: 0.1em;
	font-size: 100%;
	margin: 0;
}

#subnavigation a {
	color: #fffbd3;
	text-decoration: none;
	padding: 0.1em 1.0em;
border-right: 0px solid #333;
letter-spacing: 0.1em;
text-transform: uppercase;
}
#subnavigation li a:hover {
	color: #d2cfb4;
}

/* horizontal secondary navigation - based on a method from Richard Rutter */

 #secNav
{
	font-size: 90%;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0;
}
#secNav a
{
color: #fffbd3;
text-decoration: none;
margin: 0;
padding: 0.1em 1.0em;
letter-spacing: 0.1em;
}

#secNav a:hover, #secNav a:active { color: #d2cfb4; }

#secNav a.active:link, #secNav a.active:visited
{color: #D7D493;
font-weight: bold;
}

/* horizontal main navigation - based on a method from Richard Rutter */

 #mainNav
{
	padding: 0;
	font-size: 90%;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 0;
}
#mainNav a
{
color: #444444;
text-decoration: none;
margin: 0;
padding: 0.1em 1.9em;
text-transform: uppercase;
letter-spacing: 0.1em;
}

#mainNav a:hover, #mainNav a:active {color: #000; }

#mainNav a.active:link, #mainNav a.active:visited
{color: #D7D493;
font-weight: bold;
}


/* Highlighting the current page */

body.home #mainNav a#home, body.quienes #mainNav a#quienes, body.servicios #mainNav a#servicios, body.regalo #mainNav a#regalo, body.contacto #mainNav a#contacto { 
color: #6f8292;
text-decoration: underline;
}
body.home #mainNav a:hover#home, body.press #mainNav a:hover#press, body.contact #mainNav a:hover#contact { 
  color: #000;
}

/* Highlighting external links ONLY in the main text areas, so as not to screw up the ticked-off links */
#footer {
	padding-bottom: 10px;
	padding-left: 20px;
}
#content {
	padding: 15px;
}


#footer a:link, #footer a:visited {
color: #756762;
}
#footer a:hover {
color: #463534;
background: fffbd3;
}
.greytext {
	color: #d2cfb4;
}
#leftrightmargin {
	padding-right: 15px;
	padding-left: 15px;
}
.creamtext {
	color: #FFFBD3;
}
#shopcart {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFBD3;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #691917;
	color: #FFFBD3;
}

#shopcart li {
	color: #FFFBD3;
}
#cart {
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border: 1px solid #CCCCCC;
}
.bolded {
	color: #990033;
}
.imgL {
	margin-right: 15px;
}
