/*
	Theme Name: ConsultCommerce CMS
	Theme URI: 
	Description: Site styles
	Version: 1.0
	Author: Consult Commerce Ltd.
	Author URI: http://consultcommerce.com
*/


body {	
	color: black;
}

/*--------------------------------------------------------------------------*/

/*
** >> ELEMENTS
*/
html {
	margin: 0;
	padding: 0;
	background:#FAFAFA;	
}
body {
	margin: 0 auto;
	padding:2em;
	width: 800px;
	color: #000000;
	font: 13px Tahoma, Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	color: #AA0000;
	font-family: "Trebuchet MS", Arial;
	font-weight: normal;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px; margin: 0 0 .75em 0;
}
h3 
{
	color: #000000;	
	font-size: 17px; margin: .75em 0 .5em 0;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}

div {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 1.5em 0;
}

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}


a				{color: #aa0000; text-decoration: none;}
a:hover				{color: #aa0000; text-decoration: underline;}

/*---------------------------------------------------------------------*/

.box {
    border:1px solid #dbdbdb;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
    
    -moz-box-shadow:5px 5px 60px #d0d0d0;
	-webkit-box-shadow:5px 5px 60px #d0d0d0;
	box-shadow:5px 5px 60px #d0d0d0;

    
    padding:2em;
    background:#FFF url(../images/error/pt-bgr.png) right bottom no-repeat;
    min-height:380px;
    _height:380px;
}
