@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(images/jpegs/background2.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	line-height: 22px;
}


.twoColFixRtHdr #container { 
	width: 998px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

a:link {
color: #890C29;
}

a:visited {
color: #890C29;
}

a:hover {
color: #666;
}

a:active {
color: #890C29;
}


.twoColFixRtHdr #header { 
	background: url(images/jpegs/headerbg.jpg) repeat-x;
	width: 998px;
	height:80px; 
	padding: 0 00px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
color: #333;
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border-left: 1px solid #CCCCCC;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top:20px;
	padding: 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 20px 310px 20px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #fullscreen { 
	margin: 20px 0px 20px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E8E8E8;
	border: 1px solid #CCCCCC; 
	height: 110px;
	color:#666666;
	font-size: 12px;
} 

.twoColFixRtHdr #footer a:link {
color: #666;
}

.twoColFixRtHdr #footer a:visited {
color: #666;
}

.twoColFixRtHdr #footer a:hover {
color: #890C29;
}

.twoColFixRtHdr #footer a:active {
color: #666;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltrt_border { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 5px;
	padding: 5px;
	border: 1px solid #ccc;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearboth {
clear:both;
}



.description {
width: 100%;
}

.domain {
float: right;
font-family:Geneva, Arial, Helvetica, sans-serif;
margin: 10px;
color:#AB052B;
font-size: 20px;
font-weight: bold;
}

#topnav {
padding: 10px;
height: 40px;
background:url(images/jpegs/topnavbg.jpg) repeat-x;
}

#topnav ul {
margin: 0;
padding: 0;
list-style-type: none;
display: inline;
float: right;
font: Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size: 12px;
text-transform:uppercase;
font-weight: bold;
}

#topnav li {
padding: 10px;
display: inline;
}

#topnav li a:link {
font: Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size: 12px;
text-decoration: none;
}

#topnav li a:visited {
font: Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size: 12px;
text-decoration: none;
}

#topnav li a:hover {
font: Verdana, Arial, Helvetica, sans-serif;
color:#ccc;
font-size: 12px;
text-decoration: none;
}

#topnav li a:active {
font: Verdana, Arial, Helvetica, sans-serif;
color:#AB052B;
font-size: 12px;
text-decoration: none;
}

#flash {
margin-top: -20px;
}

#flash2 {
margin-top: -20px;
}

h1 {
font-size: 25px;
color: #666666;
letter-spacing: -2px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: normal;
}


#sidebar1 h2 {
font-size: 22px;
color: #333;
letter-spacing: -2px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: normal;
margin-top: -10px;
}

#sidebar1 ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align:center;
}

#sidebar1 li {
color: #333;
font-size: 14px;
padding: 5px 5px 5px 5px;
background: #EDEDED;
margin-bottom: 3px;
}

h3 {
font-size: 18px;
color: #666666;
letter-spacing: -2px;
font: Arial, Helvetica, sans-serif;
font-weight: normal;
}


.smkcreations {
color: #890C29;}

.feature {
height: 140px;
width: 440px;
background: url(images/jpegs/featurebg.jpg) repeat-x;
}

.feature h2 {
color:#FFFFFF;
font-size: 18px;
letter-spacing: -2px;
padding: 10px;
margin-bottom: -20px;}

.feature h2 a:link{
color:#FFFFFF;
font-size: 18px;
letter-spacing: -2px;
padding: 10px;
margin-bottom: -20px;
margin-left: -10px;
}

.feature h2 a:visited{
color:#FFFFFF;
font-size: 18px;
letter-spacing: -2px;
padding: 10px;
margin-bottom: -20px;
margin-left: -10px;
}

.feature h2 a:hover{
color:#890C29;
font-size: 18px;
letter-spacing: -2px;
padding: 10px;
margin-bottom: -20px;
margin-left: -10px;
}

.feature h2 a:active{
color:#FFFFFF;
font-size: 18px;
letter-spacing: -2px;
padding: 10px;
margin-bottom: -20px;
margin-left: -10px;
}

.featureimage {
float: left;
margin: 10px;}

.feature p {
color:#FFFFFF;
size: 14px;
}

.featurebutton {
float:right;
margin: 10px;
}

.footerleft {
float: left;
width: 400px;
}

#twitter_update_list {
font-size: 12px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

ul#twitter_update_list {
margin: 15px 0 0 0;
padding: 0;
list-style-type: none;
}

.twittericon {
float:left;
padding:0 5px 0 0;
}

.footerright {
float: right;}

/* ----------------------------Form--------------------------------------------------------------------------------- */

fieldset {
margin: 1em 0;
padding: 1em;
border: 1px solid #ccc;
}

legend {
font-weight: bold;
color: #890C29;
}

textarea {
width: 300px;
height: 100px;
background-color: #E8E8E8;
border: 1px solid #ccc;
}

form label {
padding-top: 5px;
float:left;
width: 150px;
}

form input {
width: 300px;
height: 28px;
background-color: #E8E8E8;
border: 1px solid #ccc;}




#quote label {
padding-top: 5px;
float:left;
width: 550px;
}

#quote input {
width: 550px;
height: 28px;
background-color: #E8E8E8;
border: 1px solid #ccc;
margin-bottom: 5px;}

#quote textarea {
	width: 550px;
height: 128px;
	}






ul#gallery {
list-style-type:none;
}

ul#gallery li{
display: inline;
}

ul#gallery2 {
list-style-type:none;
}

ul#gallery2 li{
display: inline;
}

.workimage {
border: 1px solid #ccc;
padding: 3px;
margin-bottom: 10px;
margin-top: 10px;
float:left;
}




#sidebar1 a:link {
color: #890C29;
text-decoration: none;
}

#sidebar1 a:visited {
color: #890C29;
text-decoration: none;
}

#sidebar1 a:hover {
color: #333;
text-decoration: underline;
}

#sidebar1 a:active {
color: #890C29;
text-decoration: underline;
}

#calltoaction{
font-family: Verdana, Georgia, Times, Serif;
font-size:20px;
font-weight: bold;
text-transform:uppercase;
width:225px;
height:54px;
top:0px;
color: #fff;
border: 1px solid #666666;
background-color: #890C29;
padding: 5px 10px 5px 10px;
text-decoration: none;
}

#calltoaction:visited {color:#fff;}
#calltoaction:hover {color:#000;}

#fullscreen h2, h3 {
padding: 0;
margin:0;}

#fullscreen h3 {
font-size: 13px;
font-weight: bold;
}

#fullscreen h2 a:link {
color:#666666;
}

#fullscreen h2 a:visited {
color:#666666;
}

#fullscreen h2 a:hover {
color:#666666;
text-decoration:none;
}

#fullscreen h2 a:active {
color:#666666;
}

.testimonial {
float:right;}




#marginForm fieldset {
	display: block;
	margin: 0 0 1em 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #000000;
	padding: 0 1em 1em 1em;
}

