/* CSS Document */


/* HEAD TAGS*/

body {
	Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	background-color: #006699;
	margin: 11px; }

.class1 a:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 09pt;  }

.class1 a:visited { 
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 09pt;  }

.class1 a:hover { 
	color: #99CCFF;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 09pt;  }

.class1 a:active { 
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 09pt; }

/*STYLISH LINKS*/

.class2 a:link {
	color: #C00E13;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 09pt;  }

.class2 a:visited { 
	color: #99CCFF;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 09pt;  }

.class2 a:hover { 
	color: #99CCFF;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 09pt;  }

.class2 a:active { 
	color: #C00E13;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 09pt; }


/*STRUCTURE TAGS*/



#container { 
	width: 600px; 
	margin: 0px auto; 
	padding: 0px 0px 0px 0px; 
	border: 1px solid #000; 
	background-color: #fff; }

#navigation { 
	width: 600px; 
	margin: auto; 
	border: 0px; 
	text-align: center; }

#footer{
	width: 600px;
	height: 15px; 
	background-color: #000000; 
	border: 1px solid black;
	padding: 0; }


/*TEXT TAGS*/

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: bold;
	line-height: 20px;
	color: #000000;
	text-align: center;
	margin: 20px 15px 15px 15px; }

.h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: bold;
	line-height: 32px;
	color: #000000;
	text-align: center;
	margin: 20px 15px 15px 15px; }

h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: bold;
	line-height: 20px;
	color: #000000;
	text-align: center;
	margin: 20px 20px 20px 20px; }

.h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: bold;
	line-height: 20px;
	color: #000000;
	text-align: center;
	margin: 20px 20px 20px 20px; }

.h2left	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: bold;
	line-height: 20px;
	color: #000000;
	text-align: left;}

h3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align:left; 
	margin: 20px 20px 20px 20px; }


h4 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80px;
	font-style: bold;
	line-height: 20px;
	color: 000000#;
	text-align: center;
	margin: 20px 20px 20px 20px; }


p { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align:left; 
	margin: 20px 20px 20px 20px; }

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }

.product { 

	border: 1px solid #000; 
	padding: 1em; 
	background-color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11pt; 
	margin: 20px 20px 20px 20px; }

.order { 

	border: 4px dashed #000; 
	padding: 1em; 
	background-color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11pt; 
	margin: 20px 20px 20px 20px; }


.success { 

	border: 1px dotted #000; 
	padding: 1em; 
	background-color: #FFFFE0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11pt; 
	margin: 20px 20px 20px 20px; }

ul { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align:left;
	margin: 20px 20px 20px 20px; }

li { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align:left;
	list-style: bullet;
	margin: 20px 20px 20px 20px; }

.checkmark { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align:left;
	list-style-image: url(http://www.ultimaterealestatesystem.com/images/checkbox.gif);
	margin: 20px 20px 20px 20px; }

hr {
  	border: 0;
 	margin: 20px;
	color: #006699;
	background-color: #050618;
	height: 1px; }

/* TEXT DECORATION */

.underline {
	text-decoration: underline; }

.underlinebold {
	text-decoration: underline;
	font-weight: bold; }
.bold {
	font-weight: bold; }

.bolditalicize {
	font-weight: bold;
	font-style: italic; }

.italicize {
	font-style: italic; }

.italicizeunderline {
	font-style: italic;
	text-decoration: underline; }

.highlight {
	background-color: #99CCFF; }

.red { 
	color: #C00E13; }
/* IMAGE TAGS */

img {
	border-style: none; }

.float-right {
	float: right;
	margin: 0 10px 0px 0;
	padding: 0 0px 0px 0;
	border: 0px solid #000; }

.float-left {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	border: 0px solid #000; }



/* FORM TAGS */

div.error { 
	background-color: #FFCCdd; 
	border: 1px solid #990000; 
	padding: 0 15px; 
	margin-bottom: 15px; }

div.error ul { 
	list-style-type: disc; }

div.error ul li { 
	list-style-image: none; 
	list-style-type: disc; 
	margin: 0; }

