/* Start of CMSMS style sheet 'Layout: uniquelyServices' */
/*
Secondary stylesheet for Uniquely Yours Business Services.
Author: Heather Feuerhelm, Uniquely Yours Business Services.
Version 2, March 9, 2008
This stylesheet provides additional styles required for the services page.
*/

/* hack for Internet Explorer */
html #services {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

#services ul li {
	font-size: 1em;
}

/* Style for nested <ul> */
#services ul li ul{
	font-style: italic; font-size: 90%;
	list-style-type: circle;
	white-space: normal;
}


#admin {
	background: url(uploads/Unique/admin.png) no-repeat left top;
	height: 50px; float: left; width: 95px;
	}

#desktop {
	background: url(uploads/Unique/desktop.png) no-repeat left top;
	height: 80px; float: left; width: 120px;
}

#multimedia {
	background: url(uploads/Unique/multimedia.png) no-repeat left top;
	height: 75px; float: left; width: 110px;
}

#design {
	background: url(uploads/Unique/design.png) no-repeat left top;
	height: 55px; float: left; width: 80px;	
}

#services .price {
	background-color: transparent;
	color: #ff1004; font-size: 90%;
	font-style: italic;
}

#services .text {
	background: none;
	color: #0000ff;
}

/* Form Styling */

form {
  font: 95%/1.15em tahoma,arial,sans-serif;
  margin: 0; padding: 0;
  width: 99%; 
}

form fieldset {
	border: 1px solid #ff1004;
	padding: .5em; margin: 0;
	line-height: 1.5em;
}

form .fieldset2 {
	border: 1px dotted #ff1004;
	padding: .5em; margin: 0;
	line-height: 1.5em;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; width: 15%; 
	padding: 0; margin: 5px 0 0;
	text-align: right; 
}

form fieldset legend, .fieldset2 legend {
	font: 1.15em "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #0000ff; background-color: transparent;
	padding: 0 .2em;
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline; 
}

form br {
	clear: left;
}

/*form input {
	padding: .2em; margin: 5px 0 0 2%;
	background-color: transparent; color: #000066;
}*/

form .textinput {
	width: 75%;
	border: 1px solid #ff1004;
	padding: .2em; margin: 5px 0 0 2%;
	background-color: transparent; color: #000066;
}

form textarea {
	border: 1px solid #c5c5ef;
	background-color: transparent; color: #000066;
	width: 95%; padding: .2em;
}

form .required {
	background-color: transparent;
	color: #ff0000;
	font-weight: bold;
}

form .error {
	background-color: transparent;
	color: #ff0000; font-weight: bold;
}

table {
	border: none;
	padding: 3px;
	width: 100%;
}

td {
	padding: 3px;
	width: 33%;
	text-align: left;
}

#domains table {
	border: 1.5pt solid #ff1009;
	padding: 3px;
	border-collapse: collapse;
	font-size: 90%;
}

#domains th,
#domains td {
	text-align: center;
	border: 1pt solid #ff1009;
	width: auto;
}

#domains tfoot {
	font-size: 95%;
}

#domains .notice {
	background-color: transparent;
	color: #ff0000; font-weight: bold;
	font-size: larger;
}

.col {
	width: 25%;
	border-right: 1px solid #ff4900;
	padding-left: .5em; padding-top: .8em;
        background-color: transparent; color: #000;
	vertical-align: text-top;
	margin-bottom: -15px; 
}

.col2 {
	padding-left: 1em; padding-top: .8em;
        background-color: transparent; color: #000;
	vertical-align: text-top;
        line-height: 1.5em;
	margin-bottom: -15px;
}

.order a {
	font-style: italic;
	font-weight: bold;
	background: none;
	color: #ff1004;
}

.rule {
	width: 98%;
	border-top: 1px solid #FF1004; /*the border*/
	border-bottom: 0;
	height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
}

.question {
	font-style: italic;
	background: transparent;
	color: #0000ff;
}

.italic {
	font-style: italic;
}
/* End of 'Layout: uniquelyServices' */

