/* Custom
----------------------------------------------------------------------------------------------------*/
/*
Product photo size: 

*/

body {
	position: relative;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 80px;
	padding: 0;
	background: #000 url(images/background.jpg) no-repeat center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
    
    zoom:.85;
    -moz-transform:  scale(.85);
}

img {
	position:relative;
	border:none;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3E3530;
}

h1 {
	font-size: 2.8em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 130%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #3E3530;
}

a:hover {
}

.container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	
	font-family: Arial, Helvetica, sans-serif;
}

/* Header */

#header {
	height: 115px;
	background-color: #fff;
	z-index:10;
	-moz-box-shadow:0px 0px 16px #555;
	-webkit-box-shadow:0px 0px 16px #555;
}
#header-div {
	width: 890px;
	background-color: #fff;
}

/* Content */
.content {
	background: url(images/content-background.png);
}

.content img {
/*	-moz-box-shadow:0px 0px 3px #222;
	-webkit-box-shadow:0px 0px 3px #222;*/
}

#home-content {
	height:326px;
}
#catalogue-content {
	height:125px;
}

#content-logo-backdrop {
	position:relative;
	width: 308px;
	height: 326px;
	left: 50px;
	top: 1px;
	background-color:#2d2517;
	z-index:2;
	-moz-box-shadow:2px 0px 6px #000;
	-webkit-box-shadow:2px 0px 6px #000;
}

#links-backdrop {
    position:absolute;
    width:200px;
    height:100px;
    background-color:#fff;
    left:56px;
    top:80px;
}

#photo-backdrop {
	position:relative;
	width:491px;
	height:365px;
	left:359px;
	top:-326px;
	background-color:#fff;
	z-index:0;
	-moz-box-shadow:2px 0px 3px #333;
	-webkit-box-shadow:2px 0px 3px #333;
}
.shadow-cover {
	position:relative;
	width:491px;
	height:20px;
	background-color:#000;
	opacity:.5;
	z-index:2;
}

#photo-main {
	position:relative;
	left:0px;
	right:0px;
	top:0px;
	z-index:0;
}

#catalogue-content img {
	display:block;
	position:relative;
	width:800px;
	margin:0px auto 0px auto;
}

/*{
.post {
	border-bottom: 1px dotted #E7E2DC;
}

.post .title {
	letter-spacing: -.5px;
	padding: 20px 10px 0px 30px;
	font-size: 30px;
}

.post .title a {
	color: #3E3530;
	border: none;
}

.post .meta {
	margin-bottom: 30px;
	padding: 0px 30px 0px 30px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 30px 20px 30px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}
*/
/* Sidebar */
/*
#sidebar {
	float: left;
	width: 370px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-left: 25px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 30px;
	margin: 0px 30px;
	padding: 0px 0px 0px 15px;
	border-left: none;
	background: url(images/img07.jpg) no-repeat left 12px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 46px;
	padding-top: 13px;
	padding-left: 50px;
	margin-bottom: 10px;
	background: url(images/img06.jpg) no-repeat left 4px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #696969;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 50px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #4D4D4D;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}


}*/

/* Calendar */
/*{
#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}
}*/

/* Footer */
.body {
	background-color: #fff;
	z-index:10;
	-moz-box-shadow:0px 0px 16px #555;
	-webkit-box-shadow:0px 0px 16px #555;
}
#home-body {
	height: 475px;
}
#catalogue-body {
	height:1000px;
}

#body-side, #about-us-body-side {
	position:relative;
	float:left;
	margin-left:38px;
	margin-right:38px;
	margin-top:45px;
	top:0px;
}
#about-us-body-side {
	margin-right:0px;
}
#body-side img, #about-us-body-side img {
	position:relative;
	border-style:solid;
	border-width:4px;
	border-color:#cccccc;
}


#body-content, #about-us-body-content, #contact-body-content {
	position:relative;
	float:left;
	width:560px;
	height:280px;
	margin-top:60px;
	font-size: 11pt;
}
#about-us-body-content, #contact-body-content {
	width:415px;
	margin-top:40px;
	margin-left:38px;
}
#body-content h1, #about-us-body-content h1, #contact-body-content h1 {
	color:#000;
	font-size:2.0em;
	font-weight:bold;
}
#about-us-body-content h1 {
	font-size:1.5em;
}
#body-content p {
	line-height:130%;
	font-size:.9em;
}
#about-us-body-content p, #contact-body-content p {
	line-height:120%;
	font-size:.9em;
}
#contact-body-content table {
    width:430px;
    height:200px;
}
#contact-body-content td {
    width:200px;
}
#contact-body-content a {
    color:#42b2e8;
}



.navigation {
	position:relative;
	float:left;
/*	border-style:solid;	*/
	border-width:2px;
	border-color:#666666;
	top:40px;
	left:32px;

	width:180px;
	height:70%;
}
.navigation * {
	text-transform:uppercase;
}
.navigation h1 {
	font-size:.8em;
	font-weight:bold;
	color:#000000;
}
.navigation a {
	font-size:.9em;
	font-weight:normal;
	margin-left:1em;
	color:#000000;
}
.navigation a:hover {
/*	font-size:1em;*/
	color:#42b2e8;
}

#page-tracker-catalogue {
	position:relative;
	margin-top:20px;
	margin-left:0px;
	font-weight:normal;
	font-size:8pt;
	width:70px;
	height:13px;
	background-color:#777;
	color:#fff;
	padding:4px;
	text-align:center;
}

#page-tracker-product {
	position:relative;
	margin-top:20px;
	margin-left:0px;
	font-weight:normal;
	font-size:8pt;
	width:70px;
	height:13px;
	background-color:#777;
	color:#fff;
	padding:4px;
	text-align:center;
}

.catalogue-content {
	position:relative;
	float:left;
	left:30px;
	top:36px;
	width:680px;
	height:82%;
	background-color:#fff;
	margin-bottom:50px;
}

.product-content {
	position:relative;
	float:left;
	left:30px;
	top:40px;
	width:680px;
	height:62%;
	background-color:#fff;
	margin-bottom:50px;
}

.catalogue-product {
	position:absolute;
	width:300px;
	height:250px;
	background-color:#fff;
	z-index:10;
/*	border-style:solid;	*/
	border-width:1px;
	border-color:#666666;
}
.catalogue-product * {
	position:absolute;
	text-transform:uppercase;
	color:#685225;
	font-size:.85em;
}

.catalogue-product .title {
	left:0px;
	top:0px;
	width:240px;
}

.catalogue-product .title * {
	font-size:.8em;
	font-weight:normal;
}

.catalogue-product .title strong {
	position:relative;
	left:2px;
	font-weight:normal;
	font-size:1.4em;
}

.catalogue-product .underline {
	left:0px;
	top:30px;
}
.catalogue-product .image {
	left:0px;
	top:50px;
	width:300px;
	height:200px;
	
	border-style:none;
	border-width:2px;
	border-color:#ccc;
	background-color:#fff;
}
.catalogue-product .colors {
	left:0px;
	top:185px;
	width:280px;
	height:40px;
}
.catalogue-product .colors .colors-text {
	position:relative;
	display:inline-block;
	font-size:inherit;
	margin-right:18px
}
/*.catalogue-product .colors */.colors-box {
	position:relative;
	display:inline-block;
	width:20px;
	height:12px;
	top:3px;
	margin-right:12px;
	background-color:#fff;
	
	border-style:none;
	border-width:1px;
	border-color:#555;
}

#catalogue-product-1 {
}
#catalogue-product-2 {
	left:345px;
}
#catalogue-product-3 {
	left:0px;
	top:270px;
}
#catalogue-product-4 {
	left:345px;
	top:270px;	
}
#catalogue-product-5 {
	left:0px;
	top:540px;
}
#catalogue-product-6 {
	left:345px;
	top:540px;	
}

#product-content {
	position:relative;
	float:left;
	left:0px;
	top:0px;
	width:680px;
	height:88%;
	background-color:#fff;
	margin-bottom:50px;
}

#product-content * {
	position:absolute;
	text-transform:uppercase;
	color:#685225;
	font-size:1.2em;
}
/*---*/
#diplomatProduct-content {
	position:relative;
	float:left;
	left:0px;
	top:0px;
	width:680px;
	height:88%;
	background-color:#fff;
	margin-bottom:50px;
}

#diplomatProduct-content * {
	position:absolute;
	text-transform:uppercase;
	color:#685225;
	font-size:1.2em;
}


#product-Title {
	display:inline;
	width:600px;
	height:80px;
	
	font-size:14pt;
}
#product-Title i {
	position:relative;
	left:16px;
	top:0px;
	font-size:.5em;
}

#product-Title strong {
/*	position:relative;
	left:2px;
	font-weight:normal;
	font-size:inherit*/
}

#product-Underline {
	left:10px;
	top:30px;
}

#product-Photo {
	left:10px;
	top:50px;
	width:600px;
	height:240px;
	background-color:#fff;
	overflow:hidden;
}

#product-Colors {
	left:340px;
	top:330px;
	width:340px;
	height:350px;
/*	background-color:#fff; */
}
#product-Colors p {
	font-size:10pt;
}

#product-Colors .colors-text {
	position:relative;
	font-size:.5em;
}
#product-Color-Boxes {
	position:absolute;
	width:340px;
	height:320px;
	top:24px;
	background-color:#fff;
}
.product-Color-x {
	float:left;
	width:100px;
	height:100px;
	margin-right:4px;
	margin-bottom:4px;
	background-color:#0f0;
}

/*.product-colors-box {
	position:relative;
	display:inline-block;
	width:40px;
	height:14px;
	top:3px;
	background-color:#000;

	border-style:none;
	border-width:1px;
	border-color:#555;
}*/
.product-colors-box {
	position:absolute;
	display:block;
	width:71px;
	height:14px;
	left:2px;
	top:85px;
	background-color:#fff;

	border-style:none;
	border-width:1px;
	border-color:#555;
}

.product-colors-text {
	position:absolute;
	height:20px;
	left:2px;
	top:106px;

	border-style:none;
	border-width:1px;
	border-color:#555;
	color:#fff;
}

#product-Colors-Current-Color {
	position:absolute;
	height:20px;
	left:0px;
	top:300px;
	text-transform:none;
	font-style:italic;
	font-size:.6em;
}

.product-colors-text * {
	font-size:.6em;
	color:#fff;
}
.product-Color-Box-Unit {
	position:relative;
	float:left;
	width:75px;
	height:150px;
	margin-right:45px;
/*	background-color:#0ff;	*/
}
.product-Color-Box-Unit * {
	position:absolute;
	background-color:#fff;
}
.colorBoxImage {
	left:0px;
	top:0px;
	width:70px;
	height:70px;
	border-style:solid;
	border-width:2px;
	border-color:#aaa;
	background-color:#fff;
}

#product-Description {
	position:absolute;
	left:0px;
	top:470px;
	width:300px;
	height:120px;
	background-color:#fff;
}
.title {
	position:relative;
	left:0px;
	font-weight:normal;
/*	font-size:1.2em;*/
	width:300px;
	height:60px;
}
#product-Description * {
}
.title b, .title strong {
	position:relative;
	left:0px;
	font-weight:bold;
	font-size:1.1em;
}
#product-Description .description {
	top:30px;
	left:0px;
	color:#000;
	font-size:.7em;
	font-weight:normal;
	line-height:1.1;
	text-transform: none;
}
/* ----------- */
#diplomatProduct-Description {
	position:absolute;
	left:0px;
	top:500px;
	width:300px;
	height:120px;
	background-color:#fff;
}
#diplomatProduct-Description .title {
	position:relative;
	left:0px;
	font-weight:normal;
	font-size:1.2em;
	width:300px;
	height:60px;
}
#diplomatProduct-Description * {
}
#diplomatProduct-Description .title b {
	position:relative;
	left:0px;
	font-weight:bold;
	font-size:1.1em;
}
#diplomatProduct-Description .description {
	top:30px;
	left:0px;
	width:300px;
	height:150px;
	color:#000;
	font-size:.9em;
	font-weight:normal;
	line-height:1.1;
	text-transform: none;
}
#diplomatProduct-Description .description ul {
	position:relative;
	left:-10px;
}

#diplomatProduct-Description .description ul * {
	position:relative;
	text-transform:none;
	color:#000;
	font-size:.9em;
	font-weight:normal;
	line-height:1.4em;
	text-transform: none;
}

#product-Sizes {
	left:0px;
	top:330px;
	width:300px;
	height:100px;
	background-color:#fff;
}
#product-Sizes p {
	font-size:10pt;
	line-height:1.2em;
}
#product-Sizes * {
	font-size:1.0em;
}
#product-Sizes-Background {
	left:0px;
	top:25px;
	width:300px;
	height:100px;
	background-image:url(images/size-background.png);
	z-index:12;
}
#product-Sizes-Background * {
	padding:4px;
	font-size:.7em;
	color:#000;
}

#product-Sizes-String {
	top:26px;
	width:100px;
	height:60px;
}
#product-Sizes-A {
	top:26px;
	left:126px;
	width:8px;
	height:50px;
}
#product-Sizes-B {
	top:26px	;
	left:186px;
	width:8px;
	height:50px;
}
#product-Sizes-ED {
	top:26px;
	left:247px;
	width:8px;
	height:50px;
}

#product-Photo .frame-Photo {
	width:600px;
	height:220px;
}

/*{
#portraits {
	position:relative;
	width:836px;
	height:318px;
	left:32px;
	top:80px;
	background-color:#eee;
	-moz-box-shadow:1px 2px 4px #555;
	-webkit-box-shadow:1px 2px 4px #555;
}
#portrait-1 {
	position:relative;
	float:left;
	margin-left:8px;
	top:8px;
}
#portrait-2 {
	position:relative;
	float:left;
	margin-left:8px;
	top:8px;
}
#portrait-3 {
	position:relative;
	float:left;
	margin-left:8px;
	top:8px;
}
#portrait-4 {
	position:relative;
	float:left;
	margin-left:8px;
	top:8px;
}
}*/

#footer {
	position:relative;
	float:left;
	width:836px;
	height:65px;
	margin-top:30px;
	margin-left:32px;
	padding-top:20px;
	background-color:#dddddd;
	text-align:center;
  	-webkit-border-radius:8px; /* top left corner */
}
#footer h1 {
	position:relative;
	display:inline;
	font-size:1.1em;
	font-weight:bold;
	margin-left:1em;
	margin-right:1em;
}
#footer a {
	position:relative;
	color: #0b84bf;
	font-size:.8em;
	margin-left:1.2em;
	margin-right:1.2em;
}
#footer a:hover {
	color:#42b2e8;
}

/* -----------------------------------------------------------*/


/* -----------------------------------------------------------*/

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0 !important;
}

.omega {
	margin-right: 0 !important;
}



/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
 
.grid_1, 
.grid_2, 
.grid_3, 
.grid_4, 
.grid_5, 
.grid_6, 
.grid_7, 
.grid_8, 
.grid_9, 
.grid_10, 
.grid_11,
.grid_12{
	display:inline;
	float: left;
	position: relative;
	margin-left: 10.0px;
	margin-right: 10.0px;
}


/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1{
	width:55px;
}

.container_12 .grid_2{
	width:130px;
}

.container_12 .grid_3{
	width:205px;
}

.container_12 .grid_4{
	width:280px;
}

.container_12 .grid_5{
	width:355px;
}

.container_12 .grid_6{
	width:430px;
}

.container_12 .grid_7{
	width:505px;
}

.container_12 .grid_8{
	width:580px;
}

.container_12 .grid_9{
	width:655px;
}

.container_12 .grid_10{
	width:730px;
}

.container_12 .grid_11{
	width:805px;
}

.container_12 .grid_12{
	width:880px;
}





/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

    .container_12 .prefix_1 {
	padding-left:75px;
}

    .container_12 .prefix_2 {
	padding-left:150px;
}

    .container_12 .prefix_3 {
	padding-left:225px;
}

    .container_12 .prefix_4 {
	padding-left:300px;
}

    .container_12 .prefix_5 {
	padding-left:375px;
}

    .container_12 .prefix_6 {
	padding-left:450px;
}

    .container_12 .prefix_7 {
	padding-left:525px;
}

    .container_12 .prefix_8 {
	padding-left:600px;
}

    .container_12 .prefix_9 {
	padding-left:675px;
}

    .container_12 .prefix_10 {
	padding-left:750px;
}

    .container_12 .prefix_11 {
	padding-left:825px;
}



/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

    .container_12 .suffix_1 {
	padding-right:75px;
}

    .container_12 .suffix_2 {
	padding-right:150px;
}

    .container_12 .suffix_3 {
	padding-right:225px;
}

    .container_12 .suffix_4 {
	padding-right:300px;
}

    .container_12 .suffix_5 {
	padding-right:375px;
}

    .container_12 .suffix_6 {
	padding-right:450px;
}

    .container_12 .suffix_7 {
	padding-right:525px;
}

    .container_12 .suffix_8 {
	padding-right:600px;
}

    .container_12 .suffix_9 {
	padding-right:675px;
}

    .container_12 .suffix_10 {
	padding-right:750px;
}

    .container_12 .suffix_11 {
	padding-right:825px;
}



/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

    .container_12 .push_1 {
	left:75px;
}

    .container_12 .push_2 {
	left:150px;
}

    .container_12 .push_3 {
	left:225px;
}

    .container_12 .push_4 {
	left:300px;
}

    .container_12 .push_5 {
	left:375px;
}

    .container_12 .push_6 {
	left:450px;
}

    .container_12 .push_7 {
	left:525px;
}

    .container_12 .push_8 {
	left:600px;
}

    .container_12 .push_9 {
	left:675px;
}

    .container_12 .push_10 {
	left:750px;
}

    .container_12 .push_11 {
	left:825px;
}





/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

    .container_12 .pull_1 {
	right:75px;
}

    .container_12 .pull_2 {
	right:150px;
}

    .container_12 .pull_3 {
	right:225px;
}

    .container_12 .pull_4 {
	right:300px;
}

    .container_12 .pull_5 {
	right:375px;
}

    .container_12 .pull_6 {
	right:450px;
}

    .container_12 .pull_7 {
	right:525px;
}

    .container_12 .pull_8 {
	right:600px;
}

    .container_12 .pull_9 {
	right:675px;
}

    .container_12 .pull_10 {
	right:750px;
}

    .container_12 .pull_11 {
	right:825px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}