html, body {
	height: 100%;
}

body {
	font: 11px/1.6 Arial, sans-serif;
	background: #FF9899 url(bg.jpg) no-repeat center;
	color: #444;
	overflow: -moz-scrollbars-vertical;
}

body, h1, h3, p {
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: #5275b4;
	font-weight: bold;
	outline: none;
}

a:hover, a:active {
	color: #849cc9;
}

strong {
	color: #b90bc4;
}

em {
	font-style: normal;
	color: #769531;
}

#container {
	background: url(container.png) top center repeat-y !important;
	background: url(container.gif) top center repeat-y; 
	width: 447px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; 
}

#header {
	height: 91px; 
	width: 447px;
	margin-bottom: 0 !important;

	
}



#header h1 span, #footer span {
	display: none;
}

#content {
	width: 361px;
	padding-left: 41px;
}

h3 {
	padding: 4px 10px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #222;
	background: #f68bc8;
	cursor: pointer;
	

}
.accordion
{
	border:1px solid #ffffff;
}

h4 {
	margin: 0;
	padding: 5px 10px 0;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #eee;
}

ol {
	margin: 0;
	padding: 0 10px 5px 35px;
}

h3 a:link, h3 a:visited {
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #222;
}

h3 a:hover, h3 a:active {
	color: #222;
}

h3.news, h3.contact, h3.prices {
	background: #f9bee0;
}
ol, ul {
	margin: 0;
	padding: 0 10px 5px 35px;
}
h3.folio, h3.demo, h3.services {
	background: #fbddee;
}

p {
	padding: 5px 10px;
	color: #444;
	background: #fff;
}

label
{
	padding: 0px 0px 0px 5px;
	color: #444;
}
.large
  			{
  				font-size: 17px;
  				font-weight:bold;
  			}	
#footer a {
	display: block;
	height: 60px;
	width: 355px;
	background: url(footer.png) top right no-repeat;
	margin-left: 45px;
	padding-bottom: 30px;
}



.green
{
	border: 1px solid green;
}
.red
{
	border: 1px solid red;
}
.button
{
	border: 1px solid #000000;
	font-size:11px;
	color:#000000;
	background-color:#f68bc8;
	height:18px;

}	

.textIn, .green, .red
{
	font-size:11px;
	height:14px;
}
.textIn
{
		border: 1px solid #000000;

}

form
{
	padding:0px !important;
	margin: 0px !important;
}
.pay
{
	width:100%;
	height:50px;

}	
.pay label
{

}

.pay td *
{

	margin-right:3px;
}
.paddingRight
{
	padding: 0px 5px 5px 0px;
}
.quote
{
	font-size:17px;
}
.rightAlign
{
	width:95%;
	text-align:right;
	border-bottom: 1px solid #cccccc;
}	