/* Start of CMSMS style sheet 'weldpower' */
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/

a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #898989; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #898989;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: inherit;
   color: #ed1c24;
}

/*****************
basic layout 
*****************/
body {
   background-color: #272626;
   margin:1em; /* gives some air for the pagewrapper */
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;

}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   width: 780px; 
    background-image: url(uploads/images/wpower_bg.gif); 
  
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 119px; /* adjust according your image size */
   width:780px;
   background-image: url(uploads/images/wpower_03.gif); 
   background-repeat:no-repeat;          
}


div#slideshow {
   width:780px;
   height:186px;
}

div#main{
   width: 435px;
   padding: 5px;
   padding-left:30px;
   float: left;
   clear: left;
   
   min-height: 402px;	
  word-wrap: break-word; 
}


div#sidebar{
   width: 300px;
   padding: 5px;
   margin-top:20px;
   float:right;
   
}

div#sidebar.hascontent {
  padding:5px;
   width: 300px; /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#specials{
   width: 267px;
   padding: 5px;
   margin-left:11px;
   margin-right:12px;
   margin-top:20px;
   float:center;
   background-color: #f3ec19;
min-height:200px;
}



div#footer {
clear:both; 
height: 90px;
width:780px;
background-image: url(uploads/images/wpower_08.gif);
background-repeat:no-repeat;
background-position:top;
background-color:#272626;
} 

div#footer.hascontent {
  
   width: 780px; /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer p {
   font-size: 10px;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
   color: #fff
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   color: #ed1c24; 
   font-size: 14px;  /* font size for h1 */
   line-height: 1em;
   margin-bottom: 10px;
margin-top:20px;
}

div#content h2 {
   color: #f57f20; 
   font-size: 12px;  /* font size for h1 */
   line-height: 1em;
   margin-bottom: 10px;
}

/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

/* Sample FormBuilder CSS base */
	form {margin-top:0}
	form, td, th, li { font-size: 100%}
	form div {margin-bottom:0}
	fieldset div {
		margin-bottom:0.5em;
		margin-left:1em;
padding:0.5em;

	}
	fieldset div div {
		margin-top:0.5em;
		margin-left:1em
	}
	fieldset {border:none;
		margin-bottom:1em;
		padding:0.5em;
margin-right:1em
	}
	fieldset label {
		width:auto;
	}
	
	textarea {
		margin: 0.5em 0;
		width:98%;
		height: 12em
	}

	/* Apply this class to text/select input fields with shorter labels
		to help alignment */
	.short-label label {float:left; width:10em}
	.short-label fieldset div input,
	.short-label fieldset div select {width:16em}

	/* Just a bit more room for the Submit button */
	.submit {margin-top:0.5em}

/* End of 'weldpower' */

