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

/****************************************
		General Setting 
*****************************************/

html{
    overflow:0;
}
BODY {
	overflow-y: scroll;
	font-family: "proxima-nova","Gotham HTF","Gotham","Myriad",Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 100%;
	color: #363636;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 10px;
}
h4 {
	font-size: 9px;
}
h5 {
	font-size: 8px;
}
h6 {
	font-size: 6px;
}
p {
	font-size: 11px;
	line-height: 1em;
}
ol, ul  {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
	color: #666;
}
a:HOVER {
	color: #000000;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:visited {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.clear {
 	clear: both;
}
.Space5px {
     height:5px;
}
.Space10px {
     height:10px;
}
.Space15px {
     height:15px;
}
.Space20px {
     height:20px;
}
.Space25px {
     height:25px;
}
.Space30px {
     height:30px;
}
.Space38px {
	height: 38px;
}
.Space40px {
	height: 50px;
}
.Space50px {
	height: 40px;
}
.Space41px {
	height: 41px;
}
input {
	font-family: 'Libre Baskerville', serif;
	border: 1px solid #666;
	font-size: 12px;
	font-style: italic;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	letter-spacing: 1px;
}

/****************************************
		Forms
*****************************************/
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}



/****************************************
		Global Layout
*****************************************/
#Outer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#MainMenuBar {
	text-transform: uppercase;
	margin-top: 28px;
	margin-bottom: 29px;
	font-size: 11px;
	letter-spacing: 2px;
	width: 869px;
	margin-right: auto;
	margin-left: auto;
}
#MainMenuLeft {
	float: left;
	margin-top: 17px;
	width: 406px;
}
#MainMenuRight {
	float: right;
	margin-top: 17px;
	width: 407px;
	text-align: right;
}
#MainMenuLeft a{
	margin-right: 35px;
}
#MainMenuRight a {
	margin-left: 51px;
}
#TopLogo {
	float: left;
}
#ModalEmailSignup p{
	margin-top: 15px;
	line-height: 17px;
}
#BottomMenuBar {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}
#BottomMenuBar a {
	margin-right: 24px;
	margin-left: 24px;
}
#BottomInfoBar {
	font-size: 9px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	letter-spacing: 3px;
}

#ImageContentBox {
	text-align: center;
}

#SectionTextBox {
	font-family: 'Libre Baskerville', serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	width: 585px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 42px;
	padding-top: 42px;
	line-height: 19px;
	text-align: center;
	margin-bottom: 45px;
}
#SectionMenuBox {
	width: 624px;
	margin-top: 44px;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}
#SectionMenuBox a{
	letter-spacing: 3px;
	margin-right: 24px;
	margin-left: 24px;
}
.SectionMenuActive {
	font-weight: bold;
}
#ImageContentBox h1{
	width: 624px;
	margin-top: 45px;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
#ImageContentBox p{
	font-family: 'Libre Baskerville', serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	width: 585px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 43px;
	padding-top: 42px;
	line-height: 19px;
	text-align: center;
}

/****************************************
	Sub menu bar
*****************************************/
#SubMenuBar {
	margin-top: 75px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 40px;
	letter-spacing: 2px;
}
#SubMenuBar li {
	display: inline-block;
	padding-right: 25px;
	padding-left: 25px;
}
#SubMenuBar a {
	color: #666;
}

/****************************************
		Top Dialogue Box
*****************************************/
#TopDialogueBox {
	background-color: #ededee;
	text-align: center;
	font-family: proxima-nova, "Gotham HTF", Gotham, Myriad, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;
	letter-spacing: 2px;
}
#TopDialogueBox h3{
	font-size: 11px;
	margin-bottom: 18px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 3px;
}
#TopDialogueBox a{
	color: #666666;
}
#TopDialogueBox div{
	width: 372px;
	margin-right: auto;
	margin-left: auto;
}
.TopDialogueContact {
	display: block;
	float: left;
}
.TopDialogueDownload {
	display: block;
	float: right;
}

/****************************************
		Email signup Modal Box
*****************************************/

#ModalEmailSignup {
	width: 472px;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-right: 20px;
	padding-left: 40px;
}
#ModalEmailSignup a{
	height: 12px;
	width: 12px;
	background-image: url(img/close_button.png);
	background-repeat: no-repeat;
	display: block;
	float: right;
	background-position: right top;
}
#ModalEmailSignup h1{
	font-family: proxima-nova, "Gotham HTF", Gotham, Myriad, Helvetica, sans-serif;
	letter-spacing: 3px;
}
.ModalEmailField {
	width: 390px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
}
.ModalSubmitButton {
	color: #FFF;
	background-color: #999999;
	font-family: proxima-nova, "Gotham HTF", Gotham, Myriad, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	letter-spacing: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-top: 20px;
	margin-right: 13px;
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 9px;
}


/****************************************
	Home 1
*****************************************/
#OuterHome {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#OuterHomeV2 {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 190px;
	padding-left: 270px;
}
#HomeLogo {
	text-align: center;
	margin-top: 120px;
}
#HomeImgBox {
	text-align: center;
	margin-top: 28px;
}
#HomeImgBox h2{
	font-family: 'Libre Baskerville', serif;
	text-align: center;
	margin-top: 28px;
	font-style: italic;
	font-weight: normal;
}



/****************************************
		About & Contact
*****************************************/
#SectionTextBoxAbout  {
	font-family: 'Libre Baskerville', serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	width: 585px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 37px;
	padding-top: 41px;
	line-height: 19px;
	text-align: center;
	margin-bottom: 45px;
}
#SectionTextBoxContact {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	width: 585px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 43px;
	padding-top: 45px;
	font-family: 'Libre Baskerville', serif;
	line-height: 17px;
	font-size: 10px;
	letter-spacing: 3px;
	text-align: left;
	margin-bottom: 42px;
}
#SectionTextBoxContact h4{
	font-size: 9px;
	font-family: proxima-nova, "Gotham HTF", Gotham, Myriad, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 18px;
	font-weight: bold;
}
#SectionTextBoxContact a {
	display: list-item;
}
.ContactBox1 {
	float: left;
	width: 290px;
}
.ContactBox2 {
	float: right;
	width: 190px;
}
.smaple-category  {
	text-align: center;
	margin-top: 25px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#sample-category-top {
	background-color: #E6E8E8;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}
#sample-category-top h1 {
	font-size: 24px;
	color: #F60;
	padding-bottom: 5px;
}
#sample-category-top a {
	font-size: 32px;
	color: #333;
	padding-right: 10px;
	padding-left: 10px;
}
.sample-activepage{
	font-size: 32px;
	color: #F60;
	padding-right: 10px;
	padding-left: 10px;
}

/****************************************
		Gallery
*****************************************/

#GalleryTempBox {
	text-align: center;
}
#GalleryBox {
	padding-bottom: 25px;
}

#GalleryLayoutBox {
	margin-left: 73px;
}
#GalleryLayoutBox div{
	color: #FFF;
	margin-right: 18px;
	margin-bottom: 18px;
}
.GalleryBoxType1 {
	background-color: #508899;
	height: 398px;
	width: 190px;
	float: left;
}
.GalleryBoxType2 {
	background-color: #969;
	width: 398px;
	float: left;
	height: 190px;
}
.GalleryBoxType3 {
	background-color: #9B9361;
	float: left;
	height: 190px;
	width: 190px;
}
.GalleryBoxBlankSQ {
	float: left;
	height: 190px;
	width: 190px;
}
.GalleryBoxBlankPL {
	width: 190px;
	float: left;
	height: 398px;
}
.GalleryBoxBlankLS {
	height: 190px;
	width: 398px;
	float: left;
}
#GalleryModalBox {
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
	width: 536px;
	padding: 18px;
}
#GalleryModalBox p {
	font-family: 'Libre Baskerville', serif;
	font-size: 11px;
	line-height: 17px;
	color: #636363;
	margin-bottom: 25px;
	margin-top: 15px;
}
#GalleryModalBox img {
}
#ModalSMIconBox {
	float: left;
}
#ModalSMIconBox img {
	float: left;
	margin-right: 15px;
}
#ModalCloseButton {
	float: right;
	height: 14px;
	width: 14px;
}
.HightLightLimited {
	color: #a69088;
}
.HightLightBlack {
	color: #000;
}

.HightLightRed {
	color: #F00;
}

/****************************************
	Help pages
*****************************************/
#HelpContentBox {
	width: 585px;
	margin-right: auto;
	margin-left: auto;
	text-transform: none;
	margin-top: 45px;
	line-height: 16px;
	margin-bottom: 45px;
	font-family: proxima-nova, "Gotham HTF", Gotham, Myriad, Helvetica, sans-serif;
}
#HelpContentBox h3 {
	text-transform: uppercase;
	font-family: proxima-nova, "Gotham HTF", Gotham, Myriad, Helvetica, sans-serif;
	margin: 0px;
	line-height: 16px;
	font-size: 11px;
}




#BottomDialogueBox {
	background-color: #ededee;
	text-align: center;
	font-family: proxima-nova, "Gotham HTF", Gotham, Myriad, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 45px;
	padding-bottom: 45px;
	font-size: 10px;
	letter-spacing: 2px;
	width:100%;
	height:100px;
	position:absolute;
}
#mailinglist {
	background-color: #ededee;
	text-align: center;
	font-family: proxima-nova, "Gotham HTF", Gotham, Myriad, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 45px;
	padding-bottom: 45px;
	font-size: 10px;
	letter-spacing: 2px;
	width:100%;
	height:100px;
	position:absolute;
}