/**************************************
 * THEME NAME: standardcopy
 *
 * Files included in this sheet:
 *
 *   standardcopy/gradients.css
 **************************************/

/***** standardcopy/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

#banner {
	height:160px;
	color:#ecf4f7;
	background:url(pix/banner3.jpg) top right no-repeat;
	padding-left:34px;
	padding-top:30px;
}

#logo {
	height:50px;
	color:#ecf4f7;
	background:url(pix/logo.png) top left no-repeat;
	padding-left:34px;
	padding-top:30px;
	}

#linee {
	height:30px;
	background:url(gradient.jpg) top right repeat-x;
	padding-left:2px;
	padding-top:2px;
}


/***** standardcopy/gradients.css end *****/

