

/*** IMPORTATION ***/

@import url(menu.css); 
@import url(login.css); 
@import url(footer.css); 
@import url(right.css); 
@import url(contact.css); 
@import url(register.css); 
@import url(payment.css); 

html, body {
	margin: 0; 
	padding: 0; 
	border: 0;	
}

body {
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	background: #37a140 url(../img/bg_intro.gif) repeat-x;
	color: #000;
}

p {
	margin: 6px 0; 
}


p.align-center{
    	text-align: center;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus {
	background-color: #eeeeee;
	border: 1px solid #333333;
        padding: 1px;
        padding-top: 2px;
        padding-bottom: 2px;
}

.clear { clear: both; }

#cleardiv {
	clear: both;
	height: 1em;
}

#wrapper {
	/*margin: 0 auto;*/		/*** activate to center the whole wrapper in the page ***/
	width: 980px;
	height: 670px;
	text-align: left;
	background-image: url("../img/intro-larg.gif");
	background-repeat: no-repeat;
	border: 0; /* 1px solid black; */
}

* html #wrapper {   /*** IE5.x/win box model fix ***/
	width: 980px;
	wid\th: 978px;
}

img{
	border: 0;
}

#center_container {
	/*border: 1px solid red;*/
	margin: 0;
	padding: 0;
}

#center_container a{
        color: #ca1a28;
}

a:hover{
        text-decoration: none;
}


#price_image {
	position: absolute;
	top: 110px;
	left: 500px;
}


/*** Static fixes ***/

/*** Below is the Holly hack, and if IE/Win shows bugs it's a good idea to apply this hack to 
	different elements and see if that fixes the problem. Sometimes it may be necessary 
	to use "position: relative;" on certain elements, but it's hard to tell in advance which 
	elements will need such fixes. Here it prevents IE5/Win from clipping the left ends 
	of the headings. ***/
/* \*/
* html h2 {height: 1%;}
/* */


/*** This is a fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html #left {margin-right: -3px;}
/* */


p, ul, li{
	margin:0;
	padding:0;
}


#rightcol {
	position: absolute;
	top: 110px;
	left: 648px;
	width: 300px;
	height: 450px;
}

#rightcontent {
	font-size: 8pt;
	width: 295px;
	padding-right: 15px;
	overflow: auto;
}


