/* @override 
	http://localhost/~michaelcaruso/egs_svn_1/view/css/style.css
	http://mjc.local/~michaelcaruso/evergreen/view/css/style.css
	http://localhost/~michaelcaruso/egs_svn/view/css/style.css
	http://localhost/~michaelcaruso/egs_svn_1/view/css/style.css
*/

a {
	text-decoration: none;
	color: #0073B3;
}

#firsttime {
	float: right;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	display: none;
}

#firsttime p {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}

#firsttime p a {
	padding: 5px 10px;
	background: #fff;
	
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	
	-moz-box-shadow: 0px 2px 5px #000;
	-webkit-box-shadow: 0px 2px 5px #000;
	box-shadow: 0px 2px 5px #000;
}

a:hover {
	text-decoration: underline;
	color: #0073B3;
}

a:visited {
	color: #0073B3;
}

a img {
	border: 0px;
}

body {
	font: normal normal normal 13px/18px "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
    text-rendering: optimizeLegibility;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
}

#bodyindex {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	text-align: left;
}

.bold {
	font-weight: bold;
}

/* @group Header */

#header {
	font-size: 12px;
	/* border-bottom: 1px solid #5c5c5c; */
	margin: 0;
	padding: 0;
	background-color: #305617;
	/* background-color: #006000; */
	height: 52px;
	color: #fff;
	background-image:url('gradient-3.jpg');
	background-repeat:repeat-x;
	background-position:bottom left;
	text-align: left;
}

div#launch_video {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#header h2 {
	font-size: 40px;
	color: #000;
	margin: 0;
	position: static;
}

h2#title {
	position: absolute;
	padding-left: 20px;
	color: #fff;
	padding-top: 0px;
}

#header #title #logo {
	/* height: 33px;
	padding-top: 4px; */
	padding: 4px 0px 0px 0px;
	margin: 0px;
}

#header #title img {
	padding: 0px;
	margin: 0px;
}

#header ul {
	list-style-type: none;
	list-style-image: none;
	
	float: none;
	text-align: right;

	margin: 0px 20px 0px 0px;
	
	position: absolute;
	display: inline;
	top: 10px;
	right: 0px;
	
	padding: 0px;
	width: 700px;
}

#header ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.15em;
}

#header ul li a {
	color: #fff;
	text-decoration: none;
}

#header ul li a:hover{
	text-decoration: underline;
}

#header ul li form {
	display: inline;
	float: none;
}

#header input#searchbox {
	height: 25px;
	width: 200px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 12px;
	-mozilla-border-radius: 12px;
}

#header #currentpage {
	background-color: #fff;
	padding: 5px 9px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	color: #305617;
}

#header input.searchbutton {
    margin: 0px;
	border: 0px solid #fff;
	
	height: 25px;
	width: 30px;
	font-size: 16px;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff; /* old browsers */
    color: #305617;
    text-shadow: 0 -1px 0 #fff;
    
    display: none;
}

#header .button:hover {

}

#header .button:active {
    /*position: relative;*/
    /*top: 5px;*/
    background: #305617;
    color:  #fff;
    /*
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    */
}

#arrow {
	float: right;
	margin: 0px 30px;
	padding: 0px;
}

#header a#headeraddproduct {
	border: 1px solid #fff;
	padding: 5px;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-mozilla-border-radius: 3px;
	text-decoration: none
}

#header a#headeraddproduct:hover {
	background-color: #fff;
	color: #305617;
	text-decoration: none;
}

/* @end */

#postit p {
	margin: 10px auto;
	text-align: center;
}

#postit p img {
	width: 175px;
}

/* @group NEW PRODUCT LISTING */

#bodyindex table.product_table .productname {
	font-size: 40px;
}

td.price {
	font-size: 12px;
}

td.comments {
	display: none;
}

td.shortdescription {
	
}

td.description {
	display: none;
}

td.productname {
	font-size: 30px;
}

/* @end */

#loginsignup {
	float: none;
	right: 0;
	top: 0;
	margin: 0;
	position: relative;
	text-align: right;
	font-size: 12px;
	padding: 5px;
}

/* @group RIGHT SIDEBAR */

#rightsidebar {
	
}

span#plus {
	font-weight: bold;
	font-size: 20px;
	
}

#addproduct p {
	font-size: 16px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}

#addproduct .text {
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}

#addproduct p img {
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}

#addproduct a {
	text-decoration: none;
}

#suggestchanges p {
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}

#tweet {
	margin: 10px 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#tweet ul {
	list-style-type: none;
	list-style-image: none;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

/* @end */



/* @group Footer */

#footer {
	padding-top: 20px;
	border-top: 1px solid #ddd;
	background-color: #eee;
}

#footer p {
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

table#links {
	width: 350px;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}

table#links tr, table#links td {
	margin: 0px;
	padding: 0px;
}

/* @end */

li.ui-menu-item {
	font-size: 11px;
	font: helvetica;
	text-align: left;
}

ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
	-webkit-border-radius: 3px;
}

br.clear {
	clear: left;
	margin: 0px;
	padding: 0px;
}

