@charset "UTF-8";
/* CSS Document */


/* -------------------------------------------------------------- 
  
  This design is a heavily modified version of the site of 
  
   BRILLIANCY.EU I MAIL@BRILLIANCY.EU
   * Version:   3.0
   
-------------------------------------------------------------- */


/* -------------------------------------------------------------- 
   RESET PROPERTIES 
   -------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	color:#333;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
/* -------------------------------------------------------------- 
   TYPOGRAPHY 
   -------------------------------------------------------------- */

table {
	border-collapse:separate;
	border-spacing:0;
	margin-bottom:1.4em;
	width:100%;
}
caption, th, td {
	font-weight:400;
	text-align:left;
}
table, td, th {
	vertical-align:top;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
a img {
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	color:#111111;
	font-weight:400;
}
h1 {
	font-size:24pt;
	line-height:1;
	margin-bottom:.5em;
}
h2 {
	font-size:16pt;
	margin-bottom:.75em;
}
h3 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em;
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
}
h5 {
	color:#111;
	font-size:8pt;
	font-weight:700;
	margin-bottom:1.5em;
}
h6 {
	font-size:8pt;
	font-weight:700;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p img.left {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
a {
	color:#00689C;
	text-decoration:none;
}
blockquote {
	color:#111;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	margin:.8em .8em .8em 0;
	text-align:justify;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	font-style:italic;
	margin:0 0 1.5em;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 1.5em 1.5em;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em;
}
dd {
	margin-left:1.5em;
}
thead th {
	background:#c3d9ff;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
tr.even td {
	background:#e5ecf9;
}
caption {
	background:#eee;
}
strong, dfn, dl dt, th {
	font-weight:700;
}
em, dfn, tfoot {
	font-style:italic;
}
.small {
	color:#999;
	font-size:.8em;
	line-height:1.5em;
	margin-bottom:0;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.findoutmore {
	font-weight: bold;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}

/* -------------------------------------------------------------- 
   BODY, WRAP, BOXES, GRID 
   -------------------------------------------------------------- */

body {
/*	background:#f4f4f4;
	border-top:#49B8A8 2pt solid; */
	color:#222;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.5;
/*	min-width:960px; */
	padding-top:10px;
	padding-left:18%;
/*	margin-left: 10%; */
}
#wrap, .wrap {
/*	background:#f4f4f4; */
	overflow:auto;
	width: 695px;
	padding-bottom: 1px;
}
#wrap, .wrap_info, #wrap, .wrap_external {
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;		
}
.box {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#e4e4e4;
	border-radius:5px;
	display:inline;
	float:left;
	margin:4pt;
	padding:10px;
	width:200px;
	height:230px;
}
.box_noheight {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#e4e4e4;
	border-radius:5px;
	display:inline;
	float:left;
	margin:4pt;
	padding:10px;
	width:200px;
}
.box h5 {
	margin-top:0px;
	margin-bottom:0em;
	line-height:12pt;
	color:#111;
}
.box_noheight h5 {
	margin-top:0px;
	margin-bottom:0em;
	line-height:12pt;
	color:#111;
}
.box_noheight a {
	color:#111;
}
.box p {
	margin-bottom:0px;
}
.box img {
	margin-bottom:0.5em;
}
.box h3 {
	line-height:16pt;
	margin-bottom:0.5em;
}
.box a {
	color:#111;
	text-decoration:none;
}
.box_height a {
	color:#111;
	text-decoration:none;
}
.box2 {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#f4f4f4;
	border-radius:5px;
	display:inline;
	float:left;
	margin:4pt;
	padding:10px;
	width:230px;
}
.box_external {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#e4e4e4;
	border-radius:5px;
	display:inline;
	float:left;
	margin:4pt;
	overflow:hidden;
	padding:10px;
	width:665px;
}
.box_external_small {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#e4e4e4;
	border-radius:5px;
	display:inline;
	float:left;
	margin:4pt;
	overflow:hidden;
	padding:10px;
	text-align:center;
	width:142px;
}
.small_btn {
	width:83px;
	height:18px;
	background:#000;
	padding-top:3px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
}
.small_btn a:hover {
	color:#fff;
}
.small_btn a {
	color:#fff;
}
/*NAVIGATION*/

#nav {
	border-bottom:1px dotted #CCC;
	height:20px;
	list-style:none;
	margin:0 10px 10px;
	padding:0 0 10px;
}
#nav li {
	float:left;
	margin-right:20px;
}
.box_external_small h5 {
	margin-bottom:.2em;
}
.box_info, .box_contact {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#e4e4e4;
	border-radius:5px;
	display:inline;
	float:left;
	margin:4pt;
	padding:10px;
	width:470px;
}
.box_external_small p, #main_image img {
	margin-bottom:0;
}
img {
	margin-bottom:3px;
}
.rounded {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#000;
	border-radius:5px;
	height:30px;
	margin-left:20px;
	padding:0px;
	width:130px;
}
.rounded ul {
	float: left;
	margin: 7px 0 0 15px;
	padding: 0;
}
.rounded li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	color:#fff;
	cursor:pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
.rounded_top {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#000;
	border-radius:5px;
	height:30px;
	margin-left:20px;
	padding:0px;
	width:250px;
}
.rounded_bottom {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#000;
	border-radius:5px;
	height:30px;
	padding:5px;
	width:240px;
	margin:4pt;
}
/* -------------------------------------------------------------- 
   TABS, CONTENT 
   -------------------------------------------------------------- */

#simpleTabs, #simpleTabs2 {
	width:900px;
}
.simpleTabs-nav ul {
	float: right;
	margin: 7px 0 0 15px;
	padding: 0;
}
.simpleTabs-nav li {
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
	color:#fff;
	cursor:pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
.simpleTabs-nav ul li:after {
	content: "\A0\A0\A0\A0/\A0\A0\A0\A0";
}
.simpleTabs-nav ul li.last:after {
	content: "";
}
.simpleTabs-nav a {
	color:#FFF;
}
.simpleTabs-nav a:hover {
	color:#FFF;
}
br {
	clear:left;
}
.simpleTabs-nav li:hover {
	background:transparent;
	color:#fff;
}
.simpleTabs-nav li.close {
	float:right;
}
.simpleTabs-nav li.actif {
	color:#fff;
	font-weight:700;
}
.simpleTabs-content {
	clear:both;
	color:#fff;
/*	padding:15px; */
}

/* -------------------------------------------------------------- 
   INFOMATION - ABOUT ME - BLOCKS,IMAGES 
   -------------------------------------------------------------- */

.infoimg {
	background:url(img.png) no-repeat center;
	height:138px;
	margin-bottom:1.5em;
	width:470px;
}
.infoblock {
	width:150px;
}
.infobox {
	width:130px;
}
.infobox_right {
	width:470px;
}
.infobox, .infobox_right, .infobox_right_1, .infobox_right_2 {
	float:left;
}
.infobox_right_1, .infobox_right_2 {
	width:140px;
}
.infobox_right_1 li, .infobox_right_2 li {
	list-style:none;
	margin:0;
}
.infobox_right_1 ul, .infobox_right_2 ul {
	list-style:none;
	margin:0;
}
.infobox_right_1 p, .infobox_right_2 p {
	margin:0;
}
.infoblock_r {
	width:300px;
}
.infoblock h2, .infoblock_r h2 {
	font-size:12pt;
	font-weight:700;
	line-height:18pt;
	margin-bottom:2pt;
}
.infoblock h1, .infoblock_r h1, .infobox h1, .infobox_right h1 {
	font-size:16pt;
	font-weight:700;
}
.infoblock h5, .infoblock_r h5 {
	color:#111;
	font-size:8pt;
	font-weight:700;
	margin-bottom:.5em;
}
div.infoblock, div.infoimg, div.infoblock_r, {
	float:left;
	margin-right:10px;
}
div.descblock_top, div.teeblock_1, div.teeblock_2, div.teeblock_3 {
	float:left;
	margin-right:20px;
}
.infoblock p, .descblock_top p, .infoblock_r p {
	font-size:8pt;
}

.image_frame {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#F3F3F3;
	border:1px solid #DDDDDD;
	margin:10px;
	margin-top:30px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:#666666;
	font-size:8pt;	
}

/* -------------------------------------------------------------- 
   INFORMATION BLOCKS   
   -------------------------------------------------------------- */

.descblock_box {
	margin-top:2em;
	width:910px;
}
.descblock_top {
	width:190px;
	text-align:left;
	text-justify:newspaper;
}
.descblock_top_content {
	width:400px;
	text-align:left;
	text-justify:newspaper;
	font-size:8pt;
	color:#666;		
}
.teeblock_box {
	margin-top:0em;
	width:910px;
}
.teeblock_1 img, .teeblock_3 img {
	border:#FFF solid 3px;
}
.teeblock_1 {
	width:280px;
}
.teeblock_2 {
	width:270px;
}
.teeblock_3 {
	width:280px;
}
.descblock_top h2 {
	color:#111;
	font-size:12pt;
	font-weight:400;
	line-height:20pt;
	margin-bottom:.2em;
	margin-top:0;
}
.descblock_top h1 {
	font-size:16pt;
	font-weight:700;
	margin-bottom:1pt;
	margin-left:10px;
}
.descblock_top h5 {
	margin-bottom:0.2em;
}
p, form h4 {
	color:#333333;
	font-size:8pt;
	margin:0 0 1.5em 5px;
}
a:focus, a:hover, del, .quiet, .box a:focus, a:hover {
	color:#E89B00;
}
.hide, form p br {
	display:none;
}
/* -------------------------------------------------------------- 
   LOGO, TOP_NAV, FOOTER
   -------------------------------------------------------------- */
.logo {
	float:left;
	clear:both;
	margin-top:15px;
	margin-left: 5px;
}
#top_nav {
	clear: both;
	height: 30px;
	width: 685px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:5px;
	background:#FAFAFA;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;	
	border-radius:5px;
}
#top_nav ul {
	float: left;
	margin: 5px 0 0 2px;
	padding: 0;
}
#top_nav ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	margin-left:0px;
}
#top_nav ul li a {
	color: #222;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height:8pt;
	margin-left:20px;
}
#top_nav ul li p {
	color: #999;
	margin-left:5px;
	font-size:8pt;
	margin-top:1px;
}
#top_nav ul li:after {
	content: "";
}
#top_nav ul li.last:after {
	content: "";
}
#top_nav img {
	float:left;
	margin-left:7px;
}
#footer {
	clear: both;
	height: 30px;
	width: 685px;
	margin-left:5px;
	margin-top:20px;
	background:#e4e4e4;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;	
	border-radius:5px;
}
#footer ul {
	float: left;
	margin: 6px 0 0 2px;
	padding: 0;
}
#footer ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	margin-left:0px;
}
#footer ul li a {
	color: #222;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height:8pt;
	margin-left:20px;
	margin-bottom:20px;
}
#footer ul li p {
	color: #999;
	margin-left:5px;
	font-size:8pt;
	margin-top:1px;
}



