/* ========================================================== 
	GLOBAL STYLES
============================================================ */

* { margin:0; padding:0; }

html { height:100%; font-size:100%; }

body { background:#CECECE repeat-x; font-family:Cambria;}

:focus {outline:0;}
ul li { list-style:none; font-size:14px; color:#321d07; }
img {border:none;}
a { text-decoration:none;}
.left {float:left;}
.right {float:right;}
.clear { clear:both;}
.bold { font-weight:bold}
.italic { font-style:italic}
.underline { text-decoration:underline;}
.center { text-align:center;}
.justify { text-align:justify; }
.noborder { border:none}
.rounded3 {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;}
	
.rounded5{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;}	

p { color:#333; font-size:12px; line-height:inherit; }

h1 { color:#663333; }

h2 { color:#333; }

h3 { color:#333; font-style:italic; }

h4 { color:#663333; }

.title { height:30px; }

strong, label { color:#333; font-size:14px; margin-bottom:5px; }

label { font-size:16px; }

/* ========================================================== 
	HEADER & LOGO
============================================================ */
.main_bg { background:url(../images/background/main_bg_2.jpg) repeat-x;}


.logo { 
	border:none;
	z-index:100;
	float:left;
	} 

.ie_logo-txt { margin-left:10px; }


/* ========================================================== 
	FOOTER
============================================================ */

#footer {
	text-align:center;
	padding-bottom:5px;
	}

/* ========================================================== 
	SIDE PANEL & TAG LINE
============================================================ */
#side-panel {
	background:#CCCCCC;
	padding:8px;
	border:#CCCCCC solid 1px;
	}
	
.tag-line {
	background:url(../images/tagline-bg.png) repeat-x;
	overflow:hidden;
	height:99px;
	}

.poster {
	border:#666 solid 4px;
	}

/* ========================================================== 
	CONTACT US
============================================================ */


#contact-form .input1, #contact-form .input2 {	
	font-size:14px;
	color:#363636;
	background-color:#f5f5f5;
	border:1px solid #cccccc;
	margin-bottom:5px;
	}
	
#contact-form .input1 {
	height:30px;
	width:400px; 
	line-height:15px; 	
	padding:0 8px 0 8px;
	}

#contact-form .input2 { 
	height:680px;
	width:400px;  
	line-height:12px;	
	padding:8px 8px 0 8px; 
	margin:0 0 10px 0;
	}


/* ========================================================== 
	(18) Buttons
============================================================ */

button { 	
	cursor: pointer;
	overflow: visible; 
	position: relative;}
	
button span { 	
	display: block;	
	white-space: nowrap; 
	height:37px;	
	position: relative;}
	
button::-moz-focus-inner { border: none;} /* span’s offset in firefox */

/* ==== (b) Black Buttons ===================== */

button.blackButton,a.blackButton { 	
	background:url(../images/background/black-button.png) no-repeat right -39px;	
	padding-right:18px; 
	text-align: center; 
	margin:0; 
	outline: none; 
	border: 0;}	
	
button.blackButton span,a.blackButton span { 	
	background:url(../images/background/black-button.png) no-repeat left 0; 
	padding-left:15px; 	
	color: #e0e0e0; 
	font-size: 13px;  
	line-height: 32px; 	
	text-shadow: 1px 1px 0 #000; 
	position: relative; }	
	
button.blackButton:hover,a.blackButton:hover{ background-position: right -117px;}	

button.blackButton:hover span,a.blackButton:hover span{ 
	background-position: left -78px; 
	color: #fff; 
	text-shadow: 1px 1px 0 #000;	}
	
/*******/
	
a.blackButton,a.blackButton2,a.blackButton3 {	 
	clear:both;
	float:left;
	text-decoration:none; 
	height:36px;}	
	
a.blackButton span,a.blackButton2 span,a.blackButton3 span {	
	display:block; 
	text-decoration:none; 
	height:36px;}

button.blackButton2, button.blackButton3, a.blackButton2, a.blackButton3{ 
	background:url(../images/background/black-button.png) no-repeat right -39px; 	
	padding-right:30px; 
	text-align: center; 
	margin-right:4px; 
	outline: none; 
	border: 0;}	
	
button.blackButton2 span, button.blackButton3 span, a.blackButton2 span, a.blackButton3 span { 	
	background:url(../images/background/black-button.png) no-repeat 0 0; 
	padding-left:25px; 	
	color: #e0e0e0; 
	font-size: 13px;  
	line-height: 32px; 	
	text-shadow: 1px 1px 0 #000; 
	position: relative; }	
	
button.blackButton2:hover, button.blackButton3:hover, a.blackButton2:hover, a.blackButton3:hover { 
	background-position: right -117px;}	
	
button.blackButton2:hover span, button.blackButton3:hover span, a.blackButton2:hover span , a.blackButton3:hover span{ 
	background-position: 0 -78px; 
	color: #fff; 
	text-shadow: 1px 1px 0 #000;}

button.blackButton2, a.blackButton2 {padding-right:18px;}

button.blackButton2 span, a.blackButton2 span {padding-left:15px;}

/* ========================================================== 
	Arrow Bullets
============================================================ */

ul.arrow{

	list-style-type:none;
	
	margin-top:5px; 

	}
	
ul.arrow li{

	list-style-type:none; 
	
	padding:0px 0px 0px 20px; 
	
	margin:0px;
	
	float:left;
	
	width:115px;
	
	margin-left:2px;
	
	background-image:url(../images/icons/bullet-brown.png); 
	
	background-repeat:no-repeat; background-position:0px 5px;

	}
	
	
* html ul.checklist li{ padding:0px 0px 0px 30px !important;}/* ie 6 only */


.gallery1 li {
	border-bottom:#999 solid 2px;
	height:152px;
	overflow:hidden;
	float:left;
	margin:0 20px 20px 0;
	width:320px;
	}