@charset "UTF-8";

/* general site styling */

h1,h2,h3,h4,h5,h6 {
	font-family: "Open Sans", sans-serif;
	;
	color: #ff3333;
}
h1 {
	font-size: 17px;
	color: #ff3333;
}

#wrapper {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	text-align:left;
	width:950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
a:link {
	color: #ff3333;
text-decoration:none;
}
a:visited {
	color: #ff3333;
	text-decoration:none;
}
a:hover {
	color: #ff3333;
	text-decoration:none;
}
a:active {
	color: #ff3333;
	text-decoration:none;
}
	

body {
	background-color:#FFFFFF;
	background-image:url(../images/main-includes/images/bg_01.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	margin:0;
}
#header {
	height: 120px;
	width: 950px;
}
#nav {
	height: 37px;
	width: 950px;
	padding-top: 4px;
}
#flash {
	height: 340px;
	width: 950px;
}
#bottomnav {
	height: 50px;
	width: 950px;
}
.leftcolnav {
	height: 40px;
	width: 150px;
}
#leftnavigatin {
	width: 327px;
	float: left;
	padding-right: 15px;
}

#leftnavigatin2 {
	width: 213px;
	float: left;
	padding-right: 15px;
}
#main-content {
	width: 585px;
	float: left;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: 3px;
	border-left-style: solid;
	border-top-color: #A4A4A4;
	border-right-color: #A4A4A4;
	border-bottom-color: #A4A4A4;
	border-left-color: #A4A4A4;
	padding-left: 15px;
	list-style-type: square;
}

#main-content2 {
	width: 692px;
	float: left;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: 3px;
	border-left-style: solid;
	border-top-color: #A4A4A4;
	border-right-color: #A4A4A4;
	border-bottom-color: #A4A4A4;
	border-left-color: #A4A4A4;
	padding-left: 15px;
	list-style-type: square;
	font-size: 13px;
}
.centertitle {
	text-align: center;
	background-color: #666666;
	margin-bottom: 15px;
}
.title-left-align {
	text-align: left;
	background-color: #666666;
	padding-left: 3px;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.title-left-align2 {
	text-align: left;
	padding-left: 3px;
}

.body-content img {
	padding: 3px;
	float: right;
	margin-left: 35px;
	margin-bottom: 15px;
}
.right-align-logo {
	text-align: right;
	margin-bottom: 4px;
	padding-right: 10px;
}
#footer {
	height: 200px;
	width: 950px;
}
#footer1 {
	color:#666666;
	font-family:"Open Sans", sans-serif;
	font-size:11px;
	text-align:center;
	width:950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/main-includes/images/footer-new_38.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 90px;
	font-weight: bold;
}


#wrapper2 {
	width: 100%;
	background-image: url(../images/main-includes/images/footer2_30.jpg);
	background-repeat: repeat-x;
}



#pageheader {
	height: 120px;
	width: 940px;
	margin-bottom: 10px;
}



/* nav styling */


ul#css3menu,ul#css3menu ul{
	margin:0;list-style:none;padding:0;background-color:#dedede;border-width:1px;border-style:solid;border-color:#5f5f5f;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;}
ul#css3menu ul{
	display:none;position:absolute;left:0;top:100%;-moz-box-shadow:3.5px 3.5px 5px #000000;-webkit-box-shadow:3.5px 3.5px 5px #000000;box-shadow:3.5px 3.5px 5px #000000;padding:0 10px 10px;background-color:#FFFFFF;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;border-color:#d4d4d4;}
ul#css3menu li:hover>*{
	display:block;}
ul#css3menu li:hover{
	position:relative;}
ul#css3menu ul ul{
	position:absolute;left:100%;top:0;}
ul#css3menu{
	font-size:0;
	float:left;
	display: block;
}
ul#css3menu li{
	display:block;white-space:nowrap;font-size:0;float:left;}
ul#css3menu>li,ul#css3menu li{
	margin:0;}
ul#css3menu a:active, ul#css3menu a:focus{
	outline-style:none;}
ul#css3menu a{
	display:block;vertical-align:middle;text-align:left;text-decoration:none;font:bold 14px Trebuchet MS,sans-serif;color:#ffffff;text-shadow:#FFF 0 0 1px;cursor:pointer;padding:10px;background-color:#666666;;background-repeat:repeat;background-position:0 0;border-width:0 0 0 1px;border-style:solid;border-color:#C0C0C0;}
ul#css3menu ul li{
	float:none;margin:10px 0 0;}
ul#css3menu ul a{
	text-align:left;padding:4px;background-color:#FFFFFF;background-image:none;border-width:0;font:14px Tahoma,sans-serif;color:#000;text-decoration:none;}
ul#css3menu li:hover>a{
	background-color:#ff3333;
	border-color:#C0C0C0;
	border-style:solid;
	color:#ffffff;
	text-decoration:none;
	text-shadow:#FFF 0 0 1px;
	background-position:0 100px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
}
ul#css3menu img{
	border:none;vertical-align:middle;margin-right:10px;}
ul#css3menu img.over{
	display:none;}
ul#css3menu li:hover > a img.def{
	display:none;}
ul#css3menu li:hover > a img.over{
	display:inline;}
ul#css3menu span{
	display:block;overflow:visible;background-position:right center;background-repeat:no-repeat;padding-right:0px;}
ul#css3menu ul li:hover>a{
	background-color:#FFFFFF;
	background-image:none;
	color:#ff3333;
	text-decoration:none;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
ul#css3menu li.topfirst>a{
	height:5px;line-height:5px;border-radius:0px 0 0 0px;-moz-border-radius:0px 0 0 0px;-webkit-border-radius:0px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;}
ul#css3menu li.topfirst:hover>a{
	line-height:5px;}
ul#css3menu li.topmenu>a{
	height:5px;line-height:5px;}
ul#css3menu li.topmenu:hover>a{
	line-height:5px;}
ul#css3menu li.toplast>a{
	height:5px;line-height:5px;border-radius:0 0px 0px 0;-moz-border-radius:0 0px 0px 0;-webkit-border-radius:0;-webkit-border-top-right-radius:0px;-webkit-border-bottom-right-radius:0px;}
ul#css3menu li.toplast:hover>a{
	line-height:5px;}
#whitebg {
	background-color: #FFFFFF;
	width: 950px;
	padding-left: 6px;
}
#right-padder {
	width: 590px;
	padding-top: 6px;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	line-height: 18px;
	color: #333;
	text-align: justify;
}


/* form styling */

.cflite {
	width: 450px;
	font-family: arial;
}
.cflite_td {
	padding:4px;
	font-size:12px;
}
.cflite p {
	padding:4px;
}
.cflite label {
	padding:4px;
}
label {
 padding-right:10px
}
.required {
 font-weight:bold;
}
.required_star {
 font-weight:bold;
 color:#F00;
}
.not-required {
 font-weight:normal
}
.newbroderimage {
	margin-bottom: 25px;
}

ul.givemestrength {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 10px;
}
.products {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	width: 690px;
}
.product-images {
	height: 138px;
	width: 314px;
	float: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
	padding-right: 2px;
}

.product-images2 {
	height: 65px;
	width: 220px;
	float: right;
	padding-top: 15px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
	padding-right: 9px;
}
.product-images22 {
	float: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
	padding-right: 2px;
}

.product-image32 {
	float: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
	padding-right: 2px;
	width: 205px;
	height: 204px;
}
#bottom-wrap {
	height: 50px;
	width: 950px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
	text-align: center;
}
