/*Core style sheet for Golden Gate Global website*/

body {
	background-color: #ffffff;
	background-image: url(../images/page-bg-fade.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height:22px;
	color: #444444;
	margin: 0px;
	padding: 0px;
	}
	
p, ul, ol, dd, pre {
    margin-bottom:20px;
}

a {
	color: #dd0d0d;
	}
	
a img { 
	border:0; 
	}

a:visited {
	color: #dd0d0d;
	}

a:active {
	color: #dd0d0d;
	text-decoration: none;
	}

a:hover {
	color: #dd0d0d;
	text-decoration: none;
	}
	
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet {
    border: 0 none;
}

#home-wrapper {
	background-image: url(../images/home-bg-curve.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
}
	
#wrapper {
	background-image: url(../images/page-bg-curve.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
}
	
#page-wrapper {
	background-color: #fff;
	width: 1020px;
	margin: 0 auto;
	padding: 0;
	-moz-box-shadow: 0px 0px 25px #666;
  	-webkit-box-shadow: 0px 0px 25px #666;
  	box-shadow: 0px 0px 25px #666;
}
		
#header {
	background-color: #ccccc;
	background-image: url(../images/ggg-header.png);
	background-repeat: no-repeat;
	width: 1020px;
	height: 130px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
	
#header-logo {
	width: 145px;
	height: 130px;
	float:left;
	display:block;
	position:relative;
	padding: 0px;
	margin: 0px;
}
	
#header-title {
	width: 440px;
	height: 130px;
	float:left;
	display:block;
	position:relative;
	padding: 0px;
	margin: 0px;
}

#header-title h3 {
	font-size: 32px;
	margin: 40px 0 5px 0;
	padding: 0;
	color: #dddddd;
	font-weight: bold;
}

#header-title p {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

#phone-now-box {
	background-image: url(../images/phone-box.png);
	background-repeat: no-repeat;
	width: 380px;
	height: 130px;
	float: right;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
}

#phone-now-box p {
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	margin: 35px 0 0 135px;
	padding: 0;
}
	
#navigation {
	background-image: url(../images/navbar-bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	width: 1020px;
	height: 45px;
	padding: 0px;
	margin: 0;
	text-align: left;
	}
	
#main {
	width: 1020px;
	margin: 0;
	padding: 0;
	}
	
#content-header {
	background-image: url(../images/page-title-bg.png);
	background-repeat: no-repeat;
	width: 1020px;
	height: 105px;
	margin: 0 0 30px 0;
	padding: 0;
}
	
#content {
	width: 660px;
	margin: 0 0 0 40px;
	padding: 0 0 40px 0;
	text-align: left;
	float: left;
	}
	
#content-wide {
	width: 700px;
	margin: 0 0 0 40px;
	padding: 0 0 40px 0;
	text-align: left;
	float: left;
}
	
#info-boxes {
	float: left;
	width: 940px;
	margin: 40px 40px 0 40px;
}

.info-box {
	float: left;
	width: 300px;
	height: 200px;
}

.start-here {
	background-image: url(../images/info-box-start.png);
	background-repeat: no-repeat;
	margin-right: 20px;
}

.ggg {
	background-image: url(../images/info-box-ggg.png);
	background-repeat: no-repeat;
	margin-right: 20px;
}

.fda {
	background-image: url(../images/info-box-fda.png);
	background-repeat: no-repeat;
}

.info-box h3 {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	color: #444444;
	padding: 20px 25px; 
	margin: 0;
}

.info-box img {
	padding: 25px 25px 0 25px;;  
}

.start-here h3 a {
	display: block;
	font-size: 30px;
	line-height: 38px;
	margin: 40px 0 40px 85px;
	text-align: center;
}

.ggg h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #444444;
	padding: 0 25px; 
	margin: 0;
}

.info-box a {
	color: #fff;
	text-decoration: none;
}

.info-box a:hover, .info-box a:active {
	color: #99ff00;
	text-decoration: none;
}

.sidebar-wrapper {
	width: 260px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
	float: right;
}
	
.sidebar {
	background-color: #dddddd;
	width: 190px;
	margin: 0 40px 20px 0;
	padding: 15px;
	text-align: left;
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
.sidebar h3 {
	font-size: 20px;
	line-height: 30px;
	color: #444444;
	margin: 0 0 20px 0;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
}

.sidebar h4 {
	font-size: 14px;
	line-height: 18px;
	color: #444444;
	margin: 18px 0 18px 0;
}

.sidebar p {
	font-size: 14px;
	line-height: 18px;
	color: #444444;
	margin: 0 0 18px 0;
}

.info-panel {
	background-image: url(../images/info-panel-bg.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

.info-panel h3 {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	border-bottom: 0 none;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}

.info-panel h4 {
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	margin-top: 0;
}

.info-panel p {
	text-align: center;
}

p.info-panel-footer {
	clear: left;
	border-top: 1px solid #ccc;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}

p.info-panel-email-link {
	margin: 15px 0;
	padding-top: 5px;
}

.page-info {

}
	
#footer {
	background-color: #e9e9e9;
	width: 1020px;
	height: 105px;
	margin: 40px auto 0 auto;
	padding: 25px 0 0 0;
	border-bottom: solid 5px #646464;
	text-align: left;
	}
	
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #333;
	margin: 0;
	padding: 0;
	}
	
#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #dd0d0d;
}

#footer-menu {
	width: 700px;
	float: left;
	margin: 0 0 0 40px;
	border-bottom: 1px solid #fff;
}

#footer-menu p {
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

#site-info {
	width: 700px;
	float: left;
	margin: 0 0 10px 40px;
}

#site-info p {
	margin: 10px 0 10px;
}

#social-icons {
	width: 220px;
	float: right;
	margin: 0 40px 0 0;
}

a.s-icon {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	margin: 0 0 0 17px;
}

.sidebar a.s-icon-left {
	float: left;
	margin: 5px 0 15px 35px;
}

.sidebar a.s-icon-middle {
	float: left;
	margin: 5px 15px 15px 15px;
}

.sidebar a.s-icon-right {
	float: left;
	margin: 5px 35px 15px 0;
}

.hidden {
	display:none;
	}

.clear {
    clear: both;
	}

h1 {
	font-size: 34px;
	color: #ffffff;
	padding: 30px 40px 0 40px;
	margin: 0;
	}
	
h2 {
	font-size: 34px;
	color: #444444;
	padding: 0;
	margin: 0 0 40px 0;
	}
	
h3 {
	font-size: 20px;
	line-height: 26px;
	color: #444444;
	font-weight: normal;
	margin: 0 0 20px 0;
	}
	
h4 {
	font-size: 18px;
	color: #f5821d;
	margin: 20px 0 20px 0;
}

h5 {
	font-size: 14px;
	color: #f5821d;
}

h6 {
	font-size: 14px;
	color: #444444;
}

.super {
	position: relative;
	bottom: 0.5em;
	font-size: 0.8em;
	}

.sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
	}

.caption {
	color: #999;
	}

.yellow {
	color: #ffcc00;
}

.orange {
	color: #f5821d;
}

.red {
	color: #dd0d0d;
}
	
	
	
/*Navigation styles*/

.menu {
	width: 940px;
	height: 40px;
	margin: 0 40px;
	padding: 0;
	float: left;
	}

.menu ul {
	list-style: none;
	font-family: Calibri, "Arial Narrow", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	padding: 0;
	margin: 0;
	}

.menu a {
	display: block;
	color: #444444;
	text-decoration: none;
	padding: 0;
	margin: 0;
	}

.menu li {
	float: left;
	padding: 0;
	margin: 0 14px;
	}

.menu li:hover a, .menu li.sfhover, .menu li.sfhover a, .menu li.chosen a {
	color: #dd0d0d;
	border-bottom: 5px solid #dd0d0d;
	}

.menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	margin: 0;
	background: #dddddd;
	z-index: 50;
	}

.menu li li {
	padding: 0;
	float: none;
	}

.menu li ul a {
	display: block;
	height: 30px;
	}

.menu li ul ul {
	margin: 0;
	}

.menu li:hover ul ul, .menu li:hover ul ul ul, .menu li.sfhover ul ul, .menu li.sfhover ul ul ul {
	left: -999em;
	}

.menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul, .menu li.sfhover ul, .menu li li.sfhover ul, .menu li li li.sfhover ul {
	left: auto;
	}

.menu li li a:hover, .menu li li.sfhover, .menu li li.chosen {
	background: #dd0d0d;
	color: #fff;
	}
	
/* Products Page styling */

#product-imagery {
	float: left;
	width: 460px;
	margin-bottom: 20px;
}

a.gal-link {
	float: left;
	display: block;
	width: 200px;
	margin: 0 20px 20px 0;
}

.product-thumb {
	width: 140px;
	float: left;
	background-color: #f5821d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 25px 25px 0;
}

.product-thumb p {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	text-align: left;
	color: #fff;
	padding: 10px;
	float: left;
}

.product-thumb a, .product-thumb a:visited {
	color: #fff;
}

.product-thumb a:hover, .product-thumb a:active {
	color: #fff;
	text-decoration: none;
}

.product-thumb img {
	float: left;
	border: 0 none;
	margin: 0;
	padding: 0;
}

#left_column_narrow1 {
	width:220px;
	float:left;
	text-align: left;
	margin: 0 20px 0 0;
	padding: 0;
}

#left_column_narrow2 {
	width:320px;
	float:left;
	text-align: left;
	margin: 0;
	padding: 0;
}

/* Contact Form Styling */

legend {
	font-weight: bold;
}

.required {
	font-weight: bold;
	color: #dd0d0d;
}