
/*==========| General Styles |==========*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font-size: 76%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #aa9a80;
	background-color: #fff;
	/*background-image: url(../images/bellacara_Watermark.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	margin: 0 35px;
}

body a {
	color: #6699ff;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

#container {
	min-width: 800px; /* supports all standards compliant browsers */
	margin: 35px 0;
}

/* IE min-width hack */

* html .minwidth {
	padding-left:800px;
}

* html .wrapper {
	margin-left:-800px;
	position:relative;
}

/*\*/
* html .minwidth, * html .wrapper, * html .content, * html .layout  {
	height:1px;
}
/**/

/* End IE min-width hack */


.imageLeft {
	padding: 7px;
	border: 1px solid #aa9a80;
	background: #FFF;
	margin: 5px 15px 5px 0;
	float: left;
	text-align: center;
	font-size: 0.925em;
}

/*==========| Home Page Image Banner Styles |==========*/

#banner {
	width: 662px;
	float: left;
}

/*==========| Masthead Styles |==========*/


#logo-box h1 {
	padding: 70px 0 0 549px;
	margin-bottom: 30px;
	overflow: hidden;
	height: 0;
	width: 0;
	background-image: url(../images/bellacara_logo.gif);
	background-repeat: no-repeat;
}

/*==========| Column Styles |==========*/


#leftcol {
	float: left;
	width: 100px;
	text-align:right;
	font-size: 1.2em;
	line-height: 1.6em;
}

#leftcol img {
	padding: 0 0 20px 0;
	border:none;
}

#leftcol a {
	color: #aa9a80;
}

#leftcol ul {
	list-style: none;
}

#home #leftcol ul li.home a,
#aboutus #leftcol ul li.aboutus a,
#contactus #leftcol ul li.contactus a,
#brand #leftcol ul li.brand a,
#events #leftcol ul li.events a  {
	font-style:italic;
	color: #e48051;
}


#content {
	margin: 0 15px 0 135px;
	min-width: 662px;
}

#content p,
#content ul,
#content ol,
#content h4,
#content td,
#content th {
	font-size: 1.1em;
	line-height: 1.35em;	
}

#content p,
#content ul,
#content ol,
#content h3 {
	padding-bottom: 10px;
}

#content ul li {
    margin:0 0 0 20px;
    padding:0 10px 0 0;
    list-style-type: square;
}

.licol {
    float: left;
    width: 200px;
}

h3 {
	font-size: 1.55em;
	font-weight:normal;
}

h2 {
	font-size: 1.95em;
	font-weight:normal;
	padding-bottom: 15px;
}

/*==========| Table Styles| ==========*/

.tbl { 
margin-bottom:20px;
width: 100%;
border-collapse: collapse;
float: left;
}

.tbl th {
background-color: #aa9a80;
font-weight: bold;
border-collapse: collapse;
border-top: 1px solid #aa9a80;
border-bottom: 1px solid #aa9a80;
padding: 3px 15px;
text-align: left;
color: #fff;
}

.tbl tr td {
	border-collapse: collapse;
	padding: 3px 15px;border-bottom: 1px solid #aa9a80;
}

/*==========| Footer Styles| ==========*/

#footer {
	padding: 8px 10px;
	color: #fff;	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color: #aa9a80;
	margin: 25px 0 13px 0; 
}

#footer p {
	padding: 0;
	font-size: 1em;
}

#footer a {
	color: #fff;
	text-decoration: none;	
}

#footer a:hover,
#footer2 a:hover {
	text-decoration: underline;
}

#footer,
#footer2 {
	float: left;
	width: 98%;
}

#footer2 p {
	color:#aa9a80;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.925em;
	padding-bottom: 10px; 
}

#footer2 a {
	color:#e48051;
	text-decoration: none;
}



/*==========| IE_X specific styles |==========*/

