/* **************************************************************** */
/* ***** STYLESHEETS FOR CLASSIC ROOFING AND SIDING ***** */
/* **************************************************************** */
.copyright								{color: #FFFFFF; font-size: 7pt; margin-top: 8px; margin-bottom: 8px; margin-left: 8px; margin-right: 8px;}
.disclaimer								{font-style: italic; color: gray; margin-left: 40px;}
.highlight								{background-color: yellow;}
.navselected							{
										background-image: url(../images/site/navigation/leftmenu-selected.jpg);
										background-position: bottom left;
										background-repeat: no-repeat;
										}
a										{color: #4B7BA7; text-decoration: underline;}
a:hover									{color: #4B4D9F; text-decoration: underline;}
a:active								{color: #4B7BA7; text-decoration: underline;}
a.redundantmenu							{color: #FFFFFF; text-decoration: none;}
a.redundantmenu:hover					{color: #FFFFFF; text-decoration: underline;}
a.redundantmenu:active					{color: #FFFFFF; text-decoration: underline;}
address									{font-style: normal;}
address, h1, h2, h3, h4, h5, h6, hr, p	{margin-left: 20px; margin-right: 20px; font-size: 8pt;}
body									{font-family: verdana, arial, sans-serif; background-color: #FFFFFF; font-size: 8pt;}
h1, h2, h3, h4, h5, h6					{font-family: arial, verdana, sans-serif; font-weight: normal;}
h1										{font-size: 14pt; color: #424591; margin-top: 20px;}
h2										{font-size: 11pt; color: #000000; margin-top: 40px; font-weight: bold;}
h3										{font-size: 8pt; margin-top: 10pt; margin-bottom: 2pt; font-family: verdana, arial, sans-serif; font-weight: bold; text-align: center;}
hr										{color: #CDC5AD; height: 1px;}
p.backtotop								{text-align: right;}
p.supplierslinks						{font-size: 8pt; text-align: center; margin-bottom: 20px;}
li, ol, ul								{font-size: 8pt;}
th										{font-size: 8pt; font-weight: bold;}
ul										{list-style-type: disc; list-style-image: url(../images/bullet_round-blue.gif); font-size: 8pt;}

#specialize {
                                                                                background: url('../images/site/homepage_specializations.gif') no-repeat;
                                                                                height: 209px;
                                                                                margin: 0;
                                                                                margin-left: 25px;
                                                                                padding: 20px;                                                           
}

#specialize p {
                                                                                font-size: 17px;
                                                                                color: #4B4D9F;
                                                                                margin: 0;
                                                                                padding: 0;
                                                                                padding-bottom: 5px;
}

#specialize ul {
                                                                                padding: 1px 1px;
                                                                                margin: 0;
                                                                                padding-left: 40px;
}

#specialize li {
                                                                                padding: 1px 0;
}

/* ============================================================================= Forms === */

form { 
	float: left;
	width: 490px;
        margin-left: 20px;
}

form label {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	width: 200px;
	display: block;
	float: left;
	margin: 10px;
}  

form input {
	background: #F7F7F7;
	border: solid 1px #BBB;
	border-bottom-color: #DDD;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin: 0;
	width: 230px;
	float: left;
	margin: 10px;
}

form textarea {
	font-family: arial, verdana, sans-serif;
}

form #textareainfo {
	font-weight: normal;
	font-style: italic;
	color: #8E1922;
}

form input[type='text'], form input[type='password'], form input[type='file'], form select, form textarea {
	background: #F7F7F7;
	border: solid 1px #BBB;
	border-bottom-color: #DDD;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin: 0;
	width: 230px;
	float: left;
	margin: 10px;
}

form input[type='text']:hover, form input[type='password']:hover, form input[type='file']:hover, form input[type='submit']:hover, form input[type='button']:hover, form textarea:hover {
	border-color: #888;
}

form input[type='text']:focus, form input[type='password']:focus, form input[type='file']:focus, form textarea:focus {
	background: #FFF;
	color: #333;
}

form .req input, form .req select, form .req select, form .req textarea {
	border: red 1px solid; 
	background: #FFF5BF;
}

input.radio {
	width: 10px;
	margin-bottom: 20px;
}

.radio-label {
	float: left;
	padding-top: 7px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

p.check-box {
	float: left;
	font-size: 13px;
	margin-left: 280px;
	margin-bottom: 10px;
}

form input.check-box {
	width: 20px;
	height: 10px;
	padding: 0;
	margin: 0;
	margin-top: 3px;
}

form input.button {
	clear: both;
	float: right;
	border: none; 
	height: auto;
	width: auto;
	margin: 0;
	margin-right: 25px;
	padding: 10px 20px;
	cursor: pointer;
	background-color: #4B4D9F;
	color: #FFF;
}

form input:hover.button {
	background-color: #9E8435;
	color: #FFF;
}

.req {
	color: #8E1922;
}

.error {
          color: #8E1922;
          font-size: 10px;
     
    
          
                                                                                
}

form input.error {
	border: solid 1px #8E1922;
}
