@charset "utf-8";
/* CSS Document */
body {
	background: #000;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:active{
	outline:0;
}

img{

	border:none;
}

#container {
	width: 845px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	 /* this overrides the text-align: center on the body element. */
	padding-bottom:20px;

}
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000000;
}
#nav{
	float:right;
	padding:0;
	padding-right:19px;
	clear:both;


}

#pricing_left{
        width:40%;
        float:left;
        }

#nav li {
	display:inline;
	list-style:none;
	margin-left:2px;

	}

#nav ul {
	margin:0;
	padding:0;
	margin-bottom:10px;
	margin-top:10px;
}

#nav li a {
	text-decoration:none;
	color:#FFCC33;
	padding:2px;
	border:0px solid #FFF;
	outline:none;
}

#nav li a:hover {
	color:#fff;
	background-color:#FFCC33;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent {
	padding: 0 5px;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	clear:both;
	overflow:hidden;
	padding-bottom:20px;
	text-align:center;
	margin:0 auto;
}

#mainContent h2{
	padding-left: 20px;
}

#mainContent a:active{

	outline:0;

}

#mainContentHome {
	padding: 0 0px;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	clear:both;
	overflow:hidden;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

a{
	color:#FFCC33;
}

.img_bdr{
	
	border:1px solid #FFFFFF;
}

.view ul li{
	display:inline;
}

.block{
	float:left;
	padding:5px;
	margin:3px;
	position:relative;
	min-width:120px;
	vertical-align:middle;	
}

.block img {
	padding:4px;
	border:1px solid #CCCCCC;
}

.block a:hover img{
	border:1px solid #FFCC33;

}



.blocktop{
	background:#000 url(http://www.thecarrenogallery.com/i/bevel.jpg) no-repeat top left;
	vertical-align:top;
	
	}
	
.row{
	clear:both;
	text-align:center;
	margin:0 auto;
	padding-left:50px;

}

.row2{
	clear:both;
	text-align:center;
	margin:0 auto;
	padding-left:50px;
	background-color:#333333;


}

.next{

	float:right;
	padding-bottom:1em;
}

.prev{

	float:left;
	padding-bottom:1em;

}

p.left{
	text-align:left;
	padding: 3px;
}

img.l {

	padding:4px;
	float:left;
	border:1px solid #CCCCCC;
	margin: 5px;

}

.block2 {
        clear:both;
	padding:5px;
	margin:5px;
	background-color:#666666;
}
	
.block2 ul li{
	list-style:square;
}

.calendar_right{
	background-color:#ffcc33;
	float:left;
	padding:5px;
	margin:5px;
	width:55%;
	padding-top:0;

}

.calendar_right img{
	border:3px solid #fff;
}