/* -----[ Rina Botha Style Sheet ]--------------------------------------------------------------------- */
/* -----[ http://www.rinabotha.com ]--------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 20px;
	background: #D7D7BF url(../../images/body_bg.png) repeat-x top left;
	font-size: small;
	/*font-family:"Tahoma",sans-serif;*/
	font-family:"Trebuchet MS",sans-serif;
	color:#5F4F45;
}

h1{
	margin: 0 0 0.3em 0;
	line-height: 1.4em;
	font-size: 150%;
	color: #C63D17;
}

h2{
	margin: 0 0 0.3em 0;
	line-height: 1.3em;
	font-size: 140%;
	color: #6A7538;
}

h3{
	margin: 0 0 0.2em 0;
	line-height: 1.2em;
	font-size: 130%;
	color: #AC5959;
}




p {
	margin: 0 0 1.2em;
	line-height: 1.3em;
	font-size: 90%;
	padding:0;
}
a {
	color: #A10F00;
	text-decoration:none;
}

a:hover {
	color: #BF3000;
}


ol, ul {
	list-style: none;
}

img {
	border:0;
}


.clearing{
	clear:both;
	height:0;
	line-height:0;
	font-size: 0%;
}


#header,
#containerTop,
#nav,
#containerBottom,
#footer,
#gallery,
#containerRounded
{
	
	margin: 0 auto;
	/*position: relative;*/
	width:760px;
	
}


/* -----[ Header ]--------------------------------------------------------------------- */

#header {
	height: 80px;
	text-align:left;
}

#header img.logo {
	
}


/* -----[ Container Top  ]--------------------------------------------------------------------- */

#containerTop{
	
}

#containerTop .featured{
	background: url(../../images/featured_bg.gif) top center;
	width:300px;
	float:left;
	
}

#containerTop .featured img{
	margin:20px 0 20px 20px;
	border:1px solid #FFF;
}


#containerTop .main{
	padding:20px 0 20px 0;
	
}


/* -----[ Nav ]--------------------------------------------------------------------- */

#nav{
	text-align:left;
	height: 45px;
	margin-bottom:10px;
	
	background: url(../../images/nav_bg.png) no-repeat top left !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../../images/nav_bg.png', sizingMethod='scale' );
}

#nav ul {
	position: relative;
	font: 12px Arial,sans-serif;
	padding:15px 10px 10px 20px;
}

#nav ul li {
	float: left;
	background: url(../../images/nav_divider.gif) no-repeat right top;
	padding:0 5px 0 5px;
	position: relative;
}

#nav ul li a {
	height: 16px;
	display: block;
	/*font-weight:bold;*/
	padding:0 5px 0 25px;
	color: #AA1100;
	text-decoration: none;
	white-space: nowrap;
	cursor:pointer;
	position: relative;
	
}
#nav ul li a:hover {
	color: #DF461A;
	cursor:pointer;
}
* html #nav ul li a {
	width: 0.1em;
}

#nav ul li a.home {
	background:url(../../images/icons/house.png) no-repeat left top !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../../images/icons/house.png', sizingMethod='crop' );
}

#nav ul li a.webdesign {
	background:url(../../images/icons/webdesign.png) no-repeat left top !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../../images/icons/webdesign.png', sizingMethod='crop' );
}

#nav ul li a.paintings {
	background:url(../../images/icons/palette.png) no-repeat left top !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../../images/icons/palette.png', sizingMethod='crop' );
}

#nav ul li a.photos {
	background:url(../../images/icons/camera.png) no-repeat left top !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../../images/icons/camera.png', sizingMethod='crop' );
}

#nav ul li a.contact {
	background:url(../../images/icons/email.png) no-repeat left top !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../../images/icons/email.png', sizingMethod='crop' );
}







/* -----[ Container Bottom  ]--------------------------------------------------------------------- */

#containerBottom_Top{
	
	background: url(../../images/containerBottom_top.gif) no-repeat top left;
}


#containerBottom{
	
	background: #FFF url(../../images/containerBottom_side_bg.gif) repeat-y top right;
	/*margin:11px 0 0 0;*/
	/*border:1px dashed green;*/
	margin-top:0px;
}

#containerBottom .main{
	margin-right:187px;
	padding:0px 0 0 7px;	
}




#containerBottom .side{
	/*padding:20px 0 20px 0;*/
	width:126px;
	float:right;
	margin:0 0 0 0;
	color:#FFF;
	padding: 10px 10px 10px 50px;
	position:relative;
}

#containerBottom .side a{
	color:#ACA03E;
	font-weight:bold;
}

#containerBottom .side a:hover{
	color:#FF9966;
	text-decoration:underline;	
}

#containerBottom_Bot{
	background: url(../../images/containerBottom_bot.gif) no-repeat bottom left;
	height:17px;
	clear:both;
}


#containerBottom .latestTitle{
	position:absolute;
	top:0;
	left:0;
}


.item{
	width:120px;
	background: url(../../images/item_divider.png) no-repeat top left;
	text-align:center;
	padding:0px 9px 0 12px;
	float:left;
}

.item.first{

	background: none;

}


.item h3{
	margin: 0.1em 0 0.2em 0;
	font-size: 100%;
	color: #C63D17;

}

.item p{
	margin: 0 0 0.1em 0;
	font-size: 83%;
	line-height:120%;
	color: #5F4F45;
	font-family:Arial,sans-serif;

}

.item img{
	border:0;
}


/* -----[ ContainerPlain ]--------------------------------------------------------------------- */



#containerRounded{
	background-color:#C1CEAB;
	margin-top:10px;
	/*padding:10px;
	width:740px;*/

}

#containerRounded div#content,
#gallery div#content,
#containerRounded div#content_bottom,
#gallery div#content_bottom
{
	padding:10px;
	height:1%;
}

#gallery div#content {
	min-height:1200px;
	height:expression(document.body.height > 1200 ? "auto" : "1200px");
}

/* -----[ Gallery ]--------------------------------------------------------------------- */

#gallery {
	background-color:#C1CEAB;
	margin-top:10px;
}

#gallery_view, .gallery-content {
	float: left; 
	margin-left:0px;
	width: 500px; 
	/*border: 1px dashed green;*/
}
#gallery_view h3, .gallery-content h3{
	margin: 0 0 0.3em 0;
	line-height: 1.0em;
	font-size: 130%;
	color: #6A7538;
	
	border-bottom: 1px solid #6A7538;
	padding:2px 3px;
}
#gallery_view img {
	margin: 0 auto;
	display: block;
	margin-bottom:10px;
}
#gallery_view p, .gallery-content p {
	padding-left:3px;
}
#gallery_price {
	color:#721023;
}

#gallery_price .strike{
	text-decoration: line-through;
}

#gallery_list {
	margin-left: 510px; 
	/*border: 1px dashed red;*/
}
.thumb {
	float: left; 
	margin: 0 0 5px 5px; 
	width: 100px; 
	height: 70px; 
	overflow: hidden;
	border-bottom:1px solid #97AD72;
	border-right:1px solid #97AD72;
	background-color:#E0E0CE;
	padding:4px;
	text-align:center;
}
thumb img {


}


/* -----[ Footer ]--------------------------------------------------------------------- */

#footer {
	clear: both;
	margin-top: 10px;
}

#footer .copyright {
	margin: 5px 0;
	text-align: center;
	color:#6F7359;
	font-size:90%;
}

#footer .copyright a{
	color:#6F7359;
	text-decoration:underline;
}


/* -----[ Bottom Nav ]--------------------------------------------------------------------- */

#footer ul {
	font: Tahoma,sans-serif;
	text-align: right;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	padding: 0 5px;
}

