
/*-----------------------------------------------------------------------------
   Sobar Style Sheet

   version :   1.0
   author  :   Marc Fovargues
   email   :   marc@3lbgraphics.com
   website :   http://www.3lbgraphics.com
-----------------------------------------------------------------------------*/


/*------------------------------------------------------ Main Body ---*/

body { 
	margin: 0 auto;
	padding: 0;
	font-size: 0.70em;
	line-height: 1.5em;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	background: #0c0c0c url(../images/bg1.jpg) top center repeat;
}

* html body { 
	margin: 0 auto 0 0.2em;
	padding: 0;
	font-size: 0.70em;
	line-height: 1.6em;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	background: #0c0c0c url(../images/bg1.jpg) top center repeat;
}

/*------------------------------------------------------ Main Wrapper ---*/

#wrap { 
	width: 898px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

/*------------------------------------------------------ Main Styles ---*/

a { color:#97070b; text-decoration: none; }
a:hover { text-decoration: underline; }

.formerror { color: #f00; font-weight: bold; }

p { padding: 0 10px 5px 10px; }

.imgcenter { 
	margin: 0 auto;
	text-align: center;
	margin: 0px 4px 10px 4px;
	padding: 0px;
	width: 550px;
	height: 255px;
}

h1 { 
	margin:0;
	padding:10px 0 0 1px;
	text-transform:uppercase;
	font-size:15px;
	color: #d73a31;
	font-weight:normal;
	border-bottom: 1px solid #d73a31;
	background: transparent url(../images/postback.gif) top left no-repeat;
}

h3 {  /* Calendar */
	margin:0;
	padding: 10px 0 0 1px;
	text-transform:uppercase;
	font-size: 14px;
	color: #d73a31;
	font-weight: normal;
	border-bottom: 1px solid #d73a31;
	background: transparent url(../images/postback.gif) top left no-repeat;
}

h4 {  /* Sub Headings */
	margin:0;
	margin-top: 10px;
	padding: 10px 0 0 1px;
	margin-bottom: 10px;
	text-transform:uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #d73a31;
	border-bottom: 0px solid #d73a31;
	background: transparent;
}

h6 { 
	margin: 0px 10px 0 10px;
	color: #9c9c9c;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	border-top: 1px solid #dbdbdb;
	padding:10px 0 0 10px;
	background: url(../images/arrow.gif) no-repeat 0 12px;
}

/*------------------------------------------------------ Site Header ---*/

#header { 
	padding:30px 20px 0 40px;
	height:131px;
	background: #0c0c0c url(../images/head_bckg.jpg) top left no-repeat;
}

/*------------------------------------------------------ Main Elements ---*/

.item img { 
	background-color:#ffffff;
	padding:6px;
	border:1px solid #d0d0d0;
}

.item a { 
	display:block;
	float:left;
	font-size:12px;
	color:#bd131d;
}

.description { 
	display: block;
	padding: 5px 10px 20px 0;
	line-height: 12px;
	text-align: center;
}

p.additional { 
	margin: 0px 10px 0 10px;
	color: #9c9c9c;
	font-size: 11px;
	line-height: 12px;
	border-top: 1px solid #d73a31;
	padding:10px 0 0 10px;
	background: url(../images/arrow.gif) no-repeat 0 12px;
}

/*------------------------------------------------------ Content Area ---*/

#main { 
	float:left;
	background: #fff url(../images/sidebar_bckg2.gif) no-repeat top right;
	padding:20px 0 0 0;
	text-align: left;
}

/*------------------------------------------------------ Text Area ---*/

#text { 
	margin: 0 305px 5px 20px;
	padding-bottom: 20px;
	text-align: left;
}

#text li {
	list-style:none;
	font-size: 1em;
	padding-left: 10px;
	background: url(../images/arrow.gif) no-repeat 0px 6px;
}

/*------------------------------------------------------ Required Field ---*/

.required { color: #f00; }


/*------------------------------------------------------ SideBar Area ---*/

#sidebar { 
	float:right; 
	width: 245px !important;
	min-height: 600px !important;
	height: 600px !important;
	padding: 10px 20px 0px 30px;
	font-size: inherit;
}

#sidebar a { font-weight:bold; }

#sidebar h1 { 
	margin:0;
	margin-bottom: 20px; 
	padding:0 0 0px 0;
	text-transform:uppercase;
	font-size:15px;
	color: #d73a31;
	font-weight:normal;
}

#sidebar li {
	list-style: none;
	font-size: 1.0em;
	padding-left: 10px;
	background: url(../images/arrow.gif) no-repeat 0px 6px;
}

#sidebar p.help { font-size: 0.85em; }

/*------------------------------------------------------ Footer Area ---*/

#footer {
	background:#000 url(../images/footer.jpg) bottom left no-repeat;
	height:110px;
	clear:both;
}

#left_footer { 
	float:left; 
	padding:15px 0 0 35px;
	background:url(../images/c.gif) no-repeat 30px 35px; 
	color: #fff;
	font-size:10px;
}

#left_footer a { color: #d73a31;}
#left_footer a:hover { text-decoration:none;}

#right_footer { 
	float:right;
	padding: 15px 35px 0 0;
	color:#fff;
	font-size:10px;
	text-align:right;
}
#right_footer a { color: #d73a31;}

/*------------------------------------------------------ Gallery Settings ---*/

#galbox {
	margin: 0;
	padding: 0;
}

#menubar {
	float: left;
	margin: 5px 0 5px 0;
	padding: 5px 0px;
	width: 555px !important;
	height: auto !important;
	background: #fff;
	border: 1px solid #d0d0d0;
	text-align: left;
}

#menubar a,
#menubar a:link { 
	display: inline;
	color: #000;
	padding: 8px 5px;
	width: 100% !important;
}

#menubar a:active,
#menubar a:visited  { color: #97070b; }

#menubar a:hover   {
	color: #a42100;
	background: #ddd;
}

.gallerydiv {
	float: left;
	display: block;
	width: 100%;
	margin: 5px 0 30px 0;
	padding: 0 0 10px 0;
	height: 100% !important;
	text-align: center;
}

.gImage {
	float: left;
	display: block;
	margin: 4px 4px 0px 4px;
	padding: 1px;
	background: #f0f0f0;
	border: 3px solid #d0d0d0;
	width: 90px; height: 90px;
}

.gImage a, 
.gImage a:link { 
	background: #a2a2a2;
	padding: 0;
	margin: 0;
}

.gImage a:hover { border: 3px solid #ffbb02; padding: 1px; }
.gImage:hover 	{ border: 3px solid #ffbb02; padding: 1px; }

.galleryCell1
{
 /* These attributes apply to every odd-numbered cell, or the first of the alternating
    table row colors. Do not rename the ".galleryCell1" or it won't work. */
 vertical-align: center;
 text-align:     center;
}

.galleryCell2
{
 /* These attributes apply to every even-numbered cell, or the second of the alternating
    table row colors. Do not rename the ".galleryCell2" or it won't work. */
 vertical-align: center;
 text-align:     center;
}
