@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End CSS reset */
body {
	background:transparent url('images/')no-repeat center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	line-height:1.5em;
	}
	
#datepicker {color:#fff;
background-color:#333;
padding:4px 4px 4px 4px;
}

.credits {
color:#C72B35;
}
/* Nav*/ 
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(nav/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: inherit;
	font-size: 100%;
	font-weight: normal;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(nav/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;

}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(nav/menur_hover_right.gif) no-repeat right; /*right tab image path*/
}


#wrap {
	width:100%;
	height:auto;
	text-align:left;
	background:transparent;
	}
	
#container {
	width:860px;
	height:auto;
	margin: 33px auto 0 auto;
	background:#fff;
	padding:10px 20px 100px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	line-height:1.4em;	
	/*border:8px solid #f15c30;*/
	
	}
form .ddfm .fieldwrap p{
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;

	}

.fm_text,  .fmcheck {
	margin:15px 5px 15px 5px;

	}
	
.main-image {
	height:334px;
	width:619px;
	/*border-right:8px solid #E46322;*/
	padding: 0px 0px 0px 0px;
	margin-bottom:10px;
	background-color:#fcfcfc;
	background-image: url('img/');
	background-repeat:no-repeat;
	background-position: top left;
	overflow:hidden;
	}
	
.nav {
	margin-top:20px;
	}
	
.sidebarright {
	background-color:transparent;
	background-image: url('images/right_callout.png');
	background-repeat:no-repeat;
	background-position: bottom center;
	float:right;
	width:220px;
	height:319px;
	padding:8px 5px 5px 5px;
	
}

.sidebarright h2 {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight:bold;
	color:#c72b35;

	}

.sidebarright p {
	padding: 14px 17px 0px 17px;
	}	

.sidebarright ul,li {
	margin:0 17px 0px 17px;
	}
		
.right {
	background:#c72b35;
	color:#fff;
	font-weight:bold;
	width:360px;
	height:auto;
	float:right;
	text-align:left;
	line-height:1em;
	margin:2px 0 50px 0;
	padding:10px 10px 10px 20px;
	border:2px dotted #fff;
	}
form {
	line-height:2em;
	}
textarea {width:98%;}
.fmtext{width:190px;margin-left:5px;}
.fmselct {margin-left:5px;}

.right h1 {font-size:130%;
	font-weight:normal;
	margin:5px 0 20px 0;
	padding:4px 0 5px 0;
	border-bottom:solid 1px #fff;}	

.content {
	background:#fff;
	height:auto;
	width:420px;
	padding: 5px 15px 5px 15px;
	}
	
.content p {
	padding:5px 0 20px 0;
}

.content li {
	list-style-type:circle;
	font-weight:bold;
	padding:0 0 8px 0;
	}

.packaging {
	margin:10px 0 0 0;
	padding:10px 0 0 0;

}

.packaging h1 {
	font-size:1.5em;
	font-weight:bold;
	}

.packaging p {
	padding: 14px 17px 8px 17px;
}

#footer {
	background:#fff;
	height:100px;
	}
