/********************************************
   AUTHOR:  			Erwin Aligam
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Refresh
   TEMPLATE CODE: 	S-0002
   VERSION:          1.0
 *******************************************/

/********************************************
   HTML ELEMENTS
********************************************/

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #EAEAEA;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333;
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #0000FF;
	background: inherit;
}
a:hover {
	color: #3BAF02;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 110%;
	color: #666666;
}

/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;
}
ul span, ol span {
	color: #666666;
}


/* form elements */
#main form {
	margin:0 10px;
	padding: 0 5px;
	background-color: #FAFAFA;

}
#main label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
#main input {
	padding:2px;
	border:1px solid #CCC;
	font: bold 1.3em Verdana, sans-serif;
	color:#777;
}
#main input.button {
	margin: 0;
	font: bold 14px Arial, Sans-serif;
	border: none;
	padding: 2px 3px;
	background: #FFF;
	color: #87C32C;
}


/********************************************
   LAYOUT
********************************************/
#wrap {
	width: 820px;
	background: #EAEAEA url(images/content.jpg) repeat-y 1px top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0;
	margin: 0 auto;
}
#header {
	width: 820px;
	position: relative;
	height: 106px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header div#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;

	/* change the values of top and left to adjust the position of the logo*/
	top: 30px; left: 50px;
}
#header h1#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;

	/* change the values of top and left to adjust the position of the slogan*/
	top: 80px; left: 58px;
}

/* Menu */
#menu {
	clear: both;
	margin: 0; padding:5px 0 0;
	background: url(images/menu.jpg) repeat-y center top;
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 21px;
	text-align:center;
}
#menu ul {
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;
}
#menu ul li#current a {
	background-color: #FFF;
	color: #333;
}

/* Main Column */
#main {
	float: right;
	width: 72%;
	padding: 0; margin: 0;
}
#main h2 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #CA0405;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-green.png) no-repeat 3px 50%;
}
#main h3 {
	margin:10px 0 0;
	line-height:1.0em;
}
#main p {
	margin:0;
	line-height:1.1em;
}


/* Sidebar */
#sidebar {
	float: left;
	width: 26.5%;
	padding: 0; margin: 0;
}
#sidebar h2 {
	margin-top: 10px;
	padding: 5px 0 5px 10px;
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom;
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1;
	margin: 0;
}
#sidebar .left-box img {
	border:0;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go.gif) no-repeat 5px 5px;
	padding: 2px 0 2px 25px;
	margin: 0 2px;
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;
	background-image: none;
}

/* Footer */
#footer {
	color: #666666;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px;
	text-align: center;
	font-size: 92%;
	margin-top:15px;
}
#footer a { text-decoration: none; }


/* display and additional classes */
.clear { clear: both; }
.gray { color: #87C32C; }




ul#form
{
    clear: both;
	text-align:left;
	list-style-type:none;
}
ul#form li
{
}
#address_box
{

}

.option
{
    padding: 2px 0;
	color: #87C32C;
}

.option label
{
}
#error
{
	background-color: #87C32C;
	border-top: 1px solid #87C32C;
	border-bottom: 1px solid #87C32C;
	clear: both;
	color: #FFFFFF;
}


#error p
{
    margin: 5px;
}
#triggercontent {
	display:none;

}
