/*
Theme Name: Galaxy Plastic
Theme URI: http://www.galaxyplastic.com/wp-content/themes/galaxy/
Description: Custom Theme for Galaxy Plastic Industries, Inc.
Version: 1.0
Author: Linda Carter
Author URI: http://www.lkcwebdesign.com/

	Copyright &copy; 2009 Galaxy Plastic Industries, Inc.

	Based on a theme designed and coded by Ryan Hellyer
	http://ryanhellyer.net/



*/

/* HEADER AND BODY STYLING */


body {
	margin:0;
	padding:0;
	background-color: #242424;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #D2C888;
}



#wrapper {
	width:1152px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height:253px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;

}


#main {
	background-color: #000000;
	width: 1152px;
}


#content {
	width: 800px;
	margin: 11px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 25px;
	font-size: 1em;
	line-height: 175%;
	color: #CCCCCC;
	overflow: hidden;
}

#content-left-column {
	width: 400px;
}

#content-left-column p, #content-right-column p {
	color: #D2C888;
	text-align: center;
}

#content-right-column {
	float: right;
	width: 400px;
}

#sidebar  {
	float: right;
	width: 210px;
	line-height: 180%;
	font-size: 90%;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 5px;
	font-style: italic;
	background-image: url(images/sidebar-reflection.jpg);
	background-repeat: no-repeat;
	background-position: 12px 0px;
	padding-top: 5px;

}
#footer  {
	background-color: #993300;
	clear: both;
}

hr.clear {
	clear: both;
	color: #242424;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #242424;
	height: 1px;
	width: 1px;
}






a {
	color: #EAE6C8;
	text-decoration: none;
}



a:hover {
	text-decoration:none;
	color: #E8E3C1;
}





#search {display:inline}

#description {
	color: #D2C888;
	font-style: italic;
	font-size: 1.2em;
	text-indent: 455px;
	position: absolute;
	top: 211px;
}



/* TOP NAVIGATION BAR - / */

#topmenu-outer {
	width:1152px;
	background-color: #D2C888;
	font-weight:bold;
	line-height:100%;
	font-size: 80%;
	height: 15px;
	background-image: url(images/top-nav-bar.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	

}

#topmenu-inner  {
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;

}

#topnav {
	list-style:none;
	padding:0;
	width:100%;
	margin: 0;


}


#topnav a {
	display:block;
	color:#333333;
	text-decoration:none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#topnav a:hover {
	color:#464646;
}


#topnav li {
	float:left;
	padding:0;
	margin-right: 10px;
}









/* MAIN CONTENT STYLING */


.searchform {
	width: 200px;
	text-align: right;

}


h1,h2,h3,h4,h5 {
	color:#D2C888;
	text-align: center;
	font-family: "Garamond Premr Pro Smbd";
}
h1 a,h2 a,h3 a,h4 a,h5 a {
	color:#D2C888;
	text-decoration:none;
	font-family: "Trebuchet MS";
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover {text-decoration:underline}
h1 {
	padding:0;
	font-size: 180%;
	font-style: normal;
	line-height: 180%;
	font-weight: bold;
	font-variant: normal;
	margin-right: 0;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	width: auto;
}
h2 {
	font-size: 200%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 45px;
	margin-left: 0;
}
h3 {
	font:normal bold 150%;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
h4 {
	font:normal bold 130%;
	text-align: left;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
h5 {font:normal bold 120%;margin:0.2em 0}



/*  SIDEBAR STYLING  */

#sidebar a {
	color: #D2C888;
	text-decoration: none;

}

#sidebar a:hover {
	text-decoration:none;
	color: #E8E3C1;
	text-decoration: none;
}

#sidebar ul {
	list-style-type: none;

}

#sidebar li  {


}

#sidebar ul li{

}

#sidebar h3  {
	font-size: 1.5em;
	font-style: normal;

}

/*  END SIDEBAR STYLING  */


/* FOOTER STYLING */
#footer {
	background:#202225;
	width:100%;
	height:2em;
	clear: both;
}
#footer p {
	font-size:0.8em;
	line-height:2em;
	text-align: center;
	color: #D2C888;
}


/* MISCELLANEOUS STYLING  */



.home-image {
	float: left;
	margin-top:  35px;
	margin-right: 10px;
	text-align: center;
	font-size: 85%;
	color: #D2C888;
}

.left-float {
	float: left;
	text-align: center;
	font-size: 85%;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 3px;
	color: #D2C888;

}




.right-float {
	float: right;
	text-align: center;
	font-size: 85%;
	color: #D2C888;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.right-float p {
	color: #D2C888;
}


table.welcome {
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	width: 800px;


}

td.welcome {
	vertical-align: top;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 90%;
	color: #9B8A44;

}

table.samples{
	margin-right: auto;
	margin-left: auto;

}

table.samples a {
	text-decoration: none;
	color: #ffffff;

}

td.samples {
	text-align: center;
	vertical-align: top;

}

tr.samples {
	vertical-align: top;
}


table.rods{
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;

}

td.rods {
	text-align: left;
	vertical-align: top;
	width: 150px;
	color: #D2C888;

}

tr.rods {
	vertical-align: top;
}

table.tubes{
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
	font-size: 80%;

}

td.tubes {
	text-align: left;
	vertical-align: top;
	color: #D2C888;
	padding-right: 20px;

}

tr.tubes {
	vertical-align: top;
}

table.accessories{
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
	font-size: 80%;

}

td.accessories {
	text-align: left;
	vertical-align: top;
	color: #D2C888;
	padding-right: 20px;

}

tr.accessories {
	vertical-align: top;
}



table.request-samples {
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;

}

td.rslc {
	text-align: right;
	vertical-align: top;
	padding-right: 20px;
	padding-top: 10px;
	line-height: 135%;

}

td.rsrc {
	vertical-align: bottom;
}

.wpcf7-validates-as-required  {
	margin-top: 5px;
	margin-bottom: 5px;


}

.types  {
	text-align: left;
	margin-left: 111px;
	width: 75%;
	margin-right: 111px;


}

#temp  {
	width: 800px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	font-size: 90%;
	line-height: 150%;
	color: #CABF75;
	margin-top: 11px;
	margin-right: auto;
	margin-bottom: 11px;
	margin-left: auto;
}

.ngg-gallery-thumbnail a {
	border: none;
	background-color: #000000;
}

.centered {
	text-align: center;

}

.centered-box {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	

}

img, a img {
border: 0 none;}

a img {
	border: none;
}



