/*
 * This file is part of a ThemeForest template by James Padolsey
 *  - It is not free.
 *  - You may not distribute it.
 *  Please take care when making changes
 */


/* RESET : */

body,h1,h2,h3,h4,h5,h6,p,ul,ol,img { margin: 0; padding: 0; border: none; list-style: none; font-weight: normal; }


/* BODY / GENERIC : */

body {
    background: #000 url(../img/body-bg.png) top left repeat-x;
    color: #FFF;
    font: 0.8em Arial,Sans-serif;
}

a {
	text-decoration: none;
	color: #FFF;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a.button {
    float: left;
    color: #FFF !important;
    padding: 4px 8px;
    margin: 5px 0;
    cursor: pointer;
}
a.button:hover {
    text-decoration: underline;
    border: 1px solid #CCC;
}

a.buttongal {
	background: url(../img/buttongal.png) no-repeat;
	text-transform: uppercase;
	display: block;
	width: 141px;
	height: 22px;
	text-align: center;
	padding: 8px 0 0 0;
	font-size: 12px;
	float: right;
	margin: 0 20px 0 0;
}

a.buttongal:hover {
	text-decoration: none;
}

blockquote {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 10px 30px;
    margin: 7px 0;
}
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0.3em 0; }
h1 { font-size: 2em; font-weight: 700; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

/* TOP : */
#container {
    width: 913px;
    margin: 0 auto;
}
#top {
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    /* Solve IE hasLayout issue */
    height: auto !important;
    height: 1%;
}
#logo {
    text-indent: -9999em;
    float: right;
    display: inline;
    background: url(../img/logo.png) no-repeat;
    width: 243px;
    height: 133px;
}


/* NAVIGATION MENU : */

#navigation {
    float: left;
    width: 600px;
    padding: 43px 0 0 0;
	font-size:12px;
	
}
#navigation li { 
	display: inline;

}
#navigation a {
    display: inline;
    float: left;
    text-align: center;
    margin: 0 0 0 0px;
	padding: 8px 0 0 0;
    height: 32px;
	width: 120px;
	color: #666666;
    text-transform: uppercase;
	font-weight: bold;
	
}

#navigation li a:hover { 
	color: #000000;
	text-decoration: none;
}

#navigation li a.active {
	background-image: url(../img/navigation.png);
	color: #000000;
}

/* SLIDESHOW : */

#slideshow {
    clear: both;
    height: 574px;
    border: 7px solid #555;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #000;
	margin: 0;
}

#slideshow.slideshow-gal {
	height: 734px;
}

/* CONTENT : */

#content-wrapper {
    clear: both;
	margin-top: 20px;
}

#content-wrapper.wrapper-gal {
	border: 7px solid #555;
	border-top: 0px;
	background: #fff url(../img/gradgal.png) top left repeat-x;
	height: 410px;
	padding: 20px 0 0 0px;
	margin: 0 0 10px 0;
}

#content {
	padding: 0px;
	margin: auto;
	color: #383838;
	overflow: hidden;
	height: auto !important;
	height: 1%;
	width: 900px;
}

#content p {
    padding: 0.7em 0;
    line-height: 1.3em;
}
#content p a {
	text-decoration: none;
	color: #C90;
	outline: none;
}
#content p a:hover {
	text-decoration: underline;
	color: #C90;
}

#left {
	width: 240px;
	float: left;
	color: #fff;
}
#right {
	width: 645px;
	float: right;
	margin: 0;
	text-align: right;
}

#right .gallery-choices {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 650px;
}

#right .gallery-choices li {
    float: left;
}

#right .gallery-choices li:first-child {
    margin: 0 11px 0 0;
}


/* GALLERY PAGES : */

#content #gallery {
    padding: 0;
    list-style: none;
    margin: 0;
}
#content #gallery li {
    height: 100px;
    overflow: hidden;
    border: 1px solid #999;
    float: left;
    margin: 4px;
    text-align: center;
	width: 105px;
}
#content #gallery li a {
    display: block;
}
#content #gallery li img {
    display: block;
}

#content-wrapper.gal-one {
	background: url(../img/content.png) top left repeat-x;
	margin: 0 0 10px 0;
	padding: 20px;
	border: 7px solid #555;
	border-top: 0px;
}

h1.gallery-title {
    border: 7px solid #555;
    border-bottom: none;
    background: url(../img/content-top.png) no-repeat;
    color: #000;
    padding: 15px 0 0 0;
    text-align: center;
	height: 45px;
	margin: 0;
}

.gallery-left {
	display: inline;
	width: 342px;
	color: #000000;
	text-align: left;
	float:left;
	clear: both;
}

.gallery-left a:hover,
.gallery-right a:hover  {
	text-decoration: none;
}

.gallery-left h2,
.gallery-right h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
}

.gallery-left h3,
.gallery-right h3 {
	font-size: 12px;
	font-weight: bold;
	text-indent: 20px;
}

.gallery-left p,
.gallery-right p {
	font-size: 12px;
	margin: 0 0 5px 20px;
}

#content p {
	line-height: 200%;
}

.gallery-right {
	display: inline;
	width: 342px;
	color: #000000;
	float: right;
}

/* NEWS PAGES : */

#content-wrapper.news {
	background: #FFF url(../img/gradnews.PNG) top left repeat-x;
	border: 7px solid #555;
	height: 740px;
	color: #000000;
	margin: 0 0 10px 0;
	padding: 50px 15px 0 30px;
}

#content-wrapper.news h1 {
	font-size: 34px;
}

#content.news {
	float: left;
	width: 420px;
	height: auto;
}

#content.news p {
	text-align: justify;
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 1.5em;
}

#content.news a {
	color: #0e36ba;
}

#newsimage {
	float: right;
}

/* CONTACT: */

#content-wrapper.contact {
	background: url(../img/gradwcont.png) top left repeat-x;
	height: 526px;
	padding: 7px;
	margin: 0 0 300px 0;
}

#content.contact {
	background: url(../img/gradcont.png) top left repeat-x;
	height: 512px;
	padding: 5px;
}

#contact {
	background: url(../img/gradcontf.png) top left repeat-x;
	height: 501px;
	padding: 20px;
}

#left.contact {
	width: 420px;
	float: left;
	color: #000000;
	font-size: 11px;
}

#left.contact p {
	line-height: 130%;
	margin: 0 0 30px 0;
}

#left.contact h1 {
	padding: 0;
}

#right.gmap {
	width: 410px;
	float: right;
	background: #ffffff;
	border: 1px solid #999;
	height: 460px;
}

#right.gmap a {
	color: #ffffff;
	background: url(../img/buttonmap.png) no-repeat;
	display: block;
	width: 150px;
	height: 20px;
	text-align: center;
	float: right;
	margin: -50px 20px 0 0;
	padding: 3px 0 0 0;
	position: relative;
}

#right.gmap a:hover {
	text-decoration: none;
}

/* CONTACT FORM : */

form.normal-form { margin: 10px 0; }
form.normal-form li {
    padding: 6px 0;
    border-top: 1px solid #999;
}

form.normal-form li.send {
	height: 30px;
}

form.normal-form label {
    float: left;
    width: 140px;
    padding: 4px 8px;
}
form.normal-form input.text, form.normal-form textarea {
    background: #FFF !important;
    padding: 4px;
    border: 1px solid #999;
    width: 150px;
    border-top: 1px solid #999;
	outline: none;
}
form.normal-form textarea {
    width: 230px;
    height: 100px;
	overflow: auto;
}
form.normal-form input#submit { 
	border: 0px;
	color: #ffffff;
	background: url(../img/buttoncont.png) no-repeat;
	display: block;
	width: 100px;
	height: 22px;
	text-align: center;
	padding: 0;
	font-size: 12px;
}


/* FOOTER : */

#foot {
    width: 913px;
    margin: 0 auto;
    clear: both;
	border-top: 1px solid #666666;
	font-size: 10px;
}
#foot-menu {
    float: left;
    width: 400px;
    padding: 10px 0px;
}
#foot-menu {
	text-transform: uppercase;
}
#foot-menu a {
	margin: 0 10px 0 0;
}
#copyright-info {
	float: right;
	width: 400px;
	padding: 10px 0px;
	text-align: right;
	text-transform: uppercase;
}
#contact #left h2 a {
	color: #333;
}
.gallery-center {
	display: inline;
	width: 342px;
	color: #000000;
	float: left;
	background-position: center;
}

