/* ---------- 1 structure ---------- */
html {
	font-size: 100%;
}

body {
	background: #333 url(../images/BG.png);
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
}

#outer_wrapper {
	width: 100%;
	background: #544236 url(../images/standard/owBG.jpg) center top;
	background-repeat: no-repeat;
	padding-top: 5px;
	border-bottom: 1px solid #222;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	width: 100%;
	float: left;
	margin-right: -260px;
}
#content {
	margin-right: 300px;
}
#main {
	padding-left: 30px;
}
#feeds {
	width: 230px;
	float: right;
	padding: 5px 10px 10px;
}
#container-alt {
	width: 100%;
	float: left;
	margin-right: -500px;
}
#content-alt {
	margin-right: 500px;
}
#feeds-alt {
	width: 470px;
	float: right;
	padding: 5px 10px 10px;
}
.clearing {
	height: 0;
	clear: both;
}

.banner, #wrapper, .bannerhome, #social-bar {
	max-width: 950px;
	min-width: 750px;
}

/* ---------- 2 images ---------- */
.imagebox {
	border: 1px solid #999999;
	height: 140px;
	width: 190px;
	margin-top: 10px;
	text-align: center;
}

.imagebox-nav {
	width: 202px;
	margin-top: 10px;
	border: 1px solid #ffffff;
}
.imagebox-pf {
	margin-top: 10px;
	margin-left: 10px;
	width: 206px;
	height: 81px;
	border: 1px solid #555;
	float: left;
}
.image {
	border: 3px solid #333;
}
.floatleft {
	border: 1px solid #333;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatleft-nb {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


/* ---------- 3. links and navigation ---------- */

#main a:link, #main a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #cd8384;
}
#main a:hover {
	color: #bb3956;
	text-decoration: underline;
}

/* Navigation */

#navigation {width: 100%; height: 50px; background-color: #bb3956; margin: 0; padding: 0;}
#nav-centre {width: 1000px; height: 50px; margin: 0; padding: 0; margin-left: auto;margin-right: auto;}

ul#nav {
	width: 900px;
	list-style: none;
	margin: 0; padding: 0;
	padding-top: 5px;
	margin-left: 40px;
}

ul#nav li a:link, #nav li a:visited {
display: block;
float: left;
height:37px;
background-image: url(../images/nav2.png);
text-indent: -9999px;
}

ul#nav li a.home {
	width:80px;
	background-position: 0 0;
}
ul#nav li a.about {
	width:45px;
	background-position: -80px 0;
}
ul#nav li a.services {
	width:100px;
	background-position: -125px 0;
}
ul#nav li a.portfolio {
	width:105px;
	background-position: -225px 0;
}
ul#nav li a.news {
	width:70px;
	background-position: -330px 0;
}
ul#nav li a.reviews {
	width:100px;
	background-position: -400px 0;
}
ul#nav li a.contact {
	width:100px;
	background-position: -500px 0;
}

ul#nav li a.home:hover {
	width:80px;
	background-position: 0 -37px;
}
ul#nav li a.about:hover {
	width:45px;
	background-position: -80px -37px;
}
ul#nav li a.services:hover {
	width:100px;
	background-position: -125px -37px;
}
ul#nav li a.portfolio:hover {
	width:105px;
	background-position: -225px -37px;
}
ul#nav li a.news:hover {
	width:70px;
	background-position: -330px -37px;
}
ul#nav li a.reviews:hover {
	width:100px;
	background-position: -400px -37px;
}
ul#nav li a.contact:hover {
	width:100px;
	background-position: -500px -37px;
}



/* End od Navigation */
/* ---------- 4. fonts ---------- */

#main h1 {
	font: 1.6em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif, "Lucida Grande";
	text-transform:uppercase;
	color: #c77385;
	margin-bottom: 1em;
}
#main h2 {
	font: 1.4em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #c77385;
	margin-bottom: 0.8em;
}
#main h3 {
	font: 1.2em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #bb3956;
	margin-bottom: 0.8em;
}

#wrapper p {
	font: 1.2em/1.4em Verdana, Arial, sans-serif;
	color: #fff;
	padding-top: 0;
	margin-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 0.8em;
	text-align: justify;
}
.indent {text-indent: 40px;}


#main {
	padding-bottom:30px;
}
#footer {
	background-image:url(images/background_footerx.jpg);
	background-repeat:repeat-x;
	padding:40px;
	position:relative;
	top:-20px;
	min-height:130px;
	
}
.container {
	width:950px;
	margin:0 auto;
	position:relative;
}


/* 
	Header-Styles 
*/

.banner {
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-image: url(../images/newbanner.png);
}
.bannerhome {
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;

}
.logo {float: left; margin-left: 45px; margin-top: 30px;}
#header {
	padding-top:20px;
	padding-bottom:20px;
}
#logo h1, #logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}
#logo {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:194px;
	height:83px;
}
ul#menu {
	margin:0px; padding:0px;
	position:absolute;
	right:0px;
}
ul#menu li {
	display:inline;
	margin-left:12px;
}
ul#menu li a {
	text-decoration:none;
	color:#716d6a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
ul#menu li a.active, ul#menu li a:hover {
	color:#211e1e;
}



/* 
	Block-Styles 
*/

.block {
	border:1px solid #a3a09e;
	background-color:#ffffff;
	margin-bottom:20px;
	position:relative;
}
.ribbon {
	position:absolute;
	top:-3px;
	right:-3px;
}
.block_inside { 
	display:block; 
	border:1px solid #ffffff;
	background: #ffffff url(images/background_block_slice.jpg) repeat-x;	
	padding:30px;
	overflow:auto;
}
.image_block {
	border:1px solid #b5b5b5;
	background-color:#d2d2d2;
	padding:5px 5px 1px 5px;
	float:left;
}
.image_block img {
	border:1px solid #b5b5b5;
}
.text_block {
	float:left;
	width:430px;
	margin-left:30px;
	padding-top:30px;
}

#block_featuredblog .text_block { padding-top:5px }


/*
	Portfolio-Home-Styles
*/

#block_portfolio {
	overflow:auto;
	margin-bottom:20px;
}
#portfolio_items {
	width:615px;
	margin-right:25px;
	float:left;
	min-height:100px;
	padding-top:3px;
}
#text_column {
	float:right;
	width:310px;
}
#text_column img { margin-bottom:20px; position:relative; left:-3px;}
#text_column h2#text_title { 
	text-indent:-9999px;
	background-image:url(images/creatif.jpg);
	background-repeat:no-repeat;
	width:310px;
	height:129px;
}

.mini_portfolio_item {
	border:1px solid #a3a09e;
	margin-bottom:10px;
	position:relative;
}
.mini_portfolio_item .block_inside { 
	background:none; background-color:#e2dddc; 
	padding:25px 30px 15px 30px; 
}
.mini_portfolio_item .thumbnail { float:left; margin-right:20px; border:1px solid #979390; }


/*
	Block-Content-Styles
*/

#content_area {
	width:665px;
	float:left;
}
#content_area .block_inside {
	min-height:400px;
}
#sidebar {
	float:left;
	width:281px;
	position:relative;
	left:-1px;
	margin-top:15px;
	background-color:#e2dddc;
	border:1px solid #a3a09e;
}
#sidebar .block_inside {
	background:none;
	background-color:#e2dddc;
}

#sidebar .block_inside h2, #sidebar .block_inside h3 {
	font-size:16px;
	line-height:23px;
}
#sidebar ul { margin:10px 0px 30px 0px; padding:0px; }
#sidebar ul li { list-style:none; margin:0px 0px 5px 0px; padding:0px; }
#sidebar ul li a { color:#c77385; }
#sidebar ul li a:hover { color:#333; text-decoration:none; }


#content_area h2 { font-size:32px; line-height:31px; }

#content_area .separator {
	border-top:1px solid #e3e3e3;
	margin-top:20px;
	padding-top:20px;
}
#content_area .biggap {
	border-top:1px solid #e3e3e3;
	margin-top:40px;
	padding-top:40px;
}

/* 
	Text-Styles   
*/



h2, h2 a{
	margin:0px 0px 3px 0px;
	color:#333;
	font: 1em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	text-transform:uppercase;
	color: #333;
	margin-bottom: 1em;
}
h3, h3 a{
	margin:10px 0px 5px 0px;
	font: 0.9em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color:#333;
}
h4 {
	color:#007de2;
	margin:0px 0px 0px 0px;
}
small {
	font: 0.6em Arial, sans-serif;
	color:#595856;
	display:block;
	margin-bottom:15px;
}
a {
	color:#bb3956;
	text-decoration:none;
}
small a {
	color:#bb3956;
}
a:hover {
	text-decoration:none;
	color:#c77385;
}
h2 a:hover {
	color:#c77385;
}
p { margin: 0px 0px 15px 0px; }

a.button {
	background:#32312f url(images/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	margin-top: 25px; 
	color: #ffffff;
	text-decoration: none;
	border:1px solid #32312f;
	text-transform:uppercase;
	font-size:9px;
	line-height:25px;
}

#block_featuredblog a.more-link {
	background:#32312f url(images/button_bg.jpg) repeat-x;
	padding:2px 10px 2px 10px;
	margin-top: 25px; 
	color: #ffffff;
	text-decoration: none;
	border:1px solid #32312f;
	text-transform:uppercase;
	font-size:9px;
	line-height:20px;
	display:block;
	float:left;
	
}

a.button:hover {
	background:#007de2 url(images/button_bg_o.jpg) repeat-x;
	border-color:#007de2;
}
#block_featuredblog a.more-link:hover {
	background:#007de2 url(images/button_bg_o.jpg) repeat-x;
	border-color:#007de2;
}

.last {
	margin-bottom: 10px;
}
/*---------- 6. forms stuff ---------- */

input.txt {
	color: #fff;
	background-color: #bb3956;
	border: 1px solid #999999;
	width: 200px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
textarea.txt {
	color: #fff;
	background-color: #bb3956;
	border: 1px solid #999999;
	width: 200px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
input.btn {
	}
form p {
	font: 1.2em/1.4em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form p label {
	float: left;
	width: 30%;
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #c77385;
}
input:focus {
	background-color: #FFFFFF;
	border: 1px solid #bb3956;
	color: #333333;
}
textarea:focus {
	background-color: #FFFFFF;
	border: 1px solid #bb3956;
	color: #333333;
}
fieldset {
	border: 1px solid #222;
	margin-top: 15px;
	padding: 15px;
	background: #333 url(../images/BG.png);
	margin-bottom: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}
/*legend {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #444444;
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #999999;
}*/
.form {
	margin-right: 10px;
	margin-left: auto;
	margin-top: 1px;
	margin-bottom: 3px;
}
/*
	Social Bar
*/
#social-bar-container {width: 100%; min-width: 600px; height: 30px; background: #6b645e url(../images/follow.png) center no-repeat; padding-top: 8px;}
#social-bar {
	margin-left: auto;
	margin-right: auto;
	padding-right:50px;
}
#social-bar ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#social-bar li {
	float: right;
	display:inline;
	width: 25px;
	margin-right: 5px;
}
#social-bar ul a {
display: block;
height: 50px;
text-decoration: none;
	
}
#social-bar ul a:hover {
background-color: transparent;
}
#social-bar #google a {/* automation for active tab */
		background: url(../images/buttons/google_button1.png) no-repeat;}

#social-bar #google a:hover {/* hover over-ride for automated tab */
		background: url(../images/buttons/google_button2.png) no-repeat;}

#social-bar #facebook a {/* automation for active tab */
		background: url(../images/buttons/facebook_button1.png) no-repeat;}

#social-bar #facebook a:hover {/* hover over-ride for automated tab */
		background: url(../images/buttons/facebook_button2.png) no-repeat;}
#social-bar #twitter a {/* automation for active tab */
		background: url(../images/buttons/twitter_button1.png) no-repeat;}

#social-bar #twitter a:hover {/* hover over-ride for automated tab */
		background: url(../images/buttons/twitter_button2.png) no-repeat;}
#social-bar #rss a {/* automation for active tab */
		background: url(../images/buttons/rss_button1.png) no-repeat;}

#social-bar #rss a:hover {/* hover over-ride for automated tab */
		background: url(../images/buttons/rss_button2.png) no-repeat;}
#social-bar #linkedin a {/* automation for active tab */
		background: url(../images/buttons/linkedin_button1.png) no-repeat;}

#social-bar #linkedin a:hover {/* hover over-ride for automated tab */
		background: url(../images/buttons/linkedin_button2.png) no-repeat;}
#social-bar #vimeo a {/* automation for active tab */
		background: url(../images/buttons/vimeo_button1.png) no-repeat;}

#social-bar #vimeo a:hover {/* hover over-ride for automated tab */
		background: url(../images/buttons/vimeo_button2.png) no-repeat;}
#social-bar #flickr a {/* automation for active tab */
		background: url(../images/buttons/flickr_button1.png) no-repeat;}

#social-bar #flickr a:hover {/* hover over-ride for automated tab */
		background: url(../images/buttons/flickr_button2.png) no-repeat;}
#social-bar #delicious a {/* automation for active tab */
		background: url(../images/buttons/delicious_button1.png) no-repeat;}

#social-bar #delicious a:hover {/* hover over-ride for automated tab */
		background: url(../images/buttons/delicious_button2.png) no-repeat;}

/*
	Footer-Styles
*/

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;

}

.footer_column {
	float:left;
	width:120px;
	margin-right:30px;
}
#footer .long {
	width:610px;
	color: #999;
}
#footer h3 {
	color:#e2dddc;
	text-transform:uppercase;
	font-size:10px;
}
.footer_column ul li, .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}


/*
	Comment-Styles
*/

#comments_template {
	border-top:1px solid #e3e3e3;
	margin-top:30px;
	padding-top:30px;	
}




/* 
	Miscellaneous-Styles   
*/


.block_inside blockquote {
	border-top:1px solid #acc7da;
	border-bottom:1px solid #acc7da;
	background-color:#ebf1f6;
	margin:0px;
	padding:20px;
	padding-bottom:13px;
	margin-bottom:20px;	
	color:#465c6b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.block_inside pre.code {
	border-top:1px solid #acacac;
	border-bottom:1px solid #acacac;
	background-color:#ebebeb;
	margin:0px;
	padding:20px;
	padding-bottom:13px;	
	margin-bottom:20px;	
	font-size:10px;
	font-family:Monaco, "Courier New", Courier, monospace;	
}

.block_inside h1 {
	margin:0px 0px 3px 0px;
	font-size:36px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#333;
	line-height:39px;
	letter-spacing:-1px;
	
}
.block_inside h2 {
	margin:0px 0px 3px 0px;
	font-size:26px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
	line-height:39px;
	letter-spacing:-1px;
	
}
.block_inside h3 {
	margin:10px 0px 5px 0px;
	font-size:20px;
	line-height:21px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
	
}
.block_inside h4 {
	color:#007de2;
	margin:0px 0px 0px 0px;
	font-size:16px;		
}
.block_inside h5 {
	color:#007de2;
	margin:0px 0px 0px 0px;
	font-size:12px;			
}




.input, textarea, select {
	border:1px solid #e5e5e5;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}





/* Fix up IE6 PNG Support */
img, #logo { behavior: url(scripts/iepngfix.htc); }





/*
	Alternate Styles
*/



/* Portfolio Page */
	.portfolio_main {
		border:1px solid #b5b5b5;
		margin-bottom:30px;
	}
	.portfolio_thumbs {
		border:1px solid #e1dfde;
		background-color:#f0eeed;
		padding:15px;
		margin-left:20px;
		float:right;
	}
	.portfolio_thumbs img {
		display:block;
		margin-bottom:20px;
		border:1px solid #e1dfde;
	}
img a {border: none;}
/* Removes Firefox imposed outline */
img a { outline: none; }

.logo img a {border: none;}
	
	
	
	
	
	
	
	
	
	
	
	
