@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #353535;
	margin: 80px;
	padding: 0;
	color: #CCC;
	text-align: justify;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px;
}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #FFF;
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	background: #353535;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	width: 980px;
}


.pano {
	height: auto;
	width: 100%;
	overflow: auto;
	visibility: visible;
}

.pano2 {
	height: auto;
	overflow: visible;
	padding-left: 45px;
}

.header {
	background: #353535;
}

.content {

	padding: 10px;
}


.footer {
	padding: 10px;
	background: #353535;
}

.invisible {
	font: 30%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #353535;
	color: #353535;
	text-align: justify;
}

#img_main {
	position: relative; 
	z-index: 1;
}


#img_photo {
	position: absolute; 
	margin-left: 324px;
	margin-top: -187px;
	z-index: 2;
}
#img_photo a:hover{opacity: 0.0;background: transparent;}

#img_cart {
	position: absolute; 
	margin-left: 416px;
	margin-top: -225px;
	z-index: 2;
}
#img_cart a:hover{opacity: 0.0;background: transparent;}

#img_design {
	position: absolute; 
	margin-left: 516px;
	margin-top: -265px;
	z-index: 2;
}
#img_design a:hover{opacity: 0.0;background: transparent;}

#img_about {
	position: absolute; 
	margin-left: 607px;
	margin-top: -324px;
	z-index: 2;
}
#img_about a:hover{opacity: 0.0;background: transparent;}

.main_img {
	margin-left: 50px;
}

.about {
	margin-top: 50px;
	margin-left: 50px;
}


.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clear {
	clear:both;
}

.name {
	text-align: left;
	font-size: 2.6em;
	height: 60px;
	vertical-align: bottom;
	overflow: visible;
	float: left;
	padding-left: 50px;
}
.nameFont1 {
	font-family: "Futura Std Light", "Century Gothic", "HelveticaNeueLT Std Lt", Helvetica, Arial, sans-serif;
	text-align: left;
	height: 60px;
	vertical-align: bottom;
	overflow: visible;
	float: left;
	font-weight: lighter;
}
.nameFont2 {
	font-family: "Futura Std Medium", "Century Gothic", "HelveticaNeueLT Std", Helvetica, Arial, sans-serif;
	text-align: left;
	height: 60px;
	vertical-align: bottom;
	overflow: visible;
	float: left;
	font-weight: bolder;
	padding-left: 1px;
}
.menu_top {
	font-family: "Futura Std Light", "Century Gothic", "HelveticaNeueLT Std Lt", Helvetica, Arial, sans-serif;
	text-align: right;
	float: right;
	height: 60px;
	padding-right: 50px;
	line-height: 5.6em;
	font-size: 1em;
	letter-spacing: .1em;
	font-weight: lighter;
}
.menu_bottom {
	font-family: "Futura Std Light", "Century Gothic", "HelveticaNeueLT Std Lt", Helvetica, Arial, sans-serif;
	text-align: right;
	float: left;
	height: 60px;
	padding-top: 0.2em;
	padding-left: 50px;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	font-weight: lighter;
}

.pdf {
	margin-left: 50px;
	text-align: left;
}
.nameFutura1 {
	font-family: "Futura Std Light";
	text-align: left;
	height: 60px;
	vertical-align: bottom;
	overflow: visible;
	float: left;
}
.nameFutura2 {
	font-family: "Futura Std Medium";
	text-align: left;
	height: 60px;
	vertical-align: bottom;
	overflow: visible;
	float: left;
	padding-left: 1px;
}



nameArial1 {
	overflow: visible;
	float: left;
	text-align: left;
	font-family: Arial;
	vertical-align: bottom;
	font-weight: lighter;
}
nameArial2 {
	overflow: visible;
	float: left;
	text-align: left;
	padding-left: 1px;
	font-family: Arial;
	vertical-align: bottom;
	font-weight: bolder;
}

.menuArial {
	text-align: right;
	float: right;
	height: 60px;
	padding-right: 10px;
	font-family: Arial;
	line-height: 5.6em;
	font-size: 1em;
	letter-spacing: .1em;
}

nameTahoma1 {
	overflow: visible;
	float: left;
	text-align: left;
	font-family: Tahoma;
	vertical-align: bottom;
	font-weight: lighter;
}
nameTahoma2 {
	overflow: visible;
	float: left;
	text-align: left;
	padding-left: 1px;
	font-family: Tahoma;
	vertical-align: bottom;
	font-weight: bolder;
}

.menuTahoma {
	text-align: right;
	float: right;
	height: 60px;
	padding-right: 10px;
	font-family: Tahoma;
	line-height: 5.6em;
	font-size: 1em;
	font-weight: lighter;
	letter-spacing: .1em;
}

nameCentury1 {
	overflow: visible;
	float: left;
	text-align: left;
	font-family: "Century Gothic";
	vertical-align: bottom;
	font-weight: lighter;
}
nameCentury2 {
	overflow: visible;
	float: left;
	text-align: left;
	padding-left: 1px;
	font-family: "Century Gothic";
	vertical-align: bottom;
	font-weight: bolder;
}

.menuCentury {
	text-align: right;
	float: right;
	height: 60px;
	padding-right: 10px;
	font-family: "Century Gothic";
	line-height: 5.6em;
	font-size: 0.9em;
	font-weight: bolder;
	letter-spacing: .1em;
}

nameLucida1 {
	overflow: visible;
	float: left;
	text-align: left;
	font-family: "Lucida Sans Unicode";
	vertical-align: bottom;
}
nameLucida2 {
	overflow: visible;
	float: left;
	text-align: left;
	padding-left: 1px;
	font-family: "Lucida Sans Unicode";
	vertical-align: bottom;
	font-weight: bolder;
}

.menuLucida {
	text-align: right;
	float: right;
	height: 60px;
	padding-right: 10px;
	font-family: "Lucida Sans Unicode";
	line-height: 5.6em;
	font-size: 1em;
	font-weight: lighter;
	letter-spacing: .1em;
}

nameVerdana1 {
	overflow: visible;
	float: left;
	text-align: left;
	font-family: Verdana;
	vertical-align: bottom;
	font-weight: lighter;
}
nameVerdana2 {
	overflow: visible;
	float: left;
	text-align: left;
	padding-left: 1px;
	font-family: Verdana;
	vertical-align: bottom;
	font-weight: bolder;
}

.menuVerdana {
	text-align: right;
	float: right;
	height: 60px;
	padding-right: 10px;
	font-family: Verdana;
	line-height: 5.6em;
	font-size: 1em;
	font-weight: lighter;
	letter-spacing: .1em;
}

nameGill1 {
	overflow: visible;
	float: left;
	text-align: left;
	vertical-align: bottom;
	font-weight: lighter;
}
nameGill2 {
	overflow: visible;
	float: left;
	text-align: left;
	padding-left: 1px;
	font-family: "Gill Sans Std", "Gill Sans MT", "Gill Sans";
	vertical-align: bottom;
	font-weight: bolder;
}

.menuGill {
	text-align: right;
	float: right;
	height: 60px;
	padding-right: 10px;
	font-family: "Gill Sans Std Light", "Gill Sans Std", "Gill Sans MT", "Gill Sans";
	line-height: 5.6em;
	font-size: 1em;
	font-weight: lighter;
	letter-spacing: .1em;
}

nameHelv1 {
	overflow: visible;
	float: left;
	text-align: left;
	font-family: "HelveticaNeueLT Std Lt", "HelveticaNeueLT Std", Helvetica;
	vertical-align: bottom;
	font-weight: lighter;
}
nameHelv2 {
	overflow: visible;
	float: left;
	text-align: left;
	padding-left: 1px;
	font-family: "HelveticaNeueLT Std", Helvetica;
	vertical-align: bottom;
	font-weight: bolder;
}

.menuHelv {
	text-align: right;
	float: right;
	height: 60px;
	padding-right: 10px;
	font-family: "HelveticaNeueLT Std Lt", "HelveticaNeueLT Std", Helvetica;
	line-height: 5.6em;
	font-size: 1em;
	font-weight: lighter;
	letter-spacing: .1em;
}
