/* @override 
	http://flashbakerpro.local/css/main.styles.css
	http://iliketodream.local/css/main.styles.css
	http://flashbaker.local/css/main.styles.css
*/

*{
margin:0;
padding:0;
}

img {
	border: 0px;
}

#content h2 {
	margin: 0px 0px 20px 0px;
}


#content p{
	font-size: 12px;
}

body{
	color:#000;
	background: #FFF url(/img/template/bg_strip.jpg) repeat-x;
	font: 76% Georgia, "Times New Roman", Times, serif;
}

#wrapper{
	width: 950px;
	background:url(/img/template/background_abstract.jpg) no-repeat;
}

#logo{
	
	color: #fff;
	font-size: 2em;
	padding: 35px 0px 35px 20px;
	letter-spacing: 0px;
	font-weight: bold;
}

#navbar {
	margin: 40px 0px 0px 20px;
}

#navbar ul {
	list-style: none;
}
	
#navbar li{
	color: #c51500;
	font-size: 1.5em;
	letter-spacing: 0 px;
	margin:0px 0px -2px 0px;
	text-align: left;
	font-weight: bold;
}

#navbar li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#navbar li a:hover {
	color: #6e6e6e;
}

#navbar li a.active {
	color: #2c2c2c;
}

#container{
	margin: 30px 0px 0px 20px;
}

#main_photo{
	margin: 10px 0px 30px 0px;
}

#gallery_index{
	width: 100%;
	margin: 10px 0px 30px 10px;
	display: block;
	float: left;
}

.gallery_image img {
	padding: 20px;	
}

.gallery_title {
	font-size: 1em;
	font-weight: bold;
	margin-top: 5px;
}

#gallery_index a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#gallery_index a:hover{
	text-decoration: underline;
}

#gallery_description {
	font-size: 1em;
	margin: 10px 150px 0px 20px;
	color: #000;
	text-align: justify;
}

#gallery_index h2 small {
	font-size: 12px;
	margin-left: 10px;
	color: #dbdd68;
}

#gallery_index ul{
	margin-left: 50px;
	list-style-type: upper-roman;
	list-style-position: outside;
}

#gallery_index li{
	padding-bottom: 5px;
	float: left;
	display: block;
	margin: 10px;
}

.gallery_thumbnail {
	height: 100px;
	width: 250px;
	overflow: hidden;
}

.gallery_thumbnail a img {
	margin-top: -70px;
}

.row{
	float:left;
	padding-right: 20px;
	
}

.clear{
	clear: both;
}

#content{
	font-size: 1em;
	margin: 0px 100px 30px 0px;
	text-align: justify;
}

#client_list {
	margin: 20px 0px 0px 20px;
	display: inline-block;
}

#client_list li {
	list-style-type: none;
	font-size: 2em;
	font-weight: bold;
	float: left;
	margin: 20px;
	padding: 5px 10px 5px 10px;
	color: #fff;
	background-color: #000;
}

#footer {
	font-size: 10px;

	color: #b5b5b5;
	margin: 30px 0px 30px 0px;
	text-align: center;
	
}

#footer a {
	color: #747474;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #e6ed2b;
}

#gallery_controls{
	color: #333;
	font-size: 20px;
	text-align: center;
}
#gallery_controls a{
	color: #767676;
	text-decoration: none;
}

#gallery_controls a:hover{
	color: #fff;
	text-decoration: none;
}

#index_btn{
	margin-bottom: 10px;
}

#back_btn{
	width: 60px;
	height: 300px;
	padding: 260px 0px 0px 50px;
	float: left;
}

#next_btn{
	width: 60px;
	height: 300px;
	padding: 260px 50px 0px 0px;
	float: right;

}

#caption{
	color: #fff;
	width: 80%;
border: 1px solid red;
	font-size: 10px;
	margin-top: -100px;
	margin-left:auto;
	margin-right:auto;
	z-index: 10;
}

.index_thumbnail img {
	float: left;
	width: 75px;
	margin: 5px;
	border: 0px;
	border: 4px solid #fff;
}

