@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

/*#MAIN CSS#*/

/*GLOBAL START*/
html, body {
background-color: #e4e9eb;
margin:0; padding:0;line-height: 1.6em;
color: #606060;
font-family: Sans-Serif;
}

.clearboth {clear: both;}

#content_holder 
{
width: 960px;
margin: 0px auto 0px auto;
padding: 0;
position: relative;
clear: both;
z-index:20;
}

#int_content
{
width: 960px;
margin: 0px auto 0 auto;
padding: 0;
position: relative;
clear: both;
z-index:20;
color:#606060;
overflow: hidden;
}
.wrapper 
{
width: 960px;
margin: 0px auto 0px auto;
padding: 0;
position: relative;
clear: both;
z-index:20;
}

/*GLOBAL END*/


/*START PAGE BACKGROUND*/
img.bg {
min-height: 100%;
min-width: 1024px;
width: 100%;
height: auto;
position: fixed;
top: 0;
left: 0;
background-color:White;
}
/*END PAGE BACKGROUND*/


/*HEADER START*/
.loginBg
{
width:960px;
height:33px;
}


a.btn-login {
width:146px;
height:33px;
float: right;
font-weight: bold;
font-size: 10px;
line-height: 33px;
background-image: url(../images/btn-login.png);
color: #fff !important;
text-transform: uppercase;
text-decoration: none;
text-indent: 28px;
}

a:hover.btn-login {
  background-position: 0 -34px;
}

.top-link {
  width:173px;
  padding-left:4px;
  height:33px;
  float: right;
  color: #fff;
  background-image: url(../images/top-link-bg.png);
  background-repeat: repeat;
  }

.top-link a {  
padding-right: 8px;  
padding-left: 8px;  
font-weight: bold;
font-size: 12px;
line-height: 33px;
color: #fff !important;
text-transform: uppercase;
text-decoration: none;
}

.top-link:last-child a {
padding-right: 0px;    
  }

.top-link a:hover {
color: #8e8e8e !important;
}

    
/* .link-btn {
  float: left;
  position: absolute;
  bottom: 20px;
  left: 15px;
  } */



.link-btn {
float: left;
position: absolute;
bottom: 15px;
left: 15px;
}

#int_content .details a.link {
    background-color: #00447c;
	line-height: 20px;
	background-image: url(../images/arrow.png);
	background-position: 12px 13px ;
	background-repeat: no-repeat;
	float: left;
	color: #FFF;
    padding:10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	text-indent: 10px;
    text-decoration: none !important;
    border: 0px;
    text-align: left;
    cursor: pointer;  
    line-height: 13px;
    font: bold 10px Arial;
    -webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.75);
  box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.75);
  }

#int_content .details a:hover.link {
  color: #fff;
  background-color: #003764;
  }


.logo
{
margin-top:14px; 
text-align: center;
margin-bottom: 5px;
}

.int_right h1 {
  color:#606060;
  font-family: 'Open Sans', sans-serif;
  font-size: 27px;
  text-transform: uppercase;
  }

.int_right h2 {
  color:#877f6e;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  }

.int_right h3 {
  color:#80796b;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  }


.int_right h1, h2, h3, h4 {
  padding-bottom: 10px;
  }

.int_right p {
  padding-bottom: 10px;
  font-size: 14px;
  }


.int_right td {
  color:#606060;
  line-height: 1.6em;
  padding-left: 10px;
  }

.int_right ol {
  color:#606060;
  line-height: 1.6em;
  list-style: decimal;
  margin-bottom: 20px;
  margin-left: 40px;
  }

.int_right ul {
  margin-left: 20px;
  margin-bottom: 20px;
  }

.int_full {
width: 960px;
min-height: 600px;
background-color: #fff;
position: relative;
padding-bottom: 100px;
float: right;
-webkit-box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.75);
box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.75);
}

.int_full h2 {
color: #877f6e;
font-family: 'Open Sans', sans-serif;
font-size: 17px;
}
#int_content .int_left,
#int_content .int_right {
  min-height: auto !important;
}

#int_content .int_full a {
color: #00447c;
}

#int_content .int_full a:hover {
  color: #00447c;
  text-decoration: underline;
  }

#int_content .int_right ul li {
  background-image: url(../images/arrow2.png);
  background-position: 0px 7px;
  background-repeat: no-repeat;
  line-height: 1.5em;
  padding-left: 20px;
  color:#606060;
}

#search-bar{
  float:right;
  position: relative;
  margin-top:0px;
}

#sb-title, #sb-info {
position: relative;
margin: 0;
padding: 0;
bottom:635px;
overflow: hidden;
}


/* #search-bar .search-box {
background-position: 210px 8px;
background-color: #f6f6f6;
margin-top: 10px;
margin-right:0px;
font-size: 13px;
color: #8e8e8e;
width:116px;
padding: 3px 6px;
border-radius: 5px;
}
*/

#search-bar .search-box {
background-position: 210px 8px;
background-color: #f6f6f6;
margin-top: 0px;
margin-right:0px;
font-size: 12px;
color: #8e8e8e;
width:162px;
padding: 3px 6px;
  line-height:1.5em;
border-top-left-radius:0;
border-top-right-radius:0;
border-bottom-right-radius:5px;
border-bottom-left-radius:5px;
border: 1px solid #c0c0c0;  
}

.search-label {
  display: none;
/*  width: 45px;
  margin-top: 11px;
  margin-left: -4px;
  font-size: 12px;
  padding: 0px; */
}

.btn-search {
text-indent: -9999px;
background-image: url(../images/mag.png);
background-repeat: no-repeat;
background-position: 0px 4px;
height: 17px;
width: 17px;
padding: 0;
border: none;
background-color: transparent;
position: absolute;
bottom:7px;
right: 2px;
cursor: pointer;
}




/*************** Header END ********************/

#nav
{
width:960px;
margin: 0 auto;
height:47px;
position: relative;
z-index: 300;
background-image: url(../images/menu-divider.png);
background-repeat: repeat-x;
background-position: top;
}

#breadcrumb{
  margin: 5px 0px 5px 10px;
  color: #80796b;
}


#int_content #breadcrumb a {
  font-size: 12px;
  color: #80796b;
  font-family: Arial; 
}

#int_content #breadcrumb a:hover{
  color: #00447c;
  text-decoration: none;
}

#int_content #breadcrumb a.active {
  color: #a70711;
}  

#hero
{
  height:360px;
  position:relative;
  background-image: url(../images/top-link-bg.png);
  backgroun-repeat: repeat;
}

.heroLeft
{
float:left;
width:360px;
height:360px;
box-shadow: 0 0 50px #000;
}

.heroRight
{
float:right;
width:600px;
height:360px;
box-shadow: 0 0 50px #000;
}

#shadow 
{
-moz-box-shadow: 0px 0px 2px #000;
-webkit-box-shadow: 0px 0px 2px #000;
box-shadow: 0px 0px 2px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=50, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=50, Color='#000000');
}

#hotBox
{
margin-top:10px;
width:968px;
height:184px;
}

#hotBox .box
{
width:25%;
height:100%;
float:left;
position:relative;
/* -moz-box-shadow: 0px 0px 2px #000;
-webkit-box-shadow: 0px 0px 2px #000;
box-shadow: 0px 0px 2px #000; */
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=50, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=50, Color='#000000');
}

#hotBox a .box .box-title  
{ 
  position:absolute;
  left: 0px;
  padding: 18px 0 12px 0px;
  bottom: 0px;
  text-align:center;
  width:100%;
  font-size:15px;
  color:#877f6e;
  font-family: 'Open Sans', sans-serif;
  text-transform:uppercase;
  height:35px;
  background-image: url(../images/HotButton-bg.png);
  background-repeat: no-repeat;
  /* Start Smooth Transitions Code */
     transition:height 0.5s;
     -webkit-transition:height 0.5s; /* For Safari */
     /* End Smooth Transitions Code */
}


#hotBox a:hover .box .box-title  {
  height:80px;
  }

.box-title p
{
  padding-top: 10px;
  font-size: 14px;
}

/*HEADER END*/

/*HOME START*/
/*HOME END*/

/*INTERNAL START*/
.content
{
width:100%;
height:850px;
}

#int_content
{
width:960px;
}

#int_content_modal
{
  background-color:#fff;
  position: relative;
  padding-bottom: 100px;
}

.int_left
{
overflow:hidden; 
clear:left;
float:left;

width:229px;
height:auto;
/* padding-top:20px;
padding-left:20px;
padding-right:20px;
padding-bottom:15px; */
background-color:#fff;
  -webkit-box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    4px 4px 10px rgba(50, 50, 50, 0.75);
box-shadow:         4px 4px 10px rgba(50, 50, 50, 0.75);
}

/* .int_right
{
width:718px;
min-height: 600px;
background-color:#fff;
position: relative;
/* padding-bottom: 100px;
float:right;
-webkit-box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    4px 4px 10px rgba(50, 50, 50, 0.75);
box-shadow:         4px 4px 10px rgba(50, 50, 50, 0.75);
} */

.int_right {
width: 718px;
background-color: #fff;
position: relative;
float: right;
-webkit-box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.75);
box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.75);
}

.title_bg
{
width:100%;
height:auto;
padding-top:20px;
padding-bottom:20px;
background-color:#7D8694;
text-align: center;
line-height:10px;
color:#fff;
font-family: 'Open Sans', sans-serif;
font-size:27px;
text-transform:uppercase;
}

ul#clmLeftHandProduct li
{
padding-top:5px;
padding-bottom:5px;
font-size:12px;
color:#8e8e8e;
font-family:Arial;
border-bottom: 1px double #e5e5e5;
}

ul.leftmenu li {
  padding-top:5px;
  /*padding-left: 10px; */ 
  padding-bottom:5px;
  font-size:13px;
  color:#8e8e8e;
  font-family:Arial;
  border-bottom: 1px double #e5e5e5;
}

  
.leftmenu a:hover {
  color: #00447c; 
}

#subnav ul {
  margin-left: 0px;
  }

#subnav ul li a {
  display: inline-block;
  margin-left: 0px;
  width: 170px;
  /* padding-left: 10px; */ 
  }

/*#subnav ul li span + a {
  display: inline;
} */

#idleftmenu ul li a.current, #subnav ul li a.current{
    background-image: url(../images/highlight.jpg); 
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
    padding-left: 7px;
}

#idleftmenu
{
float:left;
padding-bottom:25px;
width:180px;
}

#int_content .our-story{
  margin-top: 20px;
  padding-left: 0px;
  display:block;
  background: url(../images/our-story-btn.png) no-repeat;
  height: 50px;
  position: relative;
}

#int_content #int_right .product-detail .our-story-img {
  margin-top: 0px;
  margin-left: 20px;
  padding-left: 0px;
  display:block;
  height: 350px;
  overflow: hidden;
  position: relative;
}

.SubmenuCMSListMenuLinkHighlighted {
background-image: url(../images/highlight.jpg);
background-repeat: no-repeat;
background-position: left;
position: relative;
}

/*
#CMSListMenu2 ul li a {
margin-left: 0px;
padding-left: 10px;
}
*/


.mensWear
{    
padding-top:30px;
height:770px;
}

.colmen1
{    
width:205px;
float:left;
margin-left:18px;
margin-bottom:30px;
padding-bottom:20px;
border-bottom: 1px double #a9a091;
line-height:15px;
}

.colmen2
{    
width:205px;
float:right;
margin-right:18px;
margin-bottom:30px;
padding-bottom:20px;
border-bottom: 1px double #a9a091;
line-height:15px;
}

.colmen3
{    
width:205px;
float:right;
margin-right:18px;
margin-bottom:30px;
padding-bottom:20px;
border-bottom: 1px double #a9a091;
line-height:15px;
}

.intImg
{
padding-left:27px;
}

#intInfo
{
margin-top:10px;
float:left;
background-color:#00447c;
color:#fff;
width:60%;
height:34px;
text-indent:30px;
line-height:30px;
text-transform: uppercase;
background-image: url(../images/loginArrow.png);
background-position:left;
background-repeat: no-repeat;
background-position:14px 13px;
}

.intPage
{
width:200px;
height:42px;
position: absolute;
bottom: 0;
right: 0;
}

#intNo
{
float:left;
background-color:#fff;
margin-left:2px;
color:#fff;
width:50px;
height:42px;
text-indent:2px;
line-height:40px;
text-transform: uppercase;
}

#intBut
{
float:right;
margin-left:4px;
width:70px;
height:42px;
background-color: #910000;
line-height:40px;
text-indent:27px;
}

a.intNext
{
background-color: #6b6b6b;
height:100%;
width: 100%;
margin:0;
font-weight: 300;
background-image: url(../images/loginArrow.png);
background-position:15px 17px;
background-repeat: no-repeat;
float: left;
color: #80796b!important;
text-transform: uppercase;
text-decoration: none;

}

a:hover.intNext {
background-color: #898888;
text-decoration: none;
}

.PagerControl {
  float:right;
  margin-top: -90px;
  font-weight: normal;
  }

.PagerResults {
  display: none;
  }

.PagerNumberArea {
  color: #80796b;
  text-align: center;
  font-weight: normal;
  line-height: 1em;
  margin-top: -4px;
  font-size: 11px;
  }

.PagerNumberArea a:hover {
  color: #00447c;
  }

.PagerControl .SelectedPage {
cursor: pointer;
padding: 3px 5px;
color:#80796b;
display: inline-block;
margin-right: 1px;
text-transform: uppercase;
border: 1px solid #80796b;
font-weight: normal;
}

.PagerControl .UnselectedPage,
.PagerControl .UnselectedNext, .PagerControl .UnselectedPrev {
padding: 3px 5px;
color:#80796b!important;
display: inline-block;
margin-right: 1px;
text-transform: uppercase;
border: 1px solid #80796b;
font-weight: normal;
}

.SelectedPage a:hover {
  background-color:#ffffff;
  }

.PagerControl .UnselectedNext, .PagerControl .UnselectedPrev {
border: 0px;
}

.UnselectedPrevPage,.UnselectedLastPage { display: none;}
.SelectedPrev, .SelectedNext  {
padding:3px 5px;
color: #80796b !important;
display: inline-block;
margin-right: 1px;
text-transform: uppercase;
}

.PagerControl a:hover.UnselectedPage, .PagerControl a:hover.UnselectedNext, .PagerControl a:hover.UnselectedPrev, .PagerControl .SelectedPage {
background-color: #ededed !important;  
}


/* .PagerControl a:hover.UnselectedPage,
.PagerControl a:hover.UnselectedNext,
.PagerControl a:hover.UnselectedPrev{
  background-color: #565656;
  }


.PagerControl .UnselectedNext, .PagerControl .UnselectedPrev  {
background-color: #c4c4c4;
padding: 5px;
padding-left: 6px;
padding-right: 6px;
color: #fff !important;
display: inline-block;
margin-right: 1px;
text-transform: uppercase;
  border: 1px solid #8e8e8e;
} */





/* .SelectedPrev{
  border: 1px solid #8e8e8e;
  background-color: #c4c4c4;
padding: 5px;
padding-left: 6px;
padding-right: 6px;
color: #fff !important;
display: inline-block;
margin-right: 1px;
text-transform: uppercase;
  } */



/* .SelectedNext{
  border: 1px solid #8e8e8e;
  background-color: #c4c4c4;
padding: 5px;
padding-left: 6px;
padding-right: 6px;
color: #fff !important;
display: inline-block;
margin-right: 1px;
text-transform: uppercase;
  } */



.int a {
color: #e5173f;
text-decoration: none;
}

    #table, table
        {
            margin-top:12px;
            width:100%;
            border-collapse:collapse;
        }
    #table td:first-child, table td:first-child
        {
        width:50%;
    }
    #table td, table td
        {
            /*background-color:#d8d6d6;*/
            padding:5px 5px 5px 5px;
            text-align:left;
        }
    #table th, table th 
        {
            background-color:#edebeb;
            padding:5px 5px 5px 5px;
            font-weight:normal;
            text-align:left;
        }

    #table tr:nth-child(even), table tr:nth-child(even) {
        background: #edebeb;
    }  

    #table tr:nth-child(odd), table tr:nth-child(odd) {
        background: #d8d6d6;
    }   

 
/*INTERNAL END*/

/*FOOTER START*/
#footer
{
background-color:#e4e9eb;
}

.footermenu
{
height:400px;
border-bottom: 1px double #a9a091;
padding-bottom:15px;
margin-bottom:3px;
}

.border
{
border-bottom: 1px double #cccccc;  
}


#footernav
{
padding-top:20px;

float:left;
width:800px;
font-family: 'Open Sans', sans-serif;
}

#footernav ul ul {
margin-top: 0px;
}
  
#footernav ul ul li{
font-size: 13px !important;
color: #8e8e8e !important;
font-family: Arial !important;
text-transform: none;
padding: 0px 0px 0px 0px !important;
margin: 0px !important;
float:none;
line-height: 1.5em;
}


#footernav > ul > li{
padding-bottom: 10px;
margin-top: 20px;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
color: #877f6e;
text-transform: uppercase;
float:left;
width: 25%;
}

#footernav > ul > li > ul{
  margin-top: 10px;
  
  }

#footernav .footer1 {
  float: left;
  margin: 5px 0 0 0;
  padding: 0;
  position: relative;
  width: 160px;
  display: block;
  }

#footernav .footer1 > ul > li{
padding-bottom: 0px;
margin-top: 0px;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
color: #877f6e;
text-transform: uppercase;
float:left;
width: 160px;
}
  
#footernav .footer1 ul ul li{
font-size: 13px !important;
color: #8e8e8e !important;
font-family: Arial !important;
  text-transform: none;
  padding: 0px 0px 0px 0px !important;
  margin: 0px !important;
  float:none;
}

#footernav .footer2 {
  float: left;
  margin: 0;
  padding: 0;
  width: 640px;
  display: block;
  }

#footernav .footer2 > ul > li{
padding-bottom: 10px;
margin-top: 5px;
font-family: 'Open Sans', sans-serif;

font-size: 13px;
color: #877f6e;
text-transform: uppercase;
float:left;
width: 25%;
}

#footernav ul.footer_col1 li {
   display: block; 
  }

#footernav .footer1 ul li, 
#footernav .footer2 ul li { 
  font-size: 14px;
  color: #00447c;
  }

#footernav .footer1 ul li a:hover, 
#footernav .footer2 ul li a:hover { 
  color: #8e8e8e; 
  }

#footernav .footer1 ul ul li a:hover, 
#footernav .footer2 ul ul li a:hover { 
  color: #00447c;
  }

#footergirls
{
padding-top:50px;
padding-bottom:25px;
float:left;
width:280px;
}

.footer-shadow {
  background-image: url(../images/foot-shadow.jpg);
  background-position: top center;
  width: 100%;
  height: 4px;

}

#footer_Schoolwear
{
float:left;
padding-bottom:10px;
width:150px;
}

.title
{
width:160px;
padding-bottom:10px;
padding-right:90px;
margin-top:20px;
font-family: 'Open Sans', sans-serif;
font-size:13px;
color:#877f6e;
text-transform:uppercase;
}

.title1
{
width:160px;
padding-bottom:5px;
padding-right:10px;
margin-top:5px;
font-family: 'Open Sans', sans-serif;
font-size:13px;
color:#00447c;
text-transform:uppercase;
}

ul.Schoolwear li  
{
padding-top:5px;
font-size:12px;
color:#8e8e8e;
font-family:Arial;
}

#footer_Accessories
{
float:right;
padding-bottom:10px;
padding-left:10px;
width:120px;
}

#footerboys
{
padding-top:50px;
margin-left:50px;
padding-bottom:25px;
float:left;
width:280px;
}

#footercontact
{
padding-top:20px;
padding-bottom:5px;
float:right;
width:145px;
}

#footercontact a:hover {
  text-decoration: underline;
  }

a.btn-location {
width:100%;
height:33px;
line-height: 33px;
float:right;
font-weight: bold;
background-color:#00447c;
float: left;
color: #fff !important;
font-size: 10px;
text-transform: uppercase;
text-decoration: none;
text-indent: 28px;
background-image: url(../images/loginArrow.png);
background-position:left;
background-repeat: no-repeat;
background-position:14px 13px;
margin-top: 5px;
}

#footercontact a:hover.btn-location {
background-color:#0e3452;
text-decoration: none;  
}

a.btn-product {
height:33px;
line-height: 33px;
float:right;
font-weight: bold;
background-color:#00447c;
float: left;
width: 96px;
color: #fff !important;
font-size: 10px;
text-transform: uppercase;
text-decoration: none;
text-indent: 28px;
background-image: url(../images/loginArrow.png);
background-position:left;
background-repeat: no-repeat;
background-position:14px 13px;
margin-top: 10px;
}

a:hover.btn-product {
background-color:#0e3452;
}

#right-footer
{
float:right;
color:#8e8e8e;
padding-bottom: 10px;
}

#left-footer
{
float:left;
color:#8e8e8e;
padding-bottom: 10px;
}

#left-footer h6 
{ font-size: 12px; }
/*FOOTER END*/

/*slider start*/
#home_slider_button_wrapper {
	position: relative;
	width: 100%;
	height: 360px;
}
	
#slider {
	width:960px;
	height:360px;
	display: block;
	position: relative;
	overflow:hidden;
	z-index: 10;
}
/*slider end*/

/* 
	LEVEL ONE
*/
#nav ul                         { z-index: 100; margin: 0; padding: 0; float: left; position: relative; list-style:none;}
#nav ul li                      { color: #ffffff; font-weight: 400; float: left; zoom: 1; font-family: 'Open Sans', sans-serif; font-size: 16px; letter-spacing: 0; text-transform: uppercase; padding: 0; margin: 0;}
#nav ul a:hover		               { color: #d1d1d1 }
#nav ul a:active                { color: #315765; }
#nav ul li a                    { /* background-image: url(https://www.permapleat.com.au/images/dividernav.jpg);*/ background-repeat: no-repeat; background-position: left; display: block; margin: 0; color: #ffffff; font-size:15px; text-decoration: none; padding: 15px 0px 14px 26px;}
#nav ul li:first-child a         { border-right: none; padding-left: 0px; } /* Doesn't work in IE */
#nav ul li.hover,
#nav ul li:hover                {  color: #fff; position: relative; }
#nav ul li.hover a              { color: #fff; }

/* 
	LEVEL TWO
*/
#nav ul ul 						{ width: 220px; background-color: #00447c; visibility: hidden; position: absolute; top: 100%; left: 0px; list-style: none; margin: 0;}
#nav ul ul li 					{ background-color: #ee8a1d; color: #000; text-transform: none; border: none; font-size: 13px;}
									  
                                    /* IE 6 & 7 Needs Inline Block */
#nav ul ul li a					{ background-color: #00447c; color: #fff; border-right: none; width: 200px; display: inline-block; padding: 5px 10px 5px 26px; } 
#nav ul ul li:first-child { border: none; }
#nav ul ul li:first-child a { padding-left:26px; }
#nav ul ul li.hover,
#nav ul ul li:hover                { color: #000; background: #fff; position: relative; }
#nav ul ul li.hover a,
#nav ul ul li:hover a
{ color: #fff; background: #266497; }
#nav ul li.last-child ul,
#nav ul li:last-child ul { left:-140px; width: 220px;}

/* 
	LEVEL THREE
*/
#nav ul ul ul li:hover a
{ color: #fff; background-color: #00447c; }
#nav ul ul ul li { background: #fff; color: #000; }
#nav ul ul ul li a {  background: #00447c; color: #000; }
#nav ul ul ul 					{ left: 100%; top: 0;}
#nav ul li:hover > ul 			{ visibility: visible; }


/* 
	LEVEL FOUR 
*/
#nav ul ul ul ul li:hover a
{ color: #fff; background-color: #266497; }
#nav ul ul ul ul li { background: #fff; color: #000; }
#nav ul ul ul ul li a {  background: #266497; color: #000; }
#nav ul ul ul ul					{ left: 100%; top: 0;}
#nav ul li:hover > ul 			{ visibility: visible; }


.bg {
  background-image: url(../images/bg.jpg);
  background-attachment: fixed;
  background-position: top center;
  background-color: none;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 33px;
  top: 0;
}


/**************************************************/
/*               Products Category                */
/**************************************************/


.category-list{
 width: 72%;
margin-right: 5px;
position: relative;
float: left;
}

.made-to-order
{
    
}

.btn-made-to-order{
  float:left;
  width:24%;
  border: 1px solid #ddd;
  min-height: 300px;
  padding: 10px;
  color: #8e8e8e;
  -webkit-box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    4px 4px 10px rgba(50, 50, 50, 0.75);
  box-shadow:         4px 4px 10px rgba(50, 50, 50, 0.75);
  
 }
.btn-made-to-order .header{
  height: auto !important;
  margin-bottom: 10px !important;
  text-align: center;
  }

.btn-made-to-order img{
  width:100%;
  margin-bottom: 10px;
 }

.category{
  width: 28%;
  margin: 0px; 10px; 10px; 10px;
  border-bottom: 1px solid #ddd;
  float:left;
  padding: 10px;
  }

.category .image{
  width:100%;
  }
.category .image img{
  max-width:100%;
  
  }
.category .name{
  font-size:15px;
  text-align:center;
  width:100%;
  }


/**************************************************/
/*               Products                         */
/**************************************************/

.our-story
{
  margin-top:60px;
}

/* .product {
  width: 30%;
  padding:10px 10px 20px 10px;
  margin-bottom: 15px;
  float: left;
  position: relative;
  min-height: 405px;
 /* min-height: 570px;
  border-bottom: 1px dotted #877f6e;
} */

.product {
width: 30%;
padding: 5px 10px 60px 10px;
margin-bottom: 5px;
float: left;
position: relative;
min-height: 300px;
border-bottom: 1px dotted #877f6e;
}


.product .name, .product-detail .info .name  {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  color: #877f6e;
}

.product .order {
  text-transform: uppercase;
  color: #b80000;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.product .description {
  color: #8e8e8e;
  font-size: 13px;
  line-height: 18px;
}

.inner-wrapper {
 padding: 15px 20px;
}

.inner-wrapper h1 {
  width: auto;
}

#int_content .product .summary, .product-detail .info{
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #8e8e8e;
  line-height: 1.3em;
 }


.product .image{
  position:relative;
  margin-top:5px;
  height: 195px;
  /*overflow: hidden;*/
}

.product .image .stamp {
position: absolute;
top: 15em;
right: 0px;
max-height: 50px;
}

.product .image .stock-stamp{
  position:absolute;
  bottom:0px;
  right: 0px;
 }

.product .image .main{
  padding: 0px;
  margin: 0px;
  max-width:90%;
  min-height: 0px
 }

.product-detail .image{
  width: 31%;
  margin-top: 0px;
  float:left;
  position:relative;
  }

.product-detail .image .main-image{
  max-width:100%;
  }

.product-detail .image .stamp-image {
max-width: 45px;
/*position: absolute;
float: right;
border: 1px solid #fff;
border: 0px;
bottom: 32px;
left: 30px;*/
}

/* .product-detail .image .stamp-image{
  max-width:80px;
  position:relative;
  float:right;
  border: 1px solid #fff;
  z-index: 999;
  border: 0px;
  margin-top: -20px;
 } */

.product-detail .image .Shirt-Fabric-StampT1 {
  width: 150px;
  /*position:absolute;
  top: 365px;
  left:80px;*/
  }

.product-detail .image .Shirt-Fabric-StampT2 {
  width: 150px;
  /*position:absolute;
  top: 404px;
  left:30px;*/
  }

.product-detail .image .Shirt-Fabric-StampT3 {
  width: 150px;
  /*position:absolute;
  top: 405px;
  left:83px;*/

  }
  
  .product-detail .image .Shirt-Fabric-Stamp1, 
.Shirt-Fabric-Stamp2, .Shirt-Fabric-Stamp3 {
  /*display:none;*/
  }


.product-detail .image .trouser-enlarge-stamp {
  max-width:150px;
  /*position:absolute;
  top: 205px;
  left:55px;
  display: block;*/
 }

.product-detail .info{
  width: 33%;
   float:left;
  padding-left: 3%;
  }

.product-detail .our-story-img{
   
   width: 30%;
   float:left;
   padding-left: 3%;
   maximum-wdith: 205px;
 }

.fabric {
  margin-top: 10px;
  border-top: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
  font-family: 'Open Sans', sans-serif;
  font-weight:normal;
  color:#80796b;
  line-height: 14px;
  vertical-align: top;
  font-size:12x;
  padding:5px 5px;
  /*min-height: 50px;*/
  min-height: 30px;
  }
  
/*table start */

.CSSTableGenerator {
	margin:20px 0px;
    padding:0px 2%;
	width:96%;
	min-height: 120px;
}

.CSSTableGenerator table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}

.CSSTableGenerator tr{

}

.CSSTableGenerator td, .CSSTableGenerator th{
	vertical-align:middle;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:5px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:#80796b;
    line-height: 14px;
    vertical-align: top;

}

.CSSTableGenerator td {
  font-size: 10px;
  }

.CSSTableGenerator th{
  font-size:12x;
  padding-bottom: 10px;
  }

.CSSTableGenerator td:first-child {
  padding-right: 10px;
  }
/* table end */
  

.nivo-caption h6 {
  text-transform; uppercase;
  }

/* Search */
.header .searchwrapper {
	float: right;
	margin-top: 0px;
	width: 220px;
	height: 32px;
	
	border-radius: 5px;
	background-color: #000;
}

.header .searchbox {
	background-color: #000;
	margin-left: 8px;
	border: 0px;
	font-size: 13px;
	color: #999999;
	margin-top: 7px;
	width: 170px;
}

.header .watermarked {
	background-color: #000;
	margin-left: 8px;
	border: 0px;
	font-size: 13px;
	color: #999999;
	margin-top: 7px;
	width: 170px;
}

.header .mag {
    display: block;
	float: right;
	margin-top: 8px;
	margin-right: 12px;
}

/*Footer nav */
/* #footernav {
padding-top: 33px;
}

#footernav ul li {
  font-size: 17px;
font-family: Georgia;
font-variant: normal;
font-weight: 200;
color: #80796b;
line-height: 18px;
text-transform: uppercase;
  
}

#footernav ul ul li {
  width: 160px;
padding-bottom: 10px;
padding-right: 10px;
margin-top: 20px;
font-family: Georgia;
font-size: 13px;
color: #877f6e;
text-transform: uppercase;

*/

* {margin: 0; padding: 0;}
.magnify {/*width: 190px; margin: 0px -30px 0 -20px;*/ position: relative;z-index: 99;}

/*Lets create the magnifying glass*/
.large {
	width: 175px; height: 175px;
	position: absolute;
	border-radius: 100%;
	z-index: 9999;
	/*Multiple box shadows to achieve the glass effect*/
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
	0 0 7px 7px rgba(0, 0, 0, 0.25), 
	inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	
	/*Lets load up the large image first*/
	/*hide the glass by default*/
	display: none;
}

/*To solve overlap bug at the edges during magnification*/
.small { display: block; }

.image .magnify img {
  margin-left: 0;
}

.product-detail .image .logo_image {
  padding-left: 0;
  padding-right: 0;
}

#int_content .int_right a{
  color: #00447c;
  }

#int_content .int_right .PagerNumberArea a{
  color: #fff;
  }

#int_content .int_right .PagerNumberArea a:hover {
  color: #80796b;
  text-decoration: none;
  }

#int_content .int_right a:hover {
  color: #00447c;
  text-decoration: underline;
  }

#int_content li.CMSSiteMapListItem {
  background-image: url(../images/arrow2.png);
  background-position: 0px 7px;
  background-repeat: no-repeat;
  line-height: 1.5em;
  padding-left: 20px;
  }

#int_content li.CMSSiteMapListItem a {
   color: #606060;
}

#int_content li.CMSSiteMapListItem a:hover {
  color:#00447c;
  text-decoration: none;
}
  
#footernav a:hover {
  color: #00447c;
  }

.thumbNav {
  display: none;
  }

.title_bg #ctl00_ctl00_TemplateRegion_lblTitle { position: relative;z-index: 110!important;}
.title_bg {z-index:99; position: relative;}

.title_bg #bg-color { 
  position: absolute; 
  z-index:100;
  top:0; left:0; height: 100%; width: 718px;
  display: block;float: left;
}

.title_bg #bg-color.Green { background-color: #979481;} 
.title_bg #bg-color.Pink { background-color: #9d827c;position: absolute; z-index:100;
  top:0; left:0; height: 50px; width: 718px;
  display: block;float: left;}   
.title_bg #bg-color.Blue { background-color: #7c8795;}     
.title_bg #bg-color.Grey { background-color: #7e7979;}     
.title_bg #bg-color.Charcoal { background-color: #5f5958;} 
.lb-data .lb-close { position: relative !important; left: auto !important; right: 0 !important;}
.lb-dataContainer { position: relative;}


.details {
  /*height:180px;*/
  }

.details .CSSTableGenerator td, .CSSTableGenerator th {
  padding: 10px !important;
}

.made-to-order__link {
  width: 25.5%;
  float: right;
  margin-right:1.5%;
  margin-bottom: 20px;
  
}

.made-to-order__link .btn-made-to-order {
  width: 100%;} 


.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
}

/* Product Landing */
.landing-logos {
  position: absolute;
  right: 0px;
  width: 40px;
  top: 30px;
  height: 200px;
  overflow: hidden;
}

.landing-logos .tooltip { 
  margin-top: 8px;
  height: 40px;
  width: 40px;
  overflow: hidden;
  position: absolute;
}


.landing-logos  .tooltip:first-child {
  bottom: 40px;
}

.landing-logos  .tooltip:nth-child(2) {
  bottom:82px;
}

.landing-logos  .tooltip:nth-child(3) {
  bottom: 125px;
}


/*.landing-logos .tooltip:nth-child(n+4) {
  bottom: 160px;
}*/

.product-detail .landing-logos {
    position: relative;
    right: 0px;
    width: auto; 
    height: 65px;
    top: 0px;
    overflow: hidden;
}


.product-detail .landing-logos .tooltip:first-child  {
  top: 0px;
}

.product-detail .landing-logos .tooltip:nth-child(2) {
  left:50px;
  top: 0px;
}

.product-detail .landing-logos .tooltip:nth-child(3) {
  left:100px;
  top: 0px;
}

.fabric-logos {
  margin-top: -47px;
  position: absolute;
 }

.fabric-types .logo_image {
    margin-right: 6px;
    margin-left: 0px;
    width: 40px;
    margin-top: -10px;
}


/*.product-detail .landing-logos .tooltip {
   margin-top: 8px; 
    width: 40px; 
    display: inline;
    overflow: hidden;
    position: absolute; 
}*/


.image img {
  margin-left: -15px;
}

.tooltip img {
  max-width: 40px;
  margin: 0!important;

}

.int_right h3 {
   font-size: 15px;
   font-family: 'Open Sans', sans-serif;
}

.int_right h4 {
  font-size: 15px;
  MARGIN-TOP: 10PX;
}

.int_right td {
  font-size: 12px;
  font-family: Helvetica Neue', 'Lucida Grande', 'Segoe UI', Arial, Helvetica, Verdana, sans-serif;
  
}


.contact-form td {
    background-color: #fff !important;
    padding: 5px 5px 5px 5px;
    text-align: left;
}

.contact-form td:first-child {
    width: 20%;
    vertical-align: top;
  
}

.contact-form .TextBoxField, .TextAreaField {
    width: 45%;
    padding: 5px;
    color: #747474;
    min-width: 300px;
  
}


.contact-form .TextAreaField {
  height: 150px;
  
}

.FormButton {
    line-height: 33px;
    font-weight: bold;
    background-color: #00447c;
    float: left;
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 10px;
    border: 0px;
    margin-left: 47.5%;
}

.contact-form .EditingFormErrorLabel {
  margin-left: -100%;
  color: #FF0404;
  font-style: italic;
 }

.ErrorLabel {
    color: #FF0404;
    font-weight: 600;
}
  

.FormButton:hover {
  background-color: #033B69;
 }


/* Minification failed (line 1868, error number 1062): Expected semicolon or closing curly-brace, found '', Arial, Helvetica, Verdana, sans-serif;
' */