/* HTML Element styles specific to this project. */
body, html
{
	scrollbar-arrow-color: #ee1f24;
	scrollbar-darkshadow-color: #d6e8ff;
	scrollbar-base-color: #001e68;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #FFF;

}
fieldset {
	border: 1px dotted #84b8fe;
	padding: 8px 5px 15px;
	margin-top: 30px;
	background: #e1f0fa;
}
legend {
	padding: 0;
	color: #E42524;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, Helvetica;
	font-style: italic;
	text-transform: uppercase;
	font-size: 14px;
	background-color: #FFF;
}
input,
textarea,
select
{
	letter-spacing: normal;
	text-transform: none;
	color: #000;
	font: normal 11px/130% Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	background: #cadefa;
	border: 1px solid #002789;
	/*border: none;*/
}
.SubmitBtn
{
	letter-spacing: normal;
	text-transform: none;
	color: #FFF;
	font: normal 11px/125% Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	background: #FF0000;
	border: 1px solid #001d62;
	/*border: none;*/
}
body,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6
{
	letter-spacing: normal;
	text-transform: none;
	color: #001e68;
	font: normal 12px/125% Verdana, Arial, Helvetica, sans-serif;
}
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6
{
	vertical-align: middle;
}

th
{	
	vertical-align:	baseline;
}

td
{

}

p
{
	margin-bottom: 8px;
}


h1, 
h2, 
h3, 
h4, 
h5,
h6 
{
	margin: 30px 0px 10px;
	padding: 0px;
	color: #E42524;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, Helvetica;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: .1em;
}
h1,
h1 + h2,
h1 + h3,
h1 + h4,
h3 + h4,
h2 + h3,
h4 + h5,
h5 + h6 {
	margin-top: 0px;
}

h1
{
	font-size: 18px;
	line-height: 18px;
	text-indent: 15px;
	background: url(../UserFiles/Image/Frame/Heading.gif) no-repeat left center;
	margin-bottom: 15px;
}
h2
{
	font-size: 16px;
	
}
h3 {
	font-size: 16px;
	color: #03289A;
}

h4
{
	margin-top: 20px;
	font-size: 14px;
}
h5
{
	margin-top: 20px;
	color: #03289A;
	font-size: 14px;
}
h6
{
	font-size: 12px;
}

a,
a:link,
a:visited,
a:active
{
	text-decoration: none;
	color: #ed1f24;
}

a:hover
{
	color: #0046b2;
}
ul, 
ol
{
	margin: 0px 0px 8px 0;
	padding: 0 0 0 15px;
	list-style-position: inside;
}
li
{
	margin: 0px 0px 2px 0px;
	padding-left: 15px;
	list-style: none; 
}
li table {
	margin-top: 5px;
}
ul li
{ 
	background: url(../UserFiles/Image/Frame/Li.gif) no-repeat left 5px;
}

ul ul li
{
	background: url(../UserFiles/Image/Frame/LiLi.gif) no-repeat left 5px;
	padding-left: 10px;
}
ul ul ul li
{
	list-style-type: circle;
}

ol li
{
	list-style: none outside;
	list-style-type: decimal;
}

ol ol li
{
	list-style-type: lower-alpha;
	padding-left: 10px;
}

ol ol ol li
{
	list-style-type: lower-roman;
}

small
{
	font-size:	11px;
}

big
{
	font-size:	16px;
}

blockquote,
pre
{	
	font-family:	Courier New, monospace;
}

hr
{
	color: #696969;
	width: 99%;
}

unknown
{
	display: block;
	font: 10pt Arial, Helvetica, sans-serif;
}









/* 
PAGE GENERATOR CLASSES
These styles are used by pages that are dynamically built by the page generator.
There are 4 types of pages created with the generator.  They are:
	-> Login Page where a user is asked for there login details (username and password),
	-> Forgot Login Page which is used when a user forgets there login and asks for their 
	   email address and sends there details to them.
	-> List page which returns a list of rows and allowing the user to select one or more to do operations on.
	-> Form page which is a page where the user can edit information and submit.
*/

/* All pages come in a <table>. */

.LoginTable,
.ForgotLoginTable,
.MenuTable,
.ListTable,
.FormTable
{
	width:100%;
	vertical-align:top;
}


/* All pages have a <tr> which is set to the header row which contains the title of the page. */

.LoginHeaderRow,
.ForgotLoginHeaderRow,
.ListHeaderRow,
.FormHeaderRow
{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background-color: #0042b0;
	color: white;
}


/* List and Form pages have a <tr> which is set to the criteria row which describes how the page is filtered. */

.ListCriteriaRow,
.FormCriteriaRow
{
	font-size: 11px;
	color: #FFCC00;
	text-align:center;
}



/* All pages have a <tr> which is set to the description row which contains the description of the page. */

.LoginDescriptionRow,
.ForgotLoginDescriptionRow,
.ListDescriptionRow,
.FormDescriptionRow,
.FormInstructionRow
{
	font-size: 11px;
	text-align:center;
}



/* All pages have a <tr> which is set to the message row which contains any information, warning or error messages returned from a submit. */

.LoginMessageRow,
.ForgotLoginMessageRow,
.ListMessageRow,
.FormMessageRow
{
	font-size: 11px;
	text-align:center;
}

.InformationMessage
{
	color:Blue;
}

.WarningMessage
{
	color:Maroon;
}

.ErrorMessage
{
	color:Red;
}



/* List and Form pages have a <tr> which is set to the column header row which contains a title for each column. */

.ListColumnHeaderRow,
.FormColumnHeaderRow
{
	font-weight:bold;
	font-size: 11px;
}

.FormColumnHeaderRow
{
	display:none;
}



/* Form pages have a <tr> which is set to the category header row which contains a title for each category. */

.FormCategoryHeaderRow
{
	font-weight:bold;
	font-size: 11px;
}

.FormCategoryHeaderRow TD
{
	padding-top: 10px;
	padding-bottom: 5px;
}



/* All pages have multiple <tr>s which are set to the detail row which contains the details.
   The form and list have been broken down to odd and even rows which can be styled (perhaps different colors) so each row is distinguishable. */

.LoginDetailRow,
.ForgotLoginDetailRow,
.ListOddDetailRow,
.ListEvenDetailRow,
.FormOddDetailRow,
.FormEvenDetailRow
{
	font-size: 11px;
}

.ListOddDetailRow,
.FormOddDetailRow
{
	background-color: #d6e8ff;
}

.ListEvenDetailRow,
.FormEvenDetailRow
{
	background-color: #eef5fe;
}



/* All pages except the list have multiple <td>s which are set to Name or Value cells 
   which contains the name (title) and value of the field in the detail row. Also, Name and Value cells
   may have be distinguished when a value is required. */

.LoginNameCell,
.ForgotLoginNameCell
{
	font-style: normal;
	font-weight: bold;
	width: 50%;
	text-align: right;
}

.LoginValueCell,
.ForgotLoginValueCell
{
	width:50%;
}

.FormNameCell, 
.FormNameCellWithRequiredValue
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	width:15%;
	color: #000;
}

.FormNameCell a
{
	font-style:normal;
}

.FormNameCellWithRequiredValue
{
	font-style:italic;
}

.FormValueCell,
.FormRequiredValueCell
{
	width:70%;
}

.LoginValueCell #UserName,
.LoginValueCell #Password
{
	width:150px;
}

.ForgotLoginValueCell #EmailAddress
{
	width:300px;
}



/* In a list page there a record selectors (checkboxes) and editor (more info) columns. */

.ListRecordSelectorCell,
.ListRecordEditorCell
{
	text-align:center;
}

.ListRecordSelectorCell
{
	width:22px;
}

.ListRecordEditorCell
{
	width:75px;
}

.ListRecordRankUpCell,
.ListRecordRankDownCell
{
	width: 10px;
}



/* The following are all the different types of values that can be visible in the form and list value cells. */

.ListItemCell,
.ListCollectionCell,
.ListForeignCollectionCell,
.ListLinkingForeignCollectionCell,
.ListStringCell,
.ListMultipleLineStringCell,
.ListHTMLCell,
.ListURLCell,
.ListWebAddressCell,
.ListFileURLCell,
.ListImageURLCell,
.ListEmailAddressCell,
.ListPasswordCell,
.ListDecimalCell,
.ListIDCell,
.ListDurationCell,
.ListRankingCell,
.ListMoneyCell,
.ListPercentageCell,
.ListEnumerationCell,
.ListDateTimeCell,
.ListBooleanCell,
.ListGroupCell
{
	width:auto;
}

.ListImageURLCell
{
	width: 80px;
	text-align: center;
}

.ListImageURLCell image
{
	width: 80px;
	text-align: center;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.FormItemControl,
.FormCollectionControl,
.FormForeignCollectionControl,
.FormLinkingForeignCollectionControl,
.FormStringControl,
.FormMultipleLineStringControl,
.FormHTMLControl,
.FormURLControl,
.FormWebAddressControl,
.FormFileURLControl,
.FormImageURLControl,
.FormEmailAddressControl,
.FormPasswordControl,
.FormDecimalControl,
.FormIDControl,
.FormDurationControl,
.FormRankingControl,
.FormMoneyControl,
.FormPercentageControl,
.FormEnumerationControl,
.FormDateTimeControl,
.FormBooleanControl,
.FormGroupControl
{
	width:100%;
}

.FormLinkingForeignCollectionControl
{
	border-style: solid;
	border-width: 1px;
/*	border-color: rgb(127,157,185);
	background-color:White;*/
	height: 120px;
	overflow: auto;
}
.FormLinkingForeignCollectionControl div
{
	height: 20px;
}
.FormLinkingForeignCollectionControl div input[type="checkbox"]
{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(127,157,185);
}
.FormLinkingForeignCollectionControl div span
{
	cursor: default;
}


/* Form Value cells and the type of form controls that can exist. */

/*
.FormValueCell SELECT,
.FormValueCell INPUT,
.FormValueCell TEXTAREA,
.FormRequiredValueCell SELECT,
.FormRequiredValueCell INPUT,
.FormRequiredValueCell TEXTAREA
{
	width:100%;
}
*/



/* Form pages have a <tr> which is set to the required message row which contains the required message for required fields. ie. All fields italicised are required.*/

.FormRequiredMessageRow
{
	font-size: 9px;
	text-align: center;
}



/* List pages have a <tr> which is set to the list page range row which contains the page and record ranges. ie. Page 2 of 9 : Records 20-40 of 175.*/

.ListPageRangeRow
{
	font-size: 9px;
	text-align: center;
}



/* All pages have a <tr> which is set to the command row which contains the commands (buttons) of the page. ie. Add New, Remove, Submit, Reset. */

.LoginCommandRow,
.ForgotLoginCommandRow,
.ListCommandRow,
.FormCommandRow
{
	text-align:center;
	vertical-align:middle;
	height: 30px;
}



/* All buttons used by the page generator. */

.LoginButton,
.ForgotLoginButton,
.SendLoginDetailsButton,
.CancelButton,
.SubmitButton,
.ResetButton,
.NewButton,
.RemoveButton,
.ViewButton
{
	border-style:none;
	vertical-align:middle;
	margin-left:3px;
	margin-right:3px;
	cursor: hand;
}

.ImageButton image
{
	border-style:none;
	vertical-align:middle;
	margin-left:3px;
	margin-right:3px;
	cursor: hand;
}

a.TextButton
{
	color: #FFF;
	white-space: nowrap;
	cursor: hand;
	font-size: 10px;
	font-weight: bold;
	width: auto;
	text-decoration: none;
	border: 1px solid #ee1f24;
	background: #001d62 url(../UserFiles/Image/Frame/TextBtnBg.gif) no-repeat left center;
	padding: 2px 3px 2px 13px;
}

a.TextButton:hover
{
	color: #d6e8ff;
}



/* The following is used on <span> tags and is used in a template to note that content is placed here. */

.Content
{
	display: block;
	height: 100%;
	width: 100%;
}





/* DON'T PRINT */

@media print
{
	.ListRecordSelectorCell,
	.ListRecordEditorCell,
	.LoginCommandRow,
	.ForgotLoginCommandRow,
	.ListCommandRow,
	.FormCommandRow,
	.NoPrint
	{
		display:none;
	}
}










/* New Menu */
/* Styles here are used to define the menu and its items and sub-menus. */

.Menu
{
	margin: 0px;
	padding: 0px;
	cursor: default;
}

.Menu .Line
{
	padding: 0px;
}

.Menu .Line hr
{
	width:100%;
}

.Menu .Item
{
	display: block;
	width: 100%;
	position: relative;
	list-style: none;
	margin: 0;
}

.Menu .Item a
{
	display: block;
	width: 100%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.Menu .Item a:hover
{
	color: blue;
}

.Menu .Menu
{
	position: absolute;
	left: 150px;
	top: 0px;
}

.Menu .Menu.Opened
{
	display: block;
}

.Menu .Menu.Closed
{
	display: none;
}


/* Horizontal Menu */
/* Styles here are used to define the menu and its items and sub-menus.*/ 

.Horizontal .Menu
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 13px;
	cursor: default;
}

.Horizontal .Menu .Line
{
	width: 1px;
	padding: 0px;
	display: none;
}

.Horizontal .Menu .Line hr
{
	display: none;
}

.Horizontal .Menu .Item
{
	display: inline;
	width: auto;
	list-style: url(../UserFiles/Image/Frame/Spacer.gif) none;
	color: #FFF;
	margin: 0;
	padding: 0 10px 20px 12px;
	font: bold 12px/12px "Arial Narrow", Arial, Helvetica;
	/*letter-spacing: 0.1em;*/
	text-transform: uppercase;
	background: url(../UserFiles/Image/Frame/MenuLi.jpg) no-repeat left top;
}

.Horizontal .Menu .Item a
{
	display: inline;
	width: auto;
	text-decoration: none;
	color: #FFF;

}

.Horizontal .Menu .Item a:hover
{
	color: #ee1f24;
}

.Horizontal .Menu .Menu
{
	position: absolute;
	left: 0px;
	top: 20px;
	width: auto;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	text-indent: 0;
	background: #FFFFFF;
	border: 1px solid #FF0000;
}
.Horizontal .Menu .Menu .Item
{
	margin: 0;
	padding: 4px 4px 4px 12px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	width: 140px;
	font-weight: normal;
	font-size: 11px;
	text-indent: 0;
	color: #000;
	background: url(../UserFiles/Image/Frame/MenuMenuLi.gif) no-repeat 2px center;
}
.Horizontal .Menu .Menu .Item a
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-indent: 0;
	color: #000;
	}
.Horizontal .Menu .Menu .Item a:hover
{
	color: #ee1f24;
}
.Horizontal .Menu .Menu.Opened
{
	display: block;
}

.Horizontal .Menu .Menu.Closed
{
	display: none;
}

.Horizontal .Menu .Menu .Item
{
	display: block;
	width: 140px;
}

.Horizontal .Menu .Menu .Item a
{
	width: 140px;
}

.Horizontal .Menu .Menu .Menu
{
	position: absolute;
	left: 140px;
	top: -1px;
}
/* Styles here are used to define the menu and its items and sub-menus. */

.FooterMenu .Menu
{
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 14px;
	cursor: default;
}

.FooterMenu .Menu .Item
{
	list-style: none;
	color: #FFF;
	margin: 0;
	padding: 0 20px 0 0;
	font: normal 10px "Arial Narrow", Arial, Helvetica;
	background: url(../UserFiles/Image/Frame/Spacer.gif) no-repeat 2px center;
	list-style: url(../UserFiles/Image/Frame/Spacer.gif) none;
	display: inline;
	
}

.FooterMenu .Menu .Item a
{
	display: inline;
	width: auto;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;

}

.FooterMenu .Menu .Item a:hover
{
	color: #ffcc00;
}



/* Structure of new tag classes

<div class="Object [ObjectName]">

	 Repeat the following for each property 
	<span class="Property [Odd/Even] [PropertyName]">
		<span class="Name">...</span>
		<span class="Value">...</span>
	</span>

	 Repeat the following for each method 
	<span class="Method [MethodName]"><a href="...">...</a></span>

	<div class="Collection">
		
		 Repeat the following for each object 
		<div class="Object [Odd/Even] [ObjectName]">
			 Content as Above 
		</div>

	</div>

</div>

*/




/* Example Structure of new tag classes

<div class="Object Product">

	<span class="Property Odd Code">
		<span class="Name">Code</span>
		<span class="Value">Widget1</span>
	</span>

	<span class="Property Even Name">
		<span class="Name">Name</span>
		<span class="Value">You beaut Widget</span>
	</span>

	<span class="Property Odd BriefDescription">
		<span class="Name">Brief Description</span>
		<span class="Value">The You Beaut Widget is...</span>
	</span>

	<span class="Method AddToCart"><a href="Default.aspx?Method=AddToCart">Add to Cart</a></span>

	<div class="Collection">
		
		<div class="Object Odd Accessory">
			 Etc, etc, etc... 
		</div>

	</div>

</div>

*/







/* New class tags used */

.Object
{
	display: block;
	background-color: white;
	text-align: center;
	width: 100%;
}

.Property
{
	display: block;
	text-align: left;
	padding: 2px;
	width: 100%;
}

.Property .Name
{
	display: inline-block;
	width: 30%;
}

.Property .Value
{
	display: inline-block;
	width: auto;
}

.Property.Odd
{
	background-color: rgb(201,218,234);
}

.Property.Even
{
	background-color: rgb(168,188,197);
}

.Method
{
	border-left-style:none;
	border-right-style:none;
	border-top-style: solid;
	border-top-color: rgb(127,157,185);
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(127,157,185);
	border-bottom-width: 1px;
	vertical-align: middle;
	margin-left:7px;
	margin-right:7px;
	margin-top:2px;
	margin-bottom:2px;
	cursor: hand;
}

.Collection .Object
{
	display: block;
	width: 100%;
}

.Collection .Object.Odd,
.Collection .Object.Odd .Property.Odd,
.Collection .Object.Odd .Property.Even
{
	background-color: rgb(201,218,234);
}

.Collection .Object.Even,
.Collection .Object.Even .Property.Odd,
.Collection .Object.Even .Property.Even
{
	background-color: rgb(168,188,197);
}


/* Specific class tags */

.ProductCategory .Property
{
	display: inline;
}

.ProductCategory .Property .Name
{
	display: none;
}

.ProductCategory .Property .Value
{
	display: inline;
}

.ProductCategory .Property.Image
{
	z-index: 1;
	float: left;
}

.ProductCategory .Property.Image img
{
	border: none;
}

.ProductCategory .Property.Name
{
	z-index: 2;
	font-size: 20px;
}

.ProductCategory .Property.Description
{
	z-index: 3;
	font-size: 14px;
}

.ProductCategory .Property.Products
{
	z-index: 4;
	font-size: 14px;
}

/* ----------------- start skin specific ------------------------ */


/*.HTMLContainer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #539cfe url(../UserFiles/Image/Frame/Wallpaper.jpg) repeat-x left top;
}
.HeaderWallpaperR {
	background: url(../UserFiles/Image/Frame/HeaderWallpaper.jpg) repeat-x left 15px;
}
.HeaderWallpaperL {
	background: url(../UserFiles/Image/Frame/HeaderWallpaper.jpg) repeat-x right 15px;
}*/

div {
	margin: 0;
	padding: 0;
	border: none;
}
.Wallpaper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #539cfe url(../UserFiles/Image/Frame/Wallpaper.jpg) repeat-x left top;
	
}
#WallpaperTop {
	margin: 0px;
	padding: 0px;
	width: 100%;	
	background: url(../UserFiles/Image/Frame/HeaderWallpaper.jpg) repeat-x center 15px;
}
#Container {
	margin: 0 auto;
	width: 955px;
	height: auto;
}
#Wrapper {
	float: left;
	width:955px;

}
#HeaderWording {
	float: left;
	height: 13px;
	width: 955px;
	background-color: #0039ad;
	font-size: 10px;
	line-height: 12px;
	overflow: hidden;
	padding-top: 2px;
	color: #0064D2;
	font-variant: normal;
	text-transform: capitalize;
}
#Header {
	background: url(../UserFiles/Image/Frame/Header.jpg) no-repeat;
	float: left;
	clear: both;
	height: 134px;
	width: 955px;
}


#SarMenu {
	clear: both;
	float: left;
	width: 715px;
	text-align:left;
	background: url(../UserFiles/Image/Frame/MenuBg.jpg) no-repeat;
	height: 44px;
	padding: 6px 0px 0px 240px;
}
#SarMenuLoggedIn {
	clear: both;
	float: left;
	width: 715px;
	text-align:left;
	background: url(../UserFiles/Image/Frame/MenuBgLoggedIn.jpg) no-repeat;
	height: 22px;
	padding: 6px 0px 0px 240px;
}
#SarSubMenuLoggedIn {
	clear: both;
	float: left;
	width: 715px;
	text-align:left;
	background: url(../UserFiles/Image/Frame/SubMenuLoggedIn.jpg) no-repeat top;
	height: 21px;
	padding: 6px 0px 0px 240px;
}
#SarContent {
	clear: both;
	float: left;
	width: 753px;
	background-color: #FFF;
	padding: 0 20px 20px;
	display: inline;
	margin: 0px 0px 0px 81px;
}
#SarContent img {
	border: none;
}
#Footer {
	clear: both;
	float: left;
	width: 751px;
	padding: 0 20px 0 20px;
	display: inline;
	margin: 0px 0px 0px 81px;
	background: url(../UserFiles/Image/Frame/FooterBg.gif) repeat-x;
	height: 17px;
	border: 1px solid #ff0000;
	font-size: 11px;
}
#FooterMenu {
	line-height: 17px;
	width: 300px;
	color: #FFFFFF;
	text-align: left;
	float: left;
	font: italic 10px "Arial Narrow", Arial, Helvetica;
	letter-spacing: .1em;

}
#DevelopedBy {
	line-height: 17px;
	width: 420px;
	text-align: right;
	clear: none;
	float: right;
	color: #FFFFFF;
	font: italic 10px "Arial Narrow", Arial, Helvetica;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: right;
}
#DevelopedBy a {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}
.ClearBoth {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
#FlashHome {
	margin: 0px;
	padding: 3px;
	float: left;
	height: 199px;
	width: 557px;
	border: 1px solid #ee1f24;
}
#FlashObject {
	}
#HomeLeftCol {
	float: left;
	height: auto;
	width: 565px;
	padding-right: 25px;
}
#HomeRightCol {
	float: left;
	height: auto;
	width: 152px;
	clear: none;
	padding: 40px 0px 6px 8px;
	margin: 0px;
	background: url(../UserFiles/Image/SomeOfOurClients.jpg);
	border: 1px solid #ed1f23;
}
#HomeRightCol img {
	clear: none;
	padding-bottom: 3px;
	float: left;
	border: none;
}

#QuickLinks {
	clear: both;
	float: left;
	width: 565px;
	padding-top: 23px;
}
#QuickLinks img {
	display: inline;
	border: 1px solid #ee1f24;
	
}
.QuickLinksImgPadding {
	margin-right: 27px;
}

#SignsMadeEasy {
	padding: 2px;
	height: 74px;
	width: 558px;
	clear: both;
	float: left;
	border: 1px solid #ee1f24;
	margin-top: 20px;
}
.NoMarginBottom {
	margin-bottom: 0px;
	
}
.ImgBorderStyle {
	padding: 1px;
	border: solid 1px #ff0000;	
}
.Caption {
	font-size: 11px;
	color: #84b8fe;
}
/* FAQ Page specific */
ul.FAQList ul li {
	list-style: none;
	background: none;
	padding-left: 0;
}
/* Design your sign Page specific */
.PaddingBottom {
	padding: 5px 0 10px;
}
.ImgFloatRight {
	float: right;
	margin-left: 10px;

}.tdBorderLeft {
	border-left: 1px dotted #84b8fe;
	padding: 0 10px;
}
#Gallery {
/*	clear: none;
	float: right;*/
	width: 741px;
	overflow: auto;
	margin-top: 20px;
	border: 1px dotted #84b8fe;
	height: 265px;
	padding: 5px;
	background: #e1f0fa;
	white-space: nowrap;
}
#Gallery img {
	border: 1px solid #E42524;;
	margin-right: 20px;
	padding: 3px;
	background-color: #fff;
	display: inline;
}

