/**** DEFAULT ****/
* { margin: 0; padding: 0; }
body { text-align: center; font-size: 14px; font-family: Verdana,Arial,Helvetica,sans-serif; background-attachment: fixed; background: #441908 url(/public/images/background.jpg) 0px 200px repeat-x; }
img { border: 0px; }
h1 { padding: 5px; font-size: 1.3em; margin: 0px 0px 10px 0px; background: url(/public/images/india.gif) left center no-repeat; }
h1,h2,h3,h4 { color: #744C0E; padding-left: 40px; text-align: left; border-bottom: 1px solid #B79455; }
h2 { padding: 3px; font-size: 1.1em; }
h3 { padding: 2px; margin: 15px; border: 0px; }
h4 { padding: 2px; margin: 10px; }
fieldset { border: 0; text-align: center; }

/**** LINKS ****/
a { color: #0000ff;	text-decoration: underline; }
a:hover { color: #000; }
a:visited {	color: #0000ff; }

/**** CLASSES ****/
.bold {	font-weight: bold; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.smaller { font-size: 0.8em; }
.bigger { font-size: 1.1em; }
.big { font-size: 1.2em; }
.fleft { float: left; }
.fright { float: right; }
.clear { clear: both; }
.underline { text-decoration: underline; }

/**** LAYOUT ****/
div#wrapper { margin: auto;	width: 1000px; margin: 5px auto 0px auto; }
div#left_sidebar { float: left; width: 285px; }
div#left_sidebar div#logo img { display: block; }
div#left_sidebar div#menu {  }

div#right_sidebar { float: left; width: 700px; }
div#right_sidebar div#header { height: 314px; }
div#right_sidebar div#header img { display: block; }
div#right_sidebar div#content { clear: both; text-align: left; padding: 0px 80px 20px 30px; line-height: 19px; background: url(/public/images/content.jpg) 0 0 repeat-y; }

div#content_bottom { width: 653px; height: 10px; background: url(/public/images/footer.jpg) 0 0 no-repeat; }

div#footer { clear: both; margin: 10px 0 10px 0; background: url(/public/images/footer.jpg) 0 0 no-repeat; font-size: 80%; height: 119px; }
div#footer > div { padding: 20px 60px 20px 20px; }
div#footer p { padding: 3px; }

/**** MENU ****/
div#menu { clear: both; text-align: left; color: #ffe1a1; background: url(/public/images/menu.jpg) left top no-repeat; }
div#menu ul { list-style-type: circle; width: 250px; font-weight: bold;  }
div#menu ul li { font-size: 1em; }
div#menu ul li a { display: block; width: 100%; color: #ffe1a1; text-decoration: none; padding: 5px; border-bottom: 1px solid #ffe1a1; }
div#menu ul li a:hover { color: #fff; border-right: 5px solid #ffe1a1; }

div#menu ul li.active a { color: #fff; }

/**** OTHERS ****/
div.errorMessage { color: #ff0000; padding: 8px; margin: 10px; font-size: 0.9em; font-weight: bold; background-color: #E8E8E8; border: 1px solid #83929C; }
div.info { color: #00cc00; padding: 7px; margin: 10px; font-size: 0.9em; font-weight: bold; background-color: #eee; border: 1px solid #00cc00; text-align: center; }
div#content p { margin: 5px; }
div#content p.box { margin: 20px 10px 10px 10px; border: 1px solid #744C0E; padding: 10px; }

div#breadcrumb { padding-top: 10px; padding-left: 60px; font-size: 0.8em; text-align: left; }

div#content ul { margin-left: 30px; }

div.photos img { margin: 4px; border: 5px solid #fff; }

/**** PAGINATOR ****/
div.paginator { clear: both; margin: 10px auto 10px auto; text-align: center; }
div.paginator ul { list-style-type: none; white-space: nowrap; margin: 0 auto; display: table; }
div.paginator ul li { float: left; position:relative; margin: 1px; }
div.paginator ul li a { display:inline-block; text-align: center; width: 33px; border: 2px solid #785014; text-decoration: none; background-color: #C48321; color: #fff; }
div.paginator ul li a:hover { background-color: #785014; }
div.paginator ul li a.active { background-color: #785014; }

.fLeft { float: left; }
